Open CASCADE Technology  7.7.0
Public Member Functions

Poly_CoherentTriangulation::IteratorOfTriangle Class Reference

#include <Poly_CoherentTriangulation.hxx>

Inheritance diagram for Poly_CoherentTriangulation::IteratorOfTriangle:
Inheritance graph
[legend]

Public Member Functions

 IteratorOfTriangle (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, Standard_Boolean theToEnd=Standard_False)
 Constructor with initialisation. More...
 
void Init (const NCollection_Vector &theVector)
 Initialisation. More...
 
Standard_Boolean More () const
 Check end. More...
 
void Next ()
 Increment operator. More...
 
void Previous ()
 Decrement operator. More...
 
void Offset (ptrdiff_t theOffset)
 Offset operator. More...
 
ptrdiff_t Differ (const Iterator &theOther) const
 Difference operator. More...
 
const TheItemType & Value () const
 Constant value access. More...
 
TheItemType & ChangeValue () const
 Variable value access. More...
 
Standard_Boolean IsEqual (const Iterator &theOther) const
 Performs comparison of two iterators. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NCollection_BaseVector::Iterator
 Iterator ()
 
 Iterator (const NCollection_BaseVector &theVector, Standard_Boolean theToEnd=Standard_False)
 
void initV (const NCollection_BaseVector &theVector, Standard_Boolean theToEnd=Standard_False)
 
Standard_Boolean moreV () const
 
void nextV ()
 
void prevV ()
 
void offsetV (Standard_Integer theOffset)
 
Standard_Integer differV (const Iterator &theOther) const
 
const MemBlockcurBlockV () const
 
- Protected Attributes inherited from NCollection_BaseVector::Iterator
const NCollection_BaseVectormyVector
 the Master vector More...
 
Standard_Integer myICurBlock
 
Standard_Integer myIEndBlock
 
Standard_Integer myCurIndex
 Index in the current block. More...
 
Standard_Integer myEndIndex
 

Detailed Description

Subclass Iterator - allows to iterate all triangles skipping those that have been removed.

Constructor & Destructor Documentation

◆ IteratorOfTriangle()

Poly_CoherentTriangulation::IteratorOfTriangle::IteratorOfTriangle ( const Handle< Poly_CoherentTriangulation > &  theTri)

Constructor.

Member Function Documentation

◆ Next()

virtual void Poly_CoherentTriangulation::IteratorOfTriangle::Next ( )
virtual

Make step.


The documentation for this class was generated from the following file: