MeVisLab Toolbox Reference
ml::Tmat3< DT > Member List

This is the complete list of members for ml::Tmat3< DT >, including all inherited members.

apply(MLDblFuncPtr fct)ml::Tmat3< DT >inline
ColumnCount enum valueml::FloatingPointMatrix< Tvec3< DT >, 3 >
compAbsSum() constml::FloatingPointMatrix< Tvec3< DT >, 3 >inline
ComponentCount enum valueml::FloatingPointMatrix< Tvec3< DT >, 3 >
ComponentType typedefml::Tmat3< DT >
det() constml::Tmat3< DT >
getIdentity()ml::Tmat3< DT >inlinestatic
getMat(const double val)ml::Tmat3< DT >inlinestatic
getValues(float mat[9]) constml::Tmat3< DT >inline
getValues(double mat[9]) constml::Tmat3< DT >inline
getValuesToPtr(ComponentType *values) constml::FloatingPointMatrix< Tvec3< DT >, 3 >
inverse(bool *isInvertible=nullptr) constml::Tmat3< DT >
jacobi(Tvec3< DT > &eVal, int &rots) constml::Tmat3< DT >
linearIndexed(const size_t idx)ml::FloatingPointMatrix< Tvec3< DT >, 3 >inline
linearIndexedConst(const size_t idx) constml::FloatingPointMatrix< Tvec3< DT >, 3 >inline
operator*=(const DT d)ml::Tmat3< DT >inline
operator+=(const Tmat3< DT > &m)ml::Tmat3< DT >inline
operator-=(const Tmat3< DT > &m)ml::Tmat3< DT >inline
operator/=(const DT d)ml::Tmat3< DT >inline
operator<(const Tmat3< DT > &) constml::Tmat3< DT >inline
operator=(const Tmat3< DT > &m)ml::Tmat3< DT >inline
operator[](const size_t i) constml::FloatingPointMatrix< Tvec3< DT >, 3 >
operator[](const size_t i)ml::FloatingPointMatrix< Tvec3< DT >, 3 >
RowCount enum valueml::FloatingPointMatrix< Tvec3< DT >, 3 >
set(DT val)ml::Tmat3< DT >inline
setScaleMatrix(const DT scale)ml::Tmat3< DT >inline
setValues(const float mat[9])ml::Tmat3< DT >inline
setValues(const double mat[9])ml::Tmat3< DT >inline
setValuesFromPtr(const ComponentType *const values)ml::FloatingPointMatrix< Tvec3< DT >, 3 >
Tmat3()ml::Tmat3< DT >inline
Tmat3(const DT diagValue)ml::Tmat3< DT >inline
Tmat3(const Tvec3< DT > &row0, const Tvec3< DT > &row1, const Tvec3< DT > &row2)ml::Tmat3< DT >inline
Tmat3(const Tmat3< DT > &mat)ml::Tmat3< DT >inline
Tmat3(const float mat[9])ml::Tmat3< DT >inline
Tmat3(const double mat[9])ml::Tmat3< DT >inline
Tmat3(const double in00, const double in01, const double in02, const double in10, const double in11, const double in12, const double in20, const double in21, const double in22)ml::Tmat3< DT >inline
transpose() constml::Tmat3< DT >inline
vml::FloatingPointMatrix< Tvec3< DT >, 3 >protected
VectorType typedefml::FloatingPointMatrix< Tvec3< DT >, 3 >