Open CASCADE Technology
6.5.4
|
#include <Poly_CoherentTriPtr.hxx>
Public Member Functions | |
Iterator () | |
Empty constructor. | |
Iterator (const Poly_CoherentTriPtr &thePtr) | |
Constructor. | |
const Poly_CoherentTriangle * | First () 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_CoherentTriangle & | Value () const |
Get the current iterated triangle. | |
Poly_CoherentTriangle & | ChangeValue () const |
Get the current iterated triangle (mutable) | |
const Poly_CoherentTriPtr & | PtrValue () const |
Get the current iterated pointer to triangle. |
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).
Poly_CoherentTriPtr::Iterator::Iterator | ( | ) | [inline] |
Poly_CoherentTriPtr::Iterator::Iterator | ( | const Poly_CoherentTriPtr & | thePtr | ) | [inline] |
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] |
const Poly_CoherentTriPtr& Poly_CoherentTriPtr::Iterator::PtrValue | ( | ) | const [inline] |
const Poly_CoherentTriangle& Poly_CoherentTriPtr::Iterator::Value | ( | void | ) | const [inline] |