Open CASCADE Technology 6.6.0
|
Naming Attribute Driver.
#include <BinMNaming_NamingDriver.hxx>
Public Member Functions | |
BinMNaming_NamingDriver (const Handle< CDM_MessageDriver > &theMessageDriver) | |
Handle_TDF_Attribute | NewEmpty () const |
Creates a new attribute from TDF. | |
Standard_Boolean | Paste (const BinObjMgt_Persistent &Source, const Handle< TDF_Attribute > &Target, BinObjMgt_RRelocationTable &RelocTable) const |
Translate the contents of <aSource> and put it into <aTarget>, using the relocation table <aRelocTable> to keep the sharings. | |
void | Paste (const Handle< TDF_Attribute > &Source, BinObjMgt_Persistent &Target, BinObjMgt_SRelocationTable &RelocTable) const |
Translate the contents of <aSource> and put it into <aTarget>, using the relocation table <aRelocTable> to keep the sharings. |
BinMNaming_NamingDriver::BinMNaming_NamingDriver | ( | const Handle< CDM_MessageDriver > & | theMessageDriver | ) |
Handle_TDF_Attribute BinMNaming_NamingDriver::NewEmpty | ( | ) | const [virtual] |
Implements BinMDF_ADriver.
void BinMNaming_NamingDriver::Paste | ( | const Handle< TDF_Attribute > & | aSource, |
BinObjMgt_Persistent & | aTarget, | ||
BinObjMgt_SRelocationTable & | aRelocTable | ||
) | const [virtual] |
Implements BinMDF_ADriver.
Standard_Boolean BinMNaming_NamingDriver::Paste | ( | const BinObjMgt_Persistent & | aSource, |
const Handle< TDF_Attribute > & | aTarget, | ||
BinObjMgt_RRelocationTable & | aRelocTable | ||
) | const [virtual] |
Implements BinMDF_ADriver.