|
Open CASCADE Technology 6.5.2
|
Iterates on the children of a label, to find
attributes having ID as Attribute ID.
Level option works as TDF_ChildIterator.
#include <TDF_ChildIDIterator.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TDF_ChildIDIterator () | |
| Creates an empty iterator. | |
| TDF_ChildIDIterator (const TDF_Label &aLabel, const Standard_GUID &anID, const Standard_Boolean allLevels=Standard_False) | |
| Iterates on the children of the given label. If <allLevels> option is set to true, it explores not only the first, but all the sub label levels. | |
| void | Initialize (const TDF_Label &aLabel, const Standard_GUID &anID, const Standard_Boolean allLevels=Standard_False) |
| Initializes the iteration on the children of the given label. If <allLevels> option is set to true, it explores not only the first, but all the sub label levels. | |
| Standard_Boolean | More () const |
| Returns True if there is a current Item in the iteration. | |
| void | Next () |
| Move to the next Item | |
| void | NextBrother () |
| Move to the next Brother. If there is none, go up etc. This method is interesting only with "allLevels" behavior, because it avoids to explore the current label children. | |
| Handle_TDF_Attribute | Value () const |
| Returns the current item; a null handle if there is none. | |
| TDF_ChildIDIterator::TDF_ChildIDIterator | ( | ) |
| TDF_ChildIDIterator::TDF_ChildIDIterator | ( | const TDF_Label & | aLabel, |
| const Standard_GUID & | anID, | ||
| const Standard_Boolean | allLevels = Standard_False |
||
| ) |
| void TDF_ChildIDIterator::Initialize | ( | const TDF_Label & | aLabel, |
| const Standard_GUID & | anID, | ||
| const Standard_Boolean | allLevels = Standard_False |
||
| ) |
| Standard_Boolean TDF_ChildIDIterator::More | ( | ) | const |
| void TDF_ChildIDIterator::Next | ( | ) |
| void TDF_ChildIDIterator::NextBrother | ( | ) |
| void TDF_ChildIDIterator::operator delete | ( | void * | anAddress | ) | [inline] |
| void* TDF_ChildIDIterator::operator new | ( | size_t | size | ) | [inline] |
| void* TDF_ChildIDIterator::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Handle_TDF_Attribute TDF_ChildIDIterator::Value | ( | ) | const |
1.7.4