#include <TDF_ClosureTool.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Static Public Member Functions | |
static Standard_EXPORT void | Closure (const Handle(TDF_DataSet)&aDataSet) |
Builds the transitive closure of label and attribute sets into <adataset>. . | |
static Standard_EXPORT void | Closure (const Handle(TDF_DataSet)&aDataSet, const TDF_IDFilter &aFilter, const TDF_ClosureMode &aMode) |
Builds the transitive closure of label and attribute sets into <adataset>. Uses <afilter> to determine if an attribute has to be taken in account or not. Uses <amode> for various way of closing. . | |
static Standard_EXPORT void | Closure (const TDF_Label &aLabel, TDF_LabelMap &aLabMap, TDF_AttributeMap &anAttMap, const TDF_IDFilter &aFilter, const TDF_ClosureMode &aMode) |
Builds the transitive closure of <alabel>. . | |
Static Private Member Functions | |
static Standard_EXPORT void | LabelAttributes (const TDF_Label &aLabel, TDF_LabelMap &aLabMap, TDF_AttributeMap &anAttMap, const TDF_IDFilter &aFilter, const TDF_ClosureMode &aMode) |
Adds label attributes and dependences. . |
|
|
|
|
|
|
|
|
|
|
|
|
|
|