|
| the_triplet_t (const T *data) |
|
| the_triplet_t (const T &x, const T &y, const T &z) |
|
bool | operator== (const the_duplet_t< T > &d) const |
|
bool | operator< (const the_duplet_t< T > &d) const |
|
bool | equal (const the_triplet_t< T > &d) const |
|
void | assign (const T *data) |
|
void | assign (const T &x, const T &y, const T &z) |
|
void | get (T *data) const |
|
void | get (T &x, T &y, T &z) const |
|
void | scale (const T &s) |
|
void | negate () |
|
void | increment (const the_triplet_t< T > &d) |
|
void | decrement (const the_triplet_t< T > &d) |
|
void | dump (ostream &stream, const char *type_name) const |
|
const T & | x () const |
|
const T & | y () const |
|
const T & | z () const |
|
T & | x () |
|
T & | y () |
|
T & | z () |
|
const T & | operator[] (const unsigned int &i) const |
|
T & | operator[] (const unsigned int &i) |
|
const T * | data () const |
|
T * | data () |
|
The documentation for this class was generated from the following file: