politopix
5.0.0
|
#include <boost/numeric/ublas/io.hpp>
#include <boost/shared_ptr.hpp>
#include <stdexcept>
#include <exception>
#include <iterator>
#include <numeric>
#include <vector>
#include <set>
#include "polito_Export.h"
#include "GeometricObjectIterator_Rn.h"
#include "Neighbours_Rn.h"
#include "Generator_Rn.h"
#include "HalfSpace_Rn.h"
#include "Rn.h"
Go to the source code of this file.
Classes | |
class | PolyhedralCone_Rn |
Model a polyhedral cone using its two equivalent definitions : the convex hull and the half-space intersection. We store its edges in _listOfHS and the positive combination of these vectors generates the polyhedral cone. More... | |
Definition in file PolyhedralCone_Rn.h.