Open CASCADE Technology
6.5.4
|
#include <TDF_AttributeIterator.hxx>
Public Member Functions | |
TDF_AttributeIterator () | |
TDF_AttributeIterator (const TDF_Label &aLabel, const Standard_Boolean withoutForgotten=Standard_True) | |
TDF_AttributeIterator (const TDF_LabelNodePtr aLabelNode, const Standard_Boolean withoutForgotten=Standard_True) | |
void | Initialize (const TDF_Label &aLabel, const Standard_Boolean withoutForgotten=Standard_True) |
Standard_Boolean | More () const |
void | Next () |
TDF_Attribute * | Value () const |
TDF_AttributeIterator::TDF_AttributeIterator | ( | const TDF_Label & | aLabel, |
const Standard_Boolean | withoutForgotten = Standard_True |
||
) |
TDF_AttributeIterator::TDF_AttributeIterator | ( | const TDF_LabelNodePtr | aLabelNode, |
const Standard_Boolean | withoutForgotten = Standard_True |
||
) |
void TDF_AttributeIterator::Initialize | ( | const TDF_Label & | aLabel, |
const Standard_Boolean | withoutForgotten = Standard_True |
||
) |
Standard_Boolean TDF_AttributeIterator::More | ( | void | ) | const [inline] |
TDF_Attribute * TDF_AttributeIterator::Value | ( | void | ) | const [inline] |