Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members  

SDIFEntity - Description type


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)

Function Documentation

int Easdif::SDIFEntity::AddFrameType const std::string &    frametype,
const std::string &    matrix
[inherited]
 

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()

Parameters:
frametype  string for define a new frame type
matrix  string to define the differents matrix which are in the frame the matrix type

int Easdif::SDIFEntity::AddMatrixType const std::string &    matrixtype,
const std::string &    colnames
[inherited]
 

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()

Parameters:
matrixtype  string for define a new matrix type or redefined a matrix type
colnames  string to defined the differents parameters of the matrix type

int Easdif::SDIFEntity::ViewTypes   [inherited]
 

View the SdifStringT* which have the types definitions of the frames and matrix

SdifStringT * Easdif::SDIFEntity::GetTypeString   [inherited]
 

return the SdifStringT* which describe the differents frames of the file in the frame "1TYP".

int Easdif::SDIFEntity::SetTypeString SdifStringT *    String [inherited]
 

Set a SdifStringT* for hte description of the differents frames of the file in the frame "1TYP".


Generated on Thu Apr 10 16:02:11 2003 for Easdif by doxygen1.2.16