politopix
5.0.0
|
Insert the half-spaces in the list in a lexicographically order, whether min or max. More...
#include <GeometricObjectIterator_Rn.h>
Public Member Functions | |
lexIteratorOfListOfGeometricObjects (listOfGeometricObjects< GEOMETRIC_OBJECT > &l) | |
Constructor. More... | |
void | begin () |
Move the iterator at the beginning of the list. More... | |
void | next () |
Move the iterator one step forward. More... | |
void | setStep (unsigned int n) |
Step forward in the list geometric elements. More... | |
bool | end () const |
Tell whether we have reached the end of the list. More... | |
const GEOMETRIC_OBJECT | current () |
Return the current geometric element. More... | |
int | currentIteratorNumber () const |
Return the current position in the list. More... | |
Protected Attributes | |
unsigned int | _iterator |
The current position in the list. More... | |
listOfGeometricObjects< GEOMETRIC_OBJECT > & | _list |
The actual list of geometric elements. More... | |
bool | _alreadySorted |
Not to do the same job twice. More... | |
unsigned int | _step |
Sort after a step. More... | |
Insert the half-spaces in the list in a lexicographically order, whether min or max.
Definition at line 204 of file GeometricObjectIterator_Rn.h.
|
inline |
Constructor.
Definition at line 208 of file GeometricObjectIterator_Rn.h.
|
inline |
Move the iterator at the beginning of the list.
Definition at line 213 of file GeometricObjectIterator_Rn.h.
|
inline |
Return the current geometric element.
Definition at line 225 of file GeometricObjectIterator_Rn.h.
|
inline |
Return the current position in the list.
Definition at line 233 of file GeometricObjectIterator_Rn.h.
|
inline |
Tell whether we have reached the end of the list.
Definition at line 222 of file GeometricObjectIterator_Rn.h.
|
inline |
Move the iterator one step forward.
Definition at line 216 of file GeometricObjectIterator_Rn.h.
|
inline |
Step forward in the list geometric elements.
Definition at line 219 of file GeometricObjectIterator_Rn.h.
|
protected |
Not to do the same job twice.
Definition at line 241 of file GeometricObjectIterator_Rn.h.
|
protected |
The current position in the list.
Definition at line 237 of file GeometricObjectIterator_Rn.h.
|
protected |
The actual list of geometric elements.
Definition at line 239 of file GeometricObjectIterator_Rn.h.
|
protected |
Sort after a step.
Definition at line 243 of file GeometricObjectIterator_Rn.h.