![]() |
Shapeworks Studio
2.1
Shape analysis software suite
|
Inheritance diagram for Eigen::TranspositionsWrapper< _IndicesType >:
Collaboration diagram for Eigen::TranspositionsWrapper< _IndicesType >: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) |
| TranspositionsWrapper & | operator= (const TranspositionsWrapper &other) |
| const IndicesType & | indices () const |
| 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) |
| TranspositionsWrapper< _IndicesType > & | operator= (const TranspositionsBase &other) |
| Index | size () const |
| const Index & | coeff (Index i) const |
| Index & | coeffRef (Index i) |
| const Index & | operator() (Index i) const |
| Index & | operator() (Index i) |
| const Index & | operator[] (Index i) const |
| Index & | operator[] (Index i) |
| const IndicesType & | indices () const |
| IndicesType & | indices () |
| void | resize (int newSize) |
| void | setIdentity () |
| Transpose< TranspositionsBase > | inverse () const |
| Transpose< TranspositionsBase > | transpose () const |
Protected Attributes | |
| const IndicesType::Nested | m_indices |
Definition at line 462 of file PermutationMatrix.h.
|
inline |
const version of indices().
Definition at line 317 of file Transpositions.h.
|
inline |
Definition at line 320 of file Transpositions.h.
|
inline |
Copies the other transpositions into *this
Definition at line 300 of file Transpositions.h.
|
inline |
This is a special case of the templated operator=. Its purpose is to prevent a default operator= from hiding the templated operator=.
Definition at line 309 of file Transpositions.h.
1.8.11