Open CASCADE Technology 6.6.0
Public Member Functions
Poly_CoherentTriPtr::Iterator Class Reference

#include <Poly_CoherentTriPtr.hxx>

Public Member Functions

 Iterator ()
 Empty constructor.
 Iterator (const Poly_CoherentTriPtr &thePtr)
 Constructor.
const Poly_CoherentTriangleFirst () const
 Query the triangle that started the current iteration.
Standard_Boolean More () const
 Query if there is available triangle pointer on this iteration.
void Next ()
 Go to the next iteration.
const Poly_CoherentTriangleValue () const
 Get the current iterated triangle.
Poly_CoherentTriangleChangeValue () const
 Get the current iterated triangle (mutable)
const Poly_CoherentTriPtrPtrValue () const
 Get the current iterated pointer to triangle.

Detailed Description

Iterator class for this list of triangles. Because the list is round, an iteration can be started from any member and it finishes before taking this member again. The iteration sense is always forward (Next).


Constructor & Destructor Documentation

Poly_CoherentTriPtr::Iterator::Iterator ( ) [inline]
Poly_CoherentTriPtr::Iterator::Iterator ( const Poly_CoherentTriPtr thePtr) [inline]

Member Function Documentation

Poly_CoherentTriangle& Poly_CoherentTriPtr::Iterator::ChangeValue ( ) const [inline]
const Poly_CoherentTriangle* Poly_CoherentTriPtr::Iterator::First ( ) const [inline]
Standard_Boolean Poly_CoherentTriPtr::Iterator::More ( void  ) const [inline]
void Poly_CoherentTriPtr::Iterator::Next ( )
const Poly_CoherentTriPtr& Poly_CoherentTriPtr::Iterator::PtrValue ( ) const [inline]
const Poly_CoherentTriangle& Poly_CoherentTriPtr::Iterator::Value ( void  ) const [inline]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines