BALL::VIEW::QuadMesh Class Reference
[Geometric Objects]
#include <BALL/VIEW/PRIMITIVES/quadMesh.h>
List of all members.
Detailed Description
QuadMesh class. An instance of QuadMesh represents an mesh with quadruples.
Constructor & Destructor Documentation
BALL::VIEW::QuadMesh::QuadMesh |
( |
|
) |
|
Default Constructor. The properties of this mesh are set to:
- color - to the color black
BALL::VIEW::QuadMesh::QuadMesh |
( |
const QuadMesh & |
mesh |
) |
|
BALL::VIEW::QuadMesh::~QuadMesh |
( |
|
) |
[inline] |
Member Function Documentation
virtual void BALL::VIEW::QuadMesh::getVertices |
( |
vector< Vector3 > & |
vertices |
) |
const [inline, virtual] |
Member Data Documentation
The colors belonging to each vertex. If this list has *less* entries than there are vertices in this mesh, we take the first element to color the whole mesh. If it is *empty*, we use the color white.