The CDataArray2D class is a template class that encapsulates the following 2D data arrays:
typedef CDataArray2D< float > CDataArray2DFloat
A
CDataArray2D class of type float
.
typedef CDataArray2D< LONG > CDataArray2DLong
A
CDataArray2D class of type LONG
.
typedef CDataArray2D< bool > CDataArray2DBool
The CDataArray2D< bool > class.
typedef CDataArray2D< CVector2f > CDataArray2DVector2f
A CDataArray2D class of type CVector2f.
typedef CDataArray2D< CVector3f > CDataArray2DVector3f
A CDataArray2D class of type CVector3f.
typedef CDataArray2D< CVector4f > CDataArray2DVector4f
A CDataArray2D class of type CVector4f.
typedef CDataArray2D< CQuaternionf > CDataArray2DQuaternionf
A CDataArray2D class of type CQuaternionf.
typedef CDataArray2D< CRotationf > CDataArray2DRotationf
A CDataArray2D class of type CRotationf.
typedef CDataArray2D< CMatrix3f > CDataArray2DMatrix3f
A CDataArray2D class of type CMatrix3f.
typedef CDataArray2D< CMatrix4f > CDataArray2DMatrix4f
A CDataArray2D class of type CMatrix4f.
typedef CDataArray2D< CColor4f > CDataArray2DColor4f
A CDataArray2D class of type CColor4f.
typedef CDataArray2D< CShape> CDataArray2DShape
A CDataArray2D class of type CShape.