OSVR-Core
|
Public Types | |
typedef Traits::IndicesType | IndicesType |
typedef IndicesType::Scalar | Index |
Public Member Functions | |
Derived & | derived () |
const Derived & | derived () const |
template<typename OtherDerived > | |
Derived & | operator= (const TranspositionsBase< OtherDerived > &other) |
Copies the other transpositions into *this . | |
Derived & | 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 |
|
inline |
const version of indices().
|
inline |
|
inline |
|
inline |
This is a special case of the templated operator=.
Its purpose is to prevent a default operator= from hiding the templated operator=.
|
inline |
Resizes to given size.
|
inline |
|
inline |