|
OSVR-Core
|
Public Types | |
| typedef TranspositionsBase< TranspositionsWrapper > | Base |
| typedef Traits::IndicesType | IndicesType |
| typedef IndicesType::Scalar | Index |
Public Types inherited from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > > | |
| typedef Traits::IndicesType | IndicesType |
| typedef IndicesType::Scalar | Index |
Public Member Functions | |
| TranspositionsWrapper (IndicesType &a_indices) | |
| template<typename OtherDerived > | |
| TranspositionsWrapper & | operator= (const TranspositionsBase< OtherDerived > &other) |
Copies the other transpositions into *this. | |
| TranspositionsWrapper & | operator= (const TranspositionsWrapper &other) |
| This is a special case of the templated operator=. More... | |
| const IndicesType & | indices () const |
| const version of indices(). More... | |
| IndicesType & | indices () |
Public Member Functions inherited from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > > | |
| TranspositionsWrapper< _IndicesType > & | derived () |
| const TranspositionsWrapper< _IndicesType > & | derived () const |
| TranspositionsWrapper< _IndicesType > & | operator= (const TranspositionsBase< OtherDerived > &other) |
Copies the other transpositions into *this. | |
| TranspositionsWrapper< _IndicesType > & | operator= (const TranspositionsBase &other) |
| This is a special case of the templated operator=. More... | |
| Index | size () const |
| const Index & | coeff (Index i) const |
| Direct access to the underlying index vector. | |
| Index & | coeffRef (Index i) |
| Direct access to the underlying index vector. | |
| const Index & | operator() (Index i) const |
| Direct access to the underlying index vector. | |
| Index & | operator() (Index i) |
| Direct access to the underlying index vector. | |
| const Index & | operator[] (Index i) const |
| Direct access to the underlying index vector. | |
| Index & | operator[] (Index i) |
| Direct access to the underlying index vector. | |
| const IndicesType & | indices () const |
| const version of indices(). More... | |
| IndicesType & | indices () |
| void | resize (int newSize) |
| Resizes to given size. More... | |
| void | setIdentity () |
Sets *this to represents an identity transformation. | |
| Transpose< TranspositionsBase > | inverse () const |
| Transpose< TranspositionsBase > | transpose () const |
Protected Attributes | |
| const IndicesType::Nested | m_indices |
|
inline |
const version of indices().
|
inline |
|
inline |
This is a special case of the templated operator=.
Its purpose is to prevent a default operator= from hiding the templated operator=.
1.8.12