Functions | |
SDIFMatrix (const SdifDataTypeET _type=eFloat4) | |
default constructor | |
SDIFMatrix & | operator= (const SDIFMatrix &aMatrix) |
assignment operator | |
SDIFMatrix (const SDIFMatrix &aMatrix) | |
copy constrctor | |
SDIFMatrix (SdifSignature sig, int nrows=1, int ncols=1, SdifDataTypeET type=eFloat4) | |
constructor that allocates internal memory | |
SDIFMatrix (const std::string &sig, int nrows=1, int ncols=1, SdifDataTypeET type=eFloat4) | |
constructor that allocates internal memory |
|
default constructor
Constructs matrix without allocating memory. However, the type for internal data representation is fixed.
|
|
assignment operator
does a deep copy of the data
|
|
copy constrctor
does a deep copy of the data
|
|
constructor that allocates internal memory
Constructs matrix with given signature to hold given number of rows and columns. The type for internal data representation is fixed.
|
|
constructor that allocates internal memory
Constructs matrix with given signature to hold given number of rows and columns. The type for internal data representation is fixed.
|