politopix
5.0.0
|
#include <boost/numeric/ublas/vector.hpp>
#include "polito_Export.h"
#include "Rn.h"
#include "Polytope_Rn.h"
#include "IO_Polytope.h"
#include "Generator_Rn.h"
#include "NormalFan_Rn.h"
#include "HalfSpace_Rn.h"
#include "PolyhedralCone_Rn.h"
#include "VolumeOfPolytopes_Rn.h"
#include "DoubleDescription_Rn.h"
#include "PolyhedralAlgorithms_Rn.h"
#include "GeometricObjectIterator_Rn.h"
Go to the source code of this file.
Classes | |
class | FaceEnumeration |
Combinatorial face enumeration for polytopes. More... | |
class | MinkowskiSum |
Compute the Minkowski sum of two polytopes. More... | |
class | PseudoSumWithoutCaps |
Compute the Minkowski sum of two polytopes and then remove all cap half-spaces to truncate again. More... | |
class | PseudoIntersectionWithoutCaps |
Remove all cap half-spaces and then compute the intersection of two capped polytopes. More... | |
class | TopGeomTools |
Basic tools for topology and geometry: translations, polarity, ... More... | |
class | DoubleDescriptionFromGenerators |
Compute the V-description from the H-description. More... | |
class | NormedHS |
A normed half-space whose frontier is a linear (n-1) dimension space. _constant + _currentNormedVector[0].x1 + ... + _currentNormedVector[n-1].xn >= 0. More... | |
class | SortHalfSpaces |
class | Visualization |
2D visualization tools More... | |
Typedefs | |
typedef std::vector< unsigned int > | ListOfFaces |
typedef std::vector< unsigned int > ListOfFaces |
Definition at line 40 of file PolyhedralAlgorithms_Rn.h.