politopix  4.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
lexminIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT > Class Template Reference

Insert the half-spaces in the list in lexicographically increasing order. More...

#include <GeometricObjectIterator_Rn.h>

Inheritance diagram for lexminIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT >:
Inheritance graph
Collaboration diagram for lexminIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT >:
Collaboration graph

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...
 

Detailed Description

template<class GEOMETRIC_OBJECT>
class lexminIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT >

Insert the half-spaces in the list in lexicographically increasing order.

Definition at line 239 of file GeometricObjectIterator_Rn.h.

Constructor & Destructor Documentation

template<class GEOMETRIC_OBJECT >
lexminIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT >::lexminIteratorOfListOfGeometricObjects ( listOfGeometricObjects< GEOMETRIC_OBJECT > &  l)
inline

Constructor.

Definition at line 244 of file GeometricObjectIterator_Rn.h.

Member Function Documentation

template<class GEOMETRIC_OBJECT >
void lexminIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT >::begin ( )
inline

Move the iterator at the beginning of the list.

Definition at line 259 of file GeometricObjectIterator_Rn.h.

template<class GEOMETRIC_OBJECT >
void lexminIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT >::setStep ( unsigned int  n)
inline

Step forward in the list geometric elements.

Definition at line 248 of file GeometricObjectIterator_Rn.h.


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