Open CASCADE Technology
6.9.0
|
Storage and Retrieval drivers for modelling attributes. Transient attributes are defined in package TDataStd and persistent one are defined in package PDataStd. More...
#include <MDataXtd.hxx>
Static Public Member Functions | |
static void | AddStorageDrivers (const Handle< MDF_ASDriverHSequence > &aDriverSeq, const Handle< CDM_MessageDriver > &theMessageDriver) |
Adds the attribute storage drivers to <aDriverSeq>. More... | |
static void | AddRetrievalDrivers (const Handle< MDF_ARDriverHSequence > &aDriverSeq, const Handle< CDM_MessageDriver > &theMessageDriver) |
Adds the attribute retrieval drivers to <aDriverSeq>. More... | |
static Handle< PGeom_Geometry > | Translate (const Handle< Geom_Geometry > &Geometry) |
Method to launch in MgtGeom Delete MDataStd_1.cxx Modify MDataStd_GeometryStorageDriver::Paste. More... | |
static Handle< Geom_Geometry > | Translate (const Handle< PGeom_Geometry > &Geometry) |
Method to lasunch in MgtGeom Delete MDataStd_1.cxx Modify MDataStd_GeometryRetrievalDriver::Paste
<>Translation of TDataXtd enumerations to integer >
More... | |
static Standard_Integer | ConstraintTypeToInteger (const TDataXtd_ConstraintEnum e) |
static TDataXtd_ConstraintEnum | IntegerToConstraintType (const Standard_Integer i) |
static Standard_Integer | GeometryTypeToInteger (const TDataXtd_GeometryEnum e) |
static TDataXtd_GeometryEnum | IntegerToGeometryType (const Standard_Integer i) |
Storage and Retrieval drivers for modelling attributes. Transient attributes are defined in package TDataStd and persistent one are defined in package PDataStd.
|
static |
Adds the attribute retrieval drivers to <aDriverSeq>.
|
static |
Adds the attribute storage drivers to <aDriverSeq>.
|
static |
|
static |
|
static |
|
static |
|
static |
Method to launch in MgtGeom Delete MDataStd_1.cxx Modify MDataStd_GeometryStorageDriver::Paste.
|
static |