politopix  4.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
GeometricObjectIterator_Rn.h File Reference
#include <boost/numeric/ublas/io.hpp>
#include <boost/shared_ptr.hpp>
#include <stdexcept>
#include <exception>
#include <vector>
#include <stack>
#include <set>
#include "Generator_Rn.h"
#include "HalfSpace_Rn.h"
#include "Rn.h"
Include dependency graph for GeometricObjectIterator_Rn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  listOfGeometricObjects< GEOMETRIC_OBJECT >
 This class is designed to contain the list of all generators or half-spaces representing a polytope or a polyhedral cone. More...
 
class  constIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT >
 This class is designed to run the list of all geometric objects representing a polytope. More...
 
class  lexIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT >
 Insert the half-spaces in the list in a lexicographically order, whether min or max. More...
 
class  lexminIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT >
 Insert the half-spaces in the list in lexicographically increasing order. More...
 
class  lexmaxIteratorOfListOfGeometricObjects< GEOMETRIC_OBJECT >
 Insert the half-spaces in the list in lexicographically decreasing order. More...
 

Detailed Description