Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <TDF_LabelNodePtr.hxx>
#include <Handle_TDF_Data.hxx>
#include <Standard_Integer.hxx>
#include <Standard_Boolean.hxx>
#include <Handle_TDF_Attribute.hxx>
#include <Standard_OStream.hxx>
#include <TDF_Label.lxx>
Data Structures | |
class | TDF_Label |
This class provides basic operations to define a label in a data structure. A label is a feature in the feature hierarchy. A label is always connected to a Data from TDF. To a label is attached attributes containing the software components information. Label information: It is possible to know the tag, the father, the depth in the tree of the label, if the label is root, null or equal to another label. Comfort methods: Some methods useful on a label. Attributes: It is possible to get an attribute in accordance to an ID, or the yougest previous version of a current attribute. More... |