namespace ewalena
0.2.15
ewalena is not an acronym
|
#include <include/ewalena/grid/polytope_base.h>
Public Member Functions | |
ValueType | area () |
ValueType | n_vertices () |
PolytopeBase () | |
virtual | ~PolytopeBase () |
Protected Attributes | |
unsigned int | n_faces_ |
unsigned int | n_lines_ |
unsigned int | n_vertices_ |
Functions that describe polygon shapes.
ewalena::GeometryDescription::PolytopeBase< dim, ValueType >::PolytopeBase | ( | ) |
Constructor.
virtual ewalena::GeometryDescription::PolytopeBase< dim, ValueType >::~PolytopeBase | ( | ) | [virtual] |
Virtual destructor.
ValueType ewalena::GeometryDescription::PolytopeBase< dim, ValueType >::area | ( | ) |
Return the area of this polytope.
ValueType ewalena::GeometryDescription::PolytopeBase< dim, ValueType >::n_vertices | ( | ) |
Return the number of vertices this polytope has.
unsigned int ewalena::GeometryDescription::PolytopeBase< dim, ValueType >::n_faces_ [protected] |
Number of faces this polytope has.
unsigned int ewalena::GeometryDescription::PolytopeBase< dim, ValueType >::n_lines_ [protected] |
Number of lines this polytope has.
unsigned int ewalena::GeometryDescription::PolytopeBase< dim, ValueType >::n_vertices_ [protected] |
Number of vertices this polytope has.