|
| virtual void | AllocateValue (EGeometrieElement theGeom, TInt theNbElem, TInt theNbGauss, TInt theNbComp, EModeSwitch theMode=eFULL_INTERLACE) |
| | Allocates values for the given geometry. More...
|
| |
| virtual size_t | GetNbGauss (EGeometrieElement theGeom) const |
| |
| virtual size_t | GetNbVal (EGeometrieElement theGeom) const |
| |
| virtual unsigned char * | GetValuePtr (EGeometrieElement theGeom) |
| |
| virtual size_t | GetValueSize (EGeometrieElement theGeom) const |
| |
| | TTTimeStampValue (const PTimeStampInfo &theTimeStampInfo, const PTimeStampValueBase &theInfo, ETypeChamp theTypeChamp) |
| |
| | TTTimeStampValue (const PTimeStampInfo &theTimeStampInfo, ETypeChamp theTypeChamp, const TGeom2Profile &theGeom2Profile, EModeSwitch theMode) |
| |
| const TTGeom2Value & | GetGeom2Value () const |
| |
| TTMeshValue & | GetMeshValue (EGeometrieElement theGeom) |
| | Gets MED TimeStamp values for the given geometric type. More...
|
| |
| const TTMeshValue & | GetMeshValue (EGeometrieElement theGeom) const |
| | Gets MED TimeStamp values for the given geometric type (const version) More...
|
| |
| PTMeshValue & | GetMeshValuePtr (EGeometrieElement theGeom) |
| | Gets MED TimeStamp values for the given geometric type. More...
|
| |
| const PTMeshValue & | GetMeshValuePtr (EGeometrieElement theGeom) const |
| | Gets MED TimeStamp values for the given geometric type (const version) More...
|
| |
| virtual ETypeChamp | GetTypeChamp () const |
| | Gets type of the champ. More...
|
| |
| virtual void | AllocateValue (EGeometrieElement theGeom, TInt theNbElem, TInt theNbGauss, TInt theNbComp, EModeSwitch theMode=eFULL_INTERLACE)=0 |
| | Allocates values for the given geometry. More...
|
| |
| const TGeom2Profile & | GetGeom2Profile () const |
| | Gets a map of MED Profiles per geometric type. More...
|
| |
| const TGeomSet & | GetGeomSet () const |
| |
| virtual size_t | GetNbGauss (EGeometrieElement theGeom) const =0 |
| |
| virtual size_t | GetNbVal (EGeometrieElement theGeom) const =0 |
| |
| const PTimeStampInfo & | GetTimeStampInfo () const |
| |
| virtual ETypeChamp | GetTypeChamp () const =0 |
| | Gets type of the champ. More...
|
| |
| virtual unsigned char * | GetValuePtr (EGeometrieElement theGeom)=0 |
| |
| virtual size_t | GetValueSize (EGeometrieElement theGeom) const =0 |
| |
| EModeSwitch | GetModeSwitch () const |
| |
| | TModeSwitchInfo () |
| | To construct instance of the class by default. More...
|
| |
| | TModeSwitchInfo (EModeSwitch theModeSwitch) |
| | To construct instance of the class. More...
|
| |
| virtual | ~TBase () |
| |