MeVisLab Toolbox Reference
|
This is the complete list of members for ml::Tmat5< DT >, including all inherited members.
apply(MLDblFuncPtr fct) | ml::Tmat5< DT > | |
ColumnCount enum value | ml::FloatingPointMatrix< Tvec5< DT >, 5 > | |
compAbsSum() const | ml::FloatingPointMatrix< Tvec5< DT >, 5 > | inline |
ComponentCount enum value | ml::FloatingPointMatrix< Tvec5< DT >, 5 > | |
ComponentType typedef | ml::Tmat5< DT > | |
det() const | ml::Tmat5< DT > | |
determinantLower4(const int col1, const int col2, const int col3, const int col4) const | ml::Tmat5< DT > | inline |
getIdentity() | ml::Tmat5< DT > | inlinestatic |
getMat(const double val) | ml::Tmat5< DT > | inlinestatic |
getValues(float m[25]) const | ml::Tmat5< DT > | |
getValues(double m[25]) const | ml::Tmat5< DT > | |
getValuesToPtr(ComponentType *values) const | ml::FloatingPointMatrix< Tvec5< DT >, 5 > | |
inverse(bool *isInvertible=nullptr) const | ml::Tmat5< DT > | |
linearIndexed(const size_t idx) | ml::FloatingPointMatrix< Tvec5< DT >, 5 > | inline |
linearIndexedConst(const size_t idx) const | ml::FloatingPointMatrix< Tvec5< DT >, 5 > | inline |
operator*=(const DT d) | ml::Tmat5< DT > | inline |
operator+=(const Tmat5< DT > &m) | ml::Tmat5< DT > | inline |
operator-=(const Tmat5< DT > &m) | ml::Tmat5< DT > | inline |
operator/=(const DT d) | ml::Tmat5< DT > | inline |
operator<(const Tmat5< DT > &) const | ml::Tmat5< DT > | inline |
operator=(const Tmat5< DT > &m) | ml::Tmat5< DT > | inline |
operator[](const size_t i) const | ml::FloatingPointMatrix< Tvec5< DT >, 5 > | |
operator[](const size_t i) | ml::FloatingPointMatrix< Tvec5< DT >, 5 > | |
RowCount enum value | ml::FloatingPointMatrix< Tvec5< DT >, 5 > | |
set(const DT val) | ml::Tmat5< DT > | inline |
setScaleMatrix(const DT scale) | ml::Tmat5< DT > | |
setValues(const float m[25]) | ml::Tmat5< DT > | |
setValues(const double m[25]) | ml::Tmat5< DT > | |
setValuesFromPtr(const ComponentType *const values) | ml::FloatingPointMatrix< Tvec5< DT >, 5 > | |
Tmat5() | ml::Tmat5< DT > | inline |
Tmat5(const DT diagValue) | ml::Tmat5< DT > | inline |
Tmat5(const Tvec5< DT > &row0, const Tvec5< DT > &row1, const Tvec5< DT > &row2, const Tvec5< DT > &row3, const Tvec5< DT > &row4) | ml::Tmat5< DT > | inline |
Tmat5(const Tmat5< DT > &mat) | ml::Tmat5< DT > | inline |
Tmat5(const float mat[25]) | ml::Tmat5< DT > | inline |
Tmat5(const double mat[25]) | ml::Tmat5< DT > | inline |
Tmat5(const double in00, const double in01, const double in02, const double in03, const double in04, const double in10, const double in11, const double in12, const double in13, const double in14, const double in20, const double in21, const double in22, const double in23, const double in24, const double in30, const double in31, const double in32, const double in33, const double in34, const double in40, const double in41, const double in42, const double in43, const double in44) | ml::Tmat5< DT > | |
transpose() const | ml::Tmat5< DT > | inline |
v | ml::FloatingPointMatrix< Tvec5< DT >, 5 > | protected |
VectorType typedef | ml::FloatingPointMatrix< Tvec5< DT >, 5 > |