MSDM
 All Classes Namespaces Files Functions Variables Typedefs Pages
Public Member Functions | List of all members
Enriched_polyhedron< kernel, items > Class Template Reference

Polyhedron class for the MSDM computation. More...

#include <enriched_polyhedron.h>

Inheritance diagram for Enriched_polyhedron< kernel, items >:

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.
 

Detailed Description

template<class kernel, class items>
class Enriched_polyhedron< kernel, items >

Polyhedron class for the MSDM computation.

Enriched Polyhedron with enriched items containing facet normals and surfaces, and a bounding box.

Member Function Documentation

template<class kernel , class items >
void Enriched_polyhedron< kernel, items >::construct ( )
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.


The documentation for this class was generated from the following file: