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

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

apply(MLDblFuncPtr fct)ml::Tmat2< DT >inline
ColumnCount enum valueml::FloatingPointMatrix< Tvec2< DT >, 2 >
compAbsSum() constml::FloatingPointMatrix< Tvec2< DT >, 2 >inline
ComponentCount enum valueml::FloatingPointMatrix< Tvec2< DT >, 2 >
ComponentType typedefml::Tmat2< DT >
det() constml::Tmat2< DT >inline
getIdentity()ml::Tmat2< DT >inlinestatic
getMat(const DT val)ml::Tmat2< DT >inlinestatic
getValues(float mat[4]) constml::Tmat2< DT >inline
getValues(double mat[4]) constml::Tmat2< DT >inline
getValuesToPtr(ComponentType *values) constml::FloatingPointMatrix< Tvec2< DT >, 2 >
inverse(bool *isInvertible=nullptr) constml::Tmat2< DT >
linearIndexed(const size_t idx)ml::FloatingPointMatrix< Tvec2< DT >, 2 >inline
linearIndexedConst(const size_t idx) constml::FloatingPointMatrix< Tvec2< DT >, 2 >inline
operator*=(const DT d)ml::Tmat2< DT >inline
operator+=(const Tmat2< DT > &m)ml::Tmat2< DT >inline
operator-=(const Tmat2< DT > &m)ml::Tmat2< DT >inline
operator/=(const DT d)ml::Tmat2< DT >inline
operator<(const Tmat2< DT > &) constml::Tmat2< DT >inline
operator=(const Tmat2< DT > &m)ml::Tmat2< DT >inline
operator[](const size_t i) constml::FloatingPointMatrix< Tvec2< DT >, 2 >
operator[](const size_t i)ml::FloatingPointMatrix< Tvec2< DT >, 2 >
RowCount enum valueml::FloatingPointMatrix< Tvec2< DT >, 2 >
set(const DT val)ml::Tmat2< DT >inline
setScaleMatrix(const DT scale)ml::Tmat2< DT >inline
setValues(const float mat[4])ml::Tmat2< DT >inline
setValues(const double mat[4])ml::Tmat2< DT >inline
setValuesFromPtr(const ComponentType *const values)ml::FloatingPointMatrix< Tvec2< DT >, 2 >
Tmat2()ml::Tmat2< DT >inline
Tmat2(const DT diagValue)ml::Tmat2< DT >inline
Tmat2(const Tvec2< DT > &row0, const Tvec2< DT > &row1)ml::Tmat2< DT >inline
Tmat2(const Tmat2< DT > &mat)ml::Tmat2< DT >inline
Tmat2(const float mat[4])ml::Tmat2< DT >inline
Tmat2(const double mat[4])ml::Tmat2< DT >inline
Tmat2(const DT in00, const DT in01, const DT in10, const DT in11)ml::Tmat2< DT >inline
transpose() constml::Tmat2< DT >inline
vml::FloatingPointMatrix< Tvec2< DT >, 2 >protected
VectorType typedefml::FloatingPointMatrix< Tvec2< DT >, 2 >