![]() |
Prusa Slicer 2.6.0
|
#include <src/eigen/Eigen/src/Core/Transpositions.h>
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 | StorageIndex |
| typedef Eigen::Index | Index |
Public Member Functions | |
| TranspositionsWrapper (IndicesType &indices) | |
| template<typename OtherDerived > | |
| TranspositionsWrapper & | operator= (const TranspositionsBase< OtherDerived > &other) |
| TranspositionsWrapper & | operator= (const TranspositionsWrapper &other) |
| const IndicesType & | indices () const |
| IndicesType & | indices () |
| TranspositionsWrapper< _IndicesType > & | derived () |
| const TranspositionsWrapper< _IndicesType > & | derived () const |
| Index | size () const |
| Index | rows () const |
| Index | cols () const |
| const StorageIndex & | coeff (Index i) const |
| StorageIndex & | coeffRef (Index i) |
| const StorageIndex & | operator() (Index i) const |
| StorageIndex & | operator() (Index i) |
| const StorageIndex & | operator[] (Index i) const |
| StorageIndex & | operator[] (Index i) |
| void | resize (Index newSize) |
| void | setIdentity () |
| Transpose< TranspositionsBase > | inverse () const |
| Transpose< TranspositionsBase > | transpose () const |
Protected Attributes | |
| IndicesType::Nested | m_indices |
Private Types | |
| typedef internal::traits< TranspositionsWrapper > | Traits |
| typedef TranspositionsBase<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Base |
|
inherited |
| typedef Traits::IndicesType Eigen::TranspositionsWrapper< _IndicesType >::IndicesType |
| typedef IndicesType::Scalar Eigen::TranspositionsWrapper< _IndicesType >::StorageIndex |
|
private |
|
inlineexplicit |
|
inlineinherited |
Direct access to the underlying index vector
|
inlineinherited |
Direct access to the underlying index vector
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
References Eigen::TranspositionsWrapper< _IndicesType >::m_indices.
|
inline |
|
inlineinherited |
|
inlineinherited |
Direct access to the underlying index vector
|
inlineinherited |
Direct access to the underlying index vector
|
inline |
Copies the other transpositions into *this
References Eigen::TranspositionsBase< Derived >::operator=().
Here is the call graph for this function:
|
inline |
This is a special case of the templated operator=. Its purpose is to prevent a default operator= from hiding the templated operator=.
References Eigen::TranspositionsWrapper< _IndicesType >::m_indices.
|
inlineinherited |
Direct access to the underlying index vector
|
inlineinherited |
Direct access to the underlying index vector
|
inlineinherited |
Resizes to given size.
|
inlineinherited |
|
inlineinherited |
Sets *this to represents an identity transformation
|
inlineinherited |
|
inlineinherited |
|
protected |