|
Open CASCADE Technology
6.7.1
|
#include <Poly_CoherentTriangulation.hxx>

Public Member Functions | |
| IteratorOfLink (const Handle_Poly_CoherentTriangulation &theTri) | |
| Constructor. More... | |
| virtual void | Next () |
| Make step. More... | |
Public Member Functions inherited from NCollection_Vector< TheItemType >::Iterator | |
| Iterator () | |
| Empty constructor - for later Init. More... | |
| Iterator (const NCollection_Vector &theVector) | |
| Constructor with initialisation. More... | |
| Iterator (const Iterator &theOther) | |
| Copy constructor. More... | |
| void | Init (const NCollection_Vector &theVector) |
| Initialisation. More... | |
| Iterator & | operator= (const Iterator &theOther) |
| Assignment. More... | |
| virtual Standard_Boolean | More () const |
| Check end. More... | |
| virtual const TheItemType & | Value () const |
| Constant value access. More... | |
| virtual TheItemType & | ChangeValue () const |
| Variable value access. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from NCollection_BaseCollection< TheItemType >::Iterator | |
| Iterator (void) | |
| Empty constructor. More... | |
| virtual | ~Iterator (void) |
| Virtual destructor is necessary for classes with virtual methods. More... | |
| const Iterator & | operator= (const Iterator &) |
| operator= is prohibited More... | |
| Iterator (const Iterator &) | |
| Copy constructor **. More... | |
Protected Member Functions inherited from NCollection_BaseVector::Iterator | |
| Iterator () | |
| Iterator (const NCollection_BaseVector &theVector) | |
| Iterator (const Iterator &theVector) | |
| void | initV (const NCollection_BaseVector &theVector) |
| void | copyV (const Iterator &) |
| Standard_Boolean | moreV () const |
| void | nextV () |
| const MemBlock * | curBlockV () const |
Protected Attributes inherited from NCollection_BaseVector::Iterator | |
| const NCollection_BaseVector * | myVector |
| the Master vector More... | |
| Standard_Integer | myICurBlock |
of the current blockMore... | |
| Standard_Integer | myIEndBlock |
| Standard_Integer | myCurIndex |
| Index in the current block. More... | |
| Standard_Integer | myEndIndex |
Subclass Iterator - allows to iterate all links skipping invalid ones.
| Poly_CoherentTriangulation::IteratorOfLink::IteratorOfLink | ( | const Handle_Poly_CoherentTriangulation & | theTri | ) |
Constructor.
|
virtual |
Make step.
Reimplemented from NCollection_Vector< TheItemType >::Iterator.
1.8.5