#include <openbabel/obutil.h>
Public Types | |
| typedef T1 | first_type |
| typedef T2 | second_type |
| typedef T3 | third_type |
| typedef T4 | fourth_type |
Public Member Functions | |
| quad () | |
| quad (const T1 &a, const T2 &b, const T3 &c, const T4 &d) | |
| template<class U, class V, class W, class X> | |
| quad (const quad< U, V, W, X > &q) | |
Public Attributes | |
| T1 | first |
| T2 | second |
| T3 | third |
| T4 | fourth |
| typedef T1 first_type |
| typedef T2 second_type |
| typedef T3 third_type |
| typedef T4 fourth_type |
| quad | ( | ) | [inline] |
default constructor T1() and T2() and T3() force initialization for built in types
| quad | ( | const T1 & | a, | |
| const T2 & | b, | |||
| const T3 & | c, | |||
| const T4 & | d | |||
| ) | [inline] |
constructor for 3 values
| T1 first |
Referenced by OBTorsion::AddTorsion(), and OBTorsion::GetTorsions().
| T2 second |
Referenced by OBTorsion::AddTorsion(), and OBTorsion::GetTorsions().
| T3 third |
Referenced by OBTorsion::AddTorsion(), and OBTorsion::GetTorsions().
| T4 fourth |
Referenced by OBTorsion::AddTorsion(), and OBTorsion::GetTorsions().