Open CASCADE Technology 6.6.0
Static Public Member Functions
TDF_ClosureTool Class Reference

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 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>.


Member Function Documentation

static void TDF_ClosureTool::Closure ( const Handle< TDF_DataSet > &  aDataSet) [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]
static void TDF_ClosureTool::Closure ( const Handle< TDF_DataSet > &  aDataSet,
const TDF_IDFilter aFilter,
const TDF_ClosureMode aMode 
) [static]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines