politopix
5.0.0
|
#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"
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... | |
Definition in file GeometricObjectIterator_Rn.h.