Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <Handle_TDF_DataSet.hxx>
#include <Handle_TDF_RelocationTable.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
Data Structures | |
class | TDF_ComparisonTool |
This class provides services to compare sets of information. The use of this tool can works after a copy, acted by a CopyTool. * Compare(...) compares two DataSet and returns the result. * SourceUnbound(...) builds the difference between a relocation dictionnary and a source set of information. * TargetUnbound(...) does the same between a relocation dictionnary and a target set of information. * Cut(aDataSet, anLabel) removes a set of attributes. * IsSelfContained(...) returns true if all the labels of the attributes of the given DataSet are descendant of the given label. More... |