#include <Array2d.h>
| Public Member Functions | |
| Array2d (Array2dVec3UInt8 *data) | |
| Array2d (Array2dVec3Real64 *data) | |
| Array2d (Array2dVec2Real64 *data) | |
| Array2d (const Array2d &src) | |
| ~Array2d () | |
| int | CW () const | 
| int | CH () const | 
| Public Attributes | |
| int | mDataType | 
| Array2dVec3UInt8 * | mDataVec3UInt8 | 
| Array2dVec3Real64 * | mDataVec3Real64 | 
| Array2dVec2Real64 * | mDataVec2Real64 | 
| Static Public Attributes | |
| static const int | DATA_TYPE_VEC3_UINT = 0 | 
| static const int | DATA_TYPE_VEC3_REAL64 = 2 | 
| static const int | DATA_TYPE_VEC2_REAL64 = 3 | 
Definition at line 13 of file Array2d.h.
 1.5.1
 1.5.1