Rosetta 3.3
|
#include <RowsPointer.hh>
Public Member Functions | |
RowsPointer (T const *p_a) | |
Contiguous row-ordered 3x3 xyzMatrix pointer constructor. | |
operator T const * () const | |
Conversion to wrapped pointer. | |
Friends | |
class | numeric::xyzMatrix |
numeric::RowsPointer< T >::RowsPointer | ( | T const * | p_a | ) | [inline, explicit] |
Contiguous row-ordered 3x3 xyzMatrix pointer constructor.
numeric::RowsPointer< T >::operator T const * | ( | ) | const [inline] |
Conversion to wrapped pointer.
friend class numeric::xyzMatrix [friend] |