Open CASCADE Technology 6.6.0
|
#include <BinMXCAFDoc_LocationDriver.hxx>
Public Member Functions | |
BinMXCAFDoc_LocationDriver (const Handle< CDM_MessageDriver > &theMsgDriver) | |
virtual Handle_TDF_Attribute | NewEmpty () const |
Creates a new attribute from TDF. | |
virtual Standard_Boolean | Paste (const BinObjMgt_Persistent &theSource, const Handle< TDF_Attribute > &theTarget, BinObjMgt_RRelocationTable &theRelocTable) const |
Translate the contents of <aSource> and put it into <aTarget>, using the relocation table <aRelocTable> to keep the sharings. | |
virtual void | Paste (const Handle< TDF_Attribute > &theSource, BinObjMgt_Persistent &theTarget, BinObjMgt_SRelocationTable &theRelocTable) const |
Translate the contents of <aSource> and put it into <aTarget>, using the relocation table <aRelocTable> to keep the sharings. | |
Standard_Boolean | Translate (const BinObjMgt_Persistent &theSource, TopLoc_Location &theLoc, BinObjMgt_RRelocationTable &theMap) const |
void | Translate (const TopLoc_Location &theLoc, BinObjMgt_Persistent &theTarget, BinObjMgt_SRelocationTable &theMap) const |
Translate transient location to storable | |
void | SetSharedLocations (const BinTools_LocationSetPtr &theLocations) |
BinMXCAFDoc_LocationDriver::BinMXCAFDoc_LocationDriver | ( | const Handle< CDM_MessageDriver > & | theMsgDriver | ) |
virtual Handle_TDF_Attribute BinMXCAFDoc_LocationDriver::NewEmpty | ( | ) | const [virtual] |
Implements BinMDF_ADriver.
virtual Standard_Boolean BinMXCAFDoc_LocationDriver::Paste | ( | const BinObjMgt_Persistent & | aSource, |
const Handle< TDF_Attribute > & | aTarget, | ||
BinObjMgt_RRelocationTable & | aRelocTable | ||
) | const [virtual] |
Implements BinMDF_ADriver.
virtual void BinMXCAFDoc_LocationDriver::Paste | ( | const Handle< TDF_Attribute > & | aSource, |
BinObjMgt_Persistent & | aTarget, | ||
BinObjMgt_SRelocationTable & | aRelocTable | ||
) | const [virtual] |
Implements BinMDF_ADriver.
void BinMXCAFDoc_LocationDriver::SetSharedLocations | ( | const BinTools_LocationSetPtr & | theLocations | ) |
void BinMXCAFDoc_LocationDriver::Translate | ( | const TopLoc_Location & | theLoc, |
BinObjMgt_Persistent & | theTarget, | ||
BinObjMgt_SRelocationTable & | theMap | ||
) | const |
Standard_Boolean BinMXCAFDoc_LocationDriver::Translate | ( | const BinObjMgt_Persistent & | theSource, |
TopLoc_Location & | theLoc, | ||
BinObjMgt_RRelocationTable & | theMap | ||
) | const |