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

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

apply(MLDblFuncPtr fct)ml::Tmat4< DT >inline
ColumnCount enum valueml::FloatingPointMatrix< Tvec4< DT >, 4 >
compAbsSum() constml::FloatingPointMatrix< Tvec4< DT >, 4 >inline
ComponentCount enum valueml::FloatingPointMatrix< Tvec4< DT >, 4 >
ComponentType typedefml::Tmat4< DT >
det() constml::Tmat4< DT >inline
det3(DT A, DT B, DT C, DT D, DT E, DT F, DT G, DT H, DT I) constml::Tmat4< DT >inline
determinantLower3(const IDX_TYP col1, const IDX_TYP col2, const IDX_TYP col3) constml::Tmat4< DT >inline
getIdentity()ml::Tmat4< DT >inlinestatic
getMat(const double val)ml::Tmat4< DT >inlinestatic
getRotationMatrix() constml::Tmat4< DT >inline
getValues(float mat[16]) constml::Tmat4< DT >
getValues(double mat[16]) constml::Tmat4< DT >
getValuesToPtr(ComponentType *values) constml::FloatingPointMatrix< Tvec4< DT >, 4 >
inverse(bool *isInvertible=nullptr) constml::Tmat4< DT >
linearIndexed(const size_t idx)ml::FloatingPointMatrix< Tvec4< DT >, 4 >inline
linearIndexedConst(const size_t idx) constml::FloatingPointMatrix< Tvec4< DT >, 4 >inline
operator*=(const DT d)ml::Tmat4< DT >inline
operator+=(const Tmat4< DT > &m)ml::Tmat4< DT >inline
operator-=(const Tmat4< DT > &m)ml::Tmat4< DT >inline
operator/=(const DT d)ml::Tmat4< DT >inline
operator<(const Tmat4< DT > &) constml::Tmat4< DT >inline
operator=(const Tmat4< DT > &m)ml::Tmat4< DT >inline
operator[](const size_t i) constml::FloatingPointMatrix< Tvec4< DT >, 4 >
operator[](const size_t i)ml::FloatingPointMatrix< Tvec4< DT >, 4 >
RowCount enum valueml::FloatingPointMatrix< Tvec4< DT >, 4 >
set(const DT val)ml::Tmat4< DT >inline
setScaleMatrix(const DT scale)ml::Tmat4< DT >
setValues(const float mat[16])ml::Tmat4< DT >
setValues(const double mat[16])ml::Tmat4< DT >
setValuesFromPtr(const ComponentType *const values)ml::FloatingPointMatrix< Tvec4< DT >, 4 >
Tmat4()ml::Tmat4< DT >inline
Tmat4(const DT diagValue)ml::Tmat4< DT >inline
Tmat4(const Tvec4< DT > &row0, const Tvec4< DT > &row1, const Tvec4< DT > &row2, const Tvec4< DT > &row3)ml::Tmat4< DT >inline
Tmat4(const Tmat4< DT > &mat)ml::Tmat4< DT >inline
Tmat4(const float mat[16])ml::Tmat4< DT >inline
Tmat4(const double mat[16])ml::Tmat4< DT >inline
Tmat4(const double in00, const double in01, const double in02, const double in03, const double in10, const double in11, const double in12, const double in13, const double in20, const double in21, const double in22, const double in23, const double in30, const double in31, const double in32, const double in33)ml::Tmat4< DT >
Tmat4(const Tvec3< DT > &n0, const Tvec3< DT > &n1, const Tvec3< DT > &n3, const Tvec3< DT > &t)ml::Tmat4< DT >inline
transformPoint(const Tvec3< DT > &sourceVec) constml::Tmat4< DT >inline
transpose() constml::Tmat4< DT >inline
vml::FloatingPointMatrix< Tvec4< DT >, 4 >protected
VectorType typedefml::FloatingPointMatrix< Tvec4< DT >, 4 >