Open CASCADE Technology
6.5.4
|
#include <MDF_SRelocationTable.hxx>
Public Member Functions | |
MDF_SRelocationTable (const Standard_Boolean theSelfRelocation=Standard_False) | |
void | SetSelfRelocation (const Standard_Boolean theStatus=Standard_True) |
Standard_Boolean | IsSelfRelocation () const |
void | SetRelocation (const Handle< TDF_Attribute > &aSourceAttribute, const Handle< PDF_Attribute > &aTargetAttribute) |
Standard_Boolean | HasRelocation (const Handle< TDF_Attribute > &aSourceAttribute, Handle< PDF_Attribute > &aTargetAttribute) |
void | SetOtherRelocation (const Handle< Standard_Transient > &aSource, const Handle< Standard_Persistent > &aTarget) |
Standard_Boolean | HasOtherRelocation (const Handle< Standard_Transient > &aSource, Handle< Standard_Persistent > &aTarget) |
PTColStd_TransientPersistentMap & | AttributeTable () |
PTColStd_TransientPersistentMap & | OtherTable () |
MDF_SRelocationTable::MDF_SRelocationTable | ( | const Standard_Boolean | theSelfRelocation = Standard_False | ) |
Standard_Boolean MDF_SRelocationTable::HasOtherRelocation | ( | const Handle< Standard_Transient > & | aSource, |
Handle< Standard_Persistent > & | aTarget | ||
) |
Standard_Boolean MDF_SRelocationTable::HasRelocation | ( | const Handle< TDF_Attribute > & | aSourceAttribute, |
Handle< PDF_Attribute > & | aTargetAttribute | ||
) |
void MDF_SRelocationTable::SetOtherRelocation | ( | const Handle< Standard_Transient > & | aSource, |
const Handle< Standard_Persistent > & | aTarget | ||
) |
void MDF_SRelocationTable::SetRelocation | ( | const Handle< TDF_Attribute > & | aSourceAttribute, |
const Handle< PDF_Attribute > & | aTargetAttribute | ||
) |