| 
    Open CASCADE Technology 7.8.0
    
   | 
 
#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 () | 
| Handle< TDF_Attribute > | Value () const | 
| const TDF_Attribute * | PtrValue () const | 
| Provides an access to the internal pointer of the current attribute. The method has better performance as not-creating handle.   | |
| TDF_AttributeIterator::TDF_AttributeIterator | ( | ) | 
| 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  | 
        ||
| ) | 
      
  | 
  inline | 
| void TDF_AttributeIterator::Next | ( | ) | 
      
  | 
  inline | 
Provides an access to the internal pointer of the current attribute. The method has better performance as not-creating handle.
      
  | 
  inline |