Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_TDF_RelocationTable.hxx>
#include <Standard_Boolean.hxx>
#include <TDF_LabelDataMap.hxx>
#include <TDF_AttributeDataMap.hxx>
#include <TColStd_IndexedDataMapOfTransientTransient.hxx>
#include <MMgt_TShared.hxx>
#include <Handle_TDF_Attribute.hxx>
#include <Handle_Standard_Transient.hxx>
#include <Standard_OStream.hxx>
Data Structures | |
class | TDF_RelocationTable |
This is a relocation dictionnary between source and target labels, attributes or any transient. Note that one target value may be the relocation value of more than one source object. Common behaviour: it returns true and the found relocation value as target object; false otherwise. Look at SelfRelocate method for more explanation about self relocation behavior of this class. More... |