Shapeworks Studio
2.1
Shape analysis software suite
|
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) |
Derived & | 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 |
Definition at line 49 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 84 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 86 of file Transpositions.h.
|
inline |
const version of indices().
Definition at line 97 of file Transpositions.h.
|
inline |
Definition at line 99 of file Transpositions.h.
|
inline |
Definition at line 136 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 88 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 90 of file Transpositions.h.
|
inline |
Copies the other transpositions into *this
Definition at line 63 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 73 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 92 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 94 of file Transpositions.h.
|
inline |
Resizes to given size.
Definition at line 102 of file Transpositions.h.
|
inline |
Sets *this
to represents an identity transformation
Definition at line 108 of file Transpositions.h.
|
inline |
Definition at line 81 of file Transpositions.h.
|
inline |
Definition at line 140 of file Transpositions.h.