|
Open CASCADE Technology 6.5.2
|
This class provides services to build the closure
of an information set.
You can set closure options by using IDFilter
(to select or exclude specific attribute IDs) and
CopyOption objects and by giving to Closure
method.
#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 void | Closure (const Handle< TDF_DataSet > &aDataSet) |
| Builds the transitive closure of label and attribute sets into <aDataSet>. | |
| static 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 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 void TDF_ClosureTool::Closure | ( | const Handle< TDF_DataSet > & | aDataSet | ) | [static] |
| static void TDF_ClosureTool::Closure | ( | const Handle< TDF_DataSet > & | aDataSet, |
| const TDF_IDFilter & | aFilter, | ||
| const TDF_ClosureMode & | aMode | ||
| ) | [static] |
| static void TDF_ClosureTool::Closure | ( | const TDF_Label & | aLabel, |
| TDF_LabelMap & | aLabMap, | ||
| TDF_AttributeMap & | anAttMap, | ||
| const TDF_IDFilter & | aFilter, | ||
| const TDF_ClosureMode & | aMode | ||
| ) | [static] |
| void TDF_ClosureTool::operator delete | ( | void * | anAddress | ) | [inline] |
| void* TDF_ClosureTool::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* TDF_ClosureTool::operator new | ( | size_t | size | ) | [inline] |
1.7.4