Open CASCADE Technology
6.5.4
|
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>
Static Public Member Functions | |
static DEFINE_STANDARD_ALLOC 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 DEFINE_STANDARD_ALLOC 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] |