![]() |
Rosetta Utilities
2015.09
|
#include <RowsPointer.hh>
Public Member Functions | |
RowsPointer (T const *p_a) | |
Contiguous row-ordered 3x3 xyzMatrix pointer constructor. More... | |
operator T const * () const | |
Conversion to wrapped pointer. More... | |
Private Attributes | |
T const * | p_ |
Pointer (non-owning) to contiguous row-ordered 3x3 matrix. More... | |
Friends | |
template<typename > | |
class | numeric::xyzMatrix |
|
inlineexplicit |
Contiguous row-ordered 3x3 xyzMatrix pointer constructor.
|
inline |
Conversion to wrapped pointer.
References numeric::RowsPointer< T >::p_.
|
private |
Pointer (non-owning) to contiguous row-ordered 3x3 matrix.
Referenced by numeric::RowsPointer< T >::operator T const *(), and numeric::xyzMatrix< T >::operator=().