#include <quadMesh.h>
Inheritance diagram for VIEW::QuadMesh:
Public Member Functions | |
QuadMesh () throw () | |
Default Constructor. | |
QuadMesh (const QuadMesh &mesh) throw () | |
Copy constructor. | |
virtual void | getVertices (vector< Vector3 > &vertices) const |
Public Attributes | |
vector< Vector3 > | vertex |
The colors belonging to each vertex. | |
vector< Vector3 > | normal |
vector< Quadruple > | quad |
An instance of QuadMesh represents an mesh with quadruples.
|
Default Constructor. The properties of this mesh are set to:
|
|
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. |