#include <Polyhedron.h>


Public Member Functions | |
| Polyhedron (const VertexBase &b, int c, const unsigned int v[]) | |
| ~Polyhedron () | |
| Point | support (const Vector &) const |
Public Member Functions inherited from Polytope | |
| Polytope (const VertexBase &b, int c, const unsigned int v[]) | |
| virtual | ~Polytope () |
| const Point & | operator[] (int i) const |
| int | numVerts () const |
Public Member Functions inherited from Convex | |
| ShapeType | getType () const |
| virtual | ~Convex () |
| virtual BBox | bbox (const Transform &t) const |
Public Member Functions inherited from Shape | |
| virtual | ~Shape () |
Private Attributes | |
| IndexArray * | cobound |
| unsigned int | curr_vertex |
Definition at line 37 of file Polyhedron.h.
| Polyhedron::Polyhedron | ( | const VertexBase & | b, |
| int | c, | ||
| const unsigned int | v[] | ||
| ) |
Definition at line 124 of file Polyhedron.cpp.
| Polyhedron::~Polyhedron | ( | ) |
Definition at line 127 of file Polyhedron.cpp.
Implements Polytope.
Definition at line 129 of file Polyhedron.cpp.

|
private |
Definition at line 45 of file Polyhedron.h.
|
mutableprivate |
Definition at line 46 of file Polyhedron.h.