ULIS  dev4.0.7
Utility Library for Imaging Systems
TMatrix4< T > Member List

This is the complete list of members for TMatrix4< T >, including all inherited members.

Data()TMatrix4< T >
Data() constTMatrix4< T >
Determinant() constTMatrix4< T >
Inverse() constTMatrix4< T >
operator!=(const TMatrix4 &iOther)TMatrix4< T >
operator*=(T iValue)TMatrix4< T >
operator*=(const TMatrix4 &iOther)TMatrix4< T >
operator+=(T iValue)TMatrix4< T >
operator+=(const TMatrix4 &iOther)TMatrix4< T >
operator-() constTMatrix4< T >
operator-=(T iValue)TMatrix4< T >
operator-=(const TMatrix4 &iOther)TMatrix4< T >
operator/=(T iValue)TMatrix4< T >
operator/=(const TMatrix4 &iOther)TMatrix4< T >
operator=(const TMatrix4 &iOther)TMatrix4< T >
operator==(const TMatrix4 &iOther)TMatrix4< T >
operator[](int iIndex)TMatrix4< T >
operator[](int iIndex) constTMatrix4< T >
tColumn typedefTMatrix4< T >
TMatrix4()TMatrix4< T >
TMatrix4(T iValue)TMatrix4< T >
TMatrix4(T iM00, T iM01, T iM02, T iM03, T iM10, T iM11, T iM12, T iM13, T iM20, T iM21, T iM22, T iM23, T iM30, T iM31, T iM32, T iM33)TMatrix4< T >
TMatrix4(const tColumn &iCol0, const tColumn &iCol1, const tColumn &iCol2, const tColumn &iCol3)TMatrix4< T >
TMatrix4(const TMatrix4 &iOther)TMatrix4< T >
TMatrix4(const TMatrix4< U > &iOther)TMatrix4< T >
Transpose() constTMatrix4< T >
tRow typedefTMatrix4< T >