Polyhedron class for the MSDM computation. More...
#include <enriched_polyhedron.h>
Public Member Functions | |
void | construct () |
Build information on facet, vertices, surface and bounding box. More... | |
double | getMaxDim () const |
Return the maximum of the bounding box sides. | |
Polyhedron class for the MSDM computation.
Enriched Polyhedron with enriched items containing facet normals and surfaces, and a bounding box.
|
inline |
Build information on facet, vertices, surface and bounding box.
The building process starts by initializing facet normals, tags and surface information. The bounding box is then set.
This function should be called prior to any computation using the polyhedron.