Functions | |
int | AddFrameType (const std::string &frametype, const std::string &matrix) |
int | AddMatrixType (const std::string &matrixtype, const std::string &colnames) |
int | ViewTypes () |
SdifStringT * | GetTypeString () |
int | SetTypeString (SdifStringT *String) |
|
add a frame type in the SdifStringT* of the entity the description is added to the file with WriteTypes() in the Opening must be used after AddMatrixType()
|
|
defined or redefined a matrix type in the SdifStringT* of the entity. An example of used :AddMatrixType("TYPE", "namecolumn1, namecolumn2, namecolumn3"). You can have the number of column that you will the description is added to the file with WriteTypes() in the Opening must be used before AddFrameType()
|
|
View the SdifStringT* which have the types definitions of the frames and matrix |
|
return the SdifStringT* which describe the differents frames of the file in the frame "1TYP". |
|
Set a SdifStringT* for hte description of the differents frames of the file in the frame "1TYP". |