|
ACF $AcfVersion:0$
|
This is the complete list of members for i2d::CMatrix2d, including all inherited members.
| BaseClass typedef | i2d::CMatrix2d | |
| Clear() | imath::TMatrix< 2, 2 > | |
| CMatrix2d() | i2d::CMatrix2d | inline |
| CMatrix2d(const CMatrix2d &transform) | i2d::CMatrix2d | inline |
| CMatrix2d(const CVector2d &axisX, const CVector2d &axisY) | i2d::CMatrix2d | inline |
| CMatrix2d(double m11, double m12, double m21, double m22) | i2d::CMatrix2d | inline |
| ColumnVector typedef | imath::TMatrix< 2, 2 > | |
| ElementType typedef | imath::TMatrix< 2, 2 > | |
| GetAdded(const TMatrix< Width, Height, double > &matrix, TMatrix< Width, Height, double > &result) const | imath::TMatrix< 2, 2 > | |
| GetApproxAngle() const | i2d::CMatrix2d | |
| GetApproxScale() const | i2d::CMatrix2d | |
| GetAt(const IndexType &index) const | imath::TMatrix< 2, 2 > | |
| GetAt(int x, int y) const | imath::TMatrix< 2, 2 > | |
| GetAtRef(const IndexType &index) | imath::TMatrix< 2, 2 > | |
| GetAtRef(int x, int y) | imath::TMatrix< 2, 2 > | |
| GetAxesLengths() const | i2d::CMatrix2d | inline |
| GetAxesLengths(CVector2d &result) const | i2d::CMatrix2d | inline |
| GetAxisX() const | i2d::CMatrix2d | inline |
| GetAxisY() const | i2d::CMatrix2d | inline |
| GetColumnVector(int columnIndex, TVector< Height, double > &result) const | imath::TMatrix< 2, 2 > | |
| GetDecompositionQDQ(TMatrix< Height, Height, double > &matrixQ, TVector< Height, double > &diagonalD, double tolerance=I_BIG_EPSILON, int maxIterations=100) const | imath::TMatrix< 2, 2 > | |
| GetDet() const | i2d::CMatrix2d | inline |
| GetDimensionsCount() const | imath::TMatrix< 2, 2 > | |
| GetEigenVectors(i2d::CVector2d &vector1, i2d::CVector2d &vector2, double &value1, double &value2) const | i2d::CMatrix2d | |
| GetFrobeniusNorm() const | imath::TMatrix< 2, 2 > | |
| GetFrobeniusNorm2() const | imath::TMatrix< 2, 2 > | |
| GetIdentity() | i2d::CMatrix2d | inlinestatic |
| GetInverted() const | i2d::CMatrix2d | inline |
| GetInverted(CMatrix2d &result) const | i2d::CMatrix2d | |
| GetInvMultiplied(const i2d::CVector2d &position) const | i2d::CMatrix2d | |
| GetInvMultiplied(const i2d::CVector2d &position, i2d::CVector2d &result) const | i2d::CMatrix2d | |
| GetMaxElement() const | imath::TMatrix< 2, 2 > | |
| GetMinElement() const | imath::TMatrix< 2, 2 > | |
| GetMultiplied(const CVector2d &position) const | i2d::CMatrix2d | inline |
| GetMultiplied(const CMatrix2d &matrix) const | i2d::CMatrix2d | inline |
| TMatrix< 2, 2 >::GetMultiplied(const TMatrix< SecondWidth, Width, double > &matrix, TMatrix< SecondWidth, Height, double > &result) const | imath::TMatrix< 2, 2 > | inline |
| TMatrix< 2, 2 >::GetMultiplied(const TMatrix< SecondWidth, Width, double > &matrix) const | imath::TMatrix< 2, 2 > | inline |
| TMatrix< 2, 2 >::GetMultiplied(const TVector< Width, double > &vector, TVector< Height, double > &result) const | imath::TMatrix< 2, 2 > | |
| TMatrix< 2, 2 >::GetMultiplied(const TVector< Width, double > &vector) const | imath::TMatrix< 2, 2 > | |
| GetNegated(TMatrix< Width, Height, double > &result) | imath::TMatrix< 2, 2 > | |
| GetRowVector(int rowIndex, TVector< Width, double > &result) | imath::TMatrix< 2, 2 > | |
| GetScaled(double value, TMatrix< Width, Height, double > &result) const | imath::TMatrix< 2, 2 > | |
| GetSize(int dimension) const | imath::TMatrix< 2, 2 > | |
| GetSizes() const | imath::TMatrix< 2, 2 > | |
| GetSubstracted(const TMatrix< Width, Height, double > &matrix, TMatrix< Width, Height, double > &result) const | imath::TMatrix< 2, 2 > | |
| GetTrace() const | imath::TMatrix< 2, 2 > | |
| GetTransposed() const | i2d::CMatrix2d | inline |
| TMatrix< 2, 2 >::GetTransposed(TMatrix< Height, Width, double > &result) const | imath::TMatrix< 2, 2 > | |
| GetTriangleDecomposed(TMatrix< Width, Height, double > &result, TMatrix< Height, Height, double > *matrixQPtr=NULL, int maxColumns=-1, double minHhNorm=I_BIG_EPSILON) const | imath::TMatrix< 2, 2 > | |
| IndexType typedef | imath::TMatrix< 2, 2 > | |
| InitToIdentity() | imath::TMatrix< 2, 2 > | |
| IsDimensionsCountFixed() const | imath::TMatrix< 2, 2 > | |
| MatrixInitMode enum name | imath::TMatrix< 2, 2 > | |
| MIM_DOWNER_TRIANGLE enum value | imath::TMatrix< 2, 2 > | |
| MIM_IDENTITY enum value | imath::TMatrix< 2, 2 > | |
| MIM_ONES enum value | imath::TMatrix< 2, 2 > | |
| MIM_UPPER_TRIANGLE enum value | imath::TMatrix< 2, 2 > | |
| MIM_ZERO enum value | imath::TMatrix< 2, 2 > | |
| Multiply(const CMatrix2d &matrix) | i2d::CMatrix2d | |
| MultiplyLeft(const CMatrix2d &matrix) | i2d::CMatrix2d | |
| operator!=(const TMatrix< Width, Height, double > &matrix) const | imath::TMatrix< 2, 2 > | |
| operator*(double scale) const | i2d::CMatrix2d | inline |
| TMatrix< 2, 2 >::operator*(const TMatrix< SecondWidth, Width, double > &matrix) const | imath::TMatrix< 2, 2 > | inline |
| operator*=(double value) | imath::TMatrix< 2, 2 > | |
| operator+(const BaseClass &matrix) const | i2d::CMatrix2d | inline |
| TMatrix< 2, 2 >::operator+(const TMatrix< Width, Height, double > &matrix) const | imath::TMatrix< 2, 2 > | inline |
| operator+=(const TMatrix< Width, Height, double > &matrix) | imath::TMatrix< 2, 2 > | |
| operator-(const BaseClass &matrix) const | i2d::CMatrix2d | inline |
| operator-() | i2d::CMatrix2d | inline |
| TMatrix< 2, 2 >::operator-(const TMatrix< Width, Height, double > &matrix) const | imath::TMatrix< 2, 2 > | inline |
| operator-=(const TMatrix< Width, Height, double > &matrix) | imath::TMatrix< 2, 2 > | |
| operator/(double scale) const | i2d::CMatrix2d | inline |
| operator=(const CMatrix2d &matrix) | i2d::CMatrix2d | inline |
| TMatrix< 2, 2 >::operator=(const TMatrix< Width, Height, double > &matrix)=default | imath::TMatrix< 2, 2 > | |
| operator==(const TMatrix< Width, Height, double > &matrix) const | imath::TMatrix< 2, 2 > | |
| operator[](const IndexType &index) const | imath::TMatrix< 2, 2 > | |
| operator[](const IndexType &index) | imath::TMatrix< 2, 2 > | |
| Reset() | i2d::CMatrix2d | |
| Reset(double angle, double scale=1.0) | i2d::CMatrix2d | |
| Reset(double angle, const CVector2d &scale) | i2d::CMatrix2d | |
| RowVector typedef | imath::TMatrix< 2, 2 > | |
| Serialize(iser::IArchive &archive) | imath::TMatrix< 2, 2 > | |
| SetAt(const IndexType &index, const ElementType &value) | imath::TMatrix< 2, 2 > | |
| SetAt(int x, int y, const ElementType &value) | imath::TMatrix< 2, 2 > | |
| SetColumnVector(int columnIndex, const TVector< Height, double > &columnVector) | imath::TMatrix< 2, 2 > | |
| SetDimensionsCount(int count) | imath::TMatrix< 2, 2 > | |
| SetSize(int dimension, int size) | imath::TMatrix< 2, 2 > | |
| SetSizes(const SizesType &sizes) | imath::TMatrix< 2, 2 > | |
| SizesType typedef | imath::TMatrix< 2, 2 > | |
| TMatrix() | imath::TMatrix< 2, 2 > | |
| TMatrix(MatrixInitMode mode) | imath::TMatrix< 2, 2 > | explicit |
| TMatrix(const TMatrix &matrix) | imath::TMatrix< 2, 2 > | |
| Transpose() | imath::TMatrix< 2, 2 > | inline |