![]() |
Rosetta Utilities
2015.09
|
#include <ColPointers.hh>
Public Member Functions | |
ColPointers (T const *xp_a, T const *yp_a, T const *zp_a) | |
Column pointers constructor. More... | |
T const * | xp () const |
x column pointer More... | |
T const * | yp () const |
y column pointer More... | |
T const * | zp () const |
z column pointer More... | |
Private Attributes | |
T const * | xp_ |
Pointer (non-owning) to x column. More... | |
T const * | yp_ |
Pointer (non-owning) to y column. More... | |
T const * | zp_ |
Pointer (non-owning) to z column. More... | |
Friends | |
template<typename > | |
class | numeric::xyzMatrix |
|
inline |
Column pointers constructor.
|
inline |
x column pointer
References numeric::ColPointers< T >::xp_.
|
inline |
y column pointer
References numeric::ColPointers< T >::yp_.
|
inline |
z column pointer
References numeric::ColPointers< T >::zp_.
|
private |
Pointer (non-owning) to x column.
Referenced by numeric::xyzMatrix< T >::operator=(), and numeric::ColPointers< T >::xp().
|
private |
Pointer (non-owning) to y column.
Referenced by numeric::xyzMatrix< T >::operator=(), and numeric::ColPointers< T >::yp().
|
private |
Pointer (non-owning) to z column.
Referenced by numeric::xyzMatrix< T >::operator=(), and numeric::ColPointers< T >::zp().