|
politopix
4.1.0
|
Insert the half-spaces in the list in lexicographically increasing order. More...
#include <GeometricObjectIterator_Rn.h>


Public Member Functions | |
| lexminIteratorOfListOfGeometricObjects (listOfGeometricObjects< GEOMETRIC_OBJECT > &l) | |
| Constructor. More... | |
| void | setStep (unsigned int n) |
| Step forward in the list geometric elements. More... | |
| void | begin () |
| Move the iterator at the beginning of the list. More... | |
Public Member Functions inherited from lexIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT > | |
| 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... | |
Additional Inherited Members | |
Protected Attributes inherited from lexIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT > | |
| 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 lexicographically increasing order.
Definition at line 239 of file GeometricObjectIterator_Rn.h.
|
inline |
Constructor.
Definition at line 244 of file GeometricObjectIterator_Rn.h.
|
inline |
Move the iterator at the beginning of the list.
Definition at line 259 of file GeometricObjectIterator_Rn.h.
|
inline |
Step forward in the list geometric elements.
Definition at line 248 of file GeometricObjectIterator_Rn.h.