shapes::Mesh Class Reference

Definition of a mesh. More...

#include <shapes.h>

Inheritance diagram for shapes::Mesh:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Mesh (unsigned int vCount, unsigned int tCount)
 Mesh (void)
virtual ~Mesh (void)

Public Attributes

double * normals
 the normal to each triangle unit vector represented as (x,y,z)
unsigned int triangleCount
 the number of triangles formed with the vertices
unsigned int * triangles
 the vertex indices for each triangle triangle k has vertices at index (3k, 3k+1, 3k+2) = (v1, v2, v3)
unsigned int vertexCount
 the number of available vertices
double * vertices
 the position for each vertex vertex k has values at index (3k, 3k+1, 3k+2) = (x,y,z)

Detailed Description

Definition of a mesh.

Definition at line 145 of file shapes.h.


Constructor & Destructor Documentation

shapes::Mesh::Mesh ( void   )  [inline]

Definition at line 148 of file shapes.h.

shapes::Mesh::Mesh ( unsigned int  vCount,
unsigned int  tCount 
) [inline]

Definition at line 158 of file shapes.h.

virtual shapes::Mesh::~Mesh ( void   )  [inline, virtual]

Definition at line 168 of file shapes.h.


Member Data Documentation

the normal to each triangle unit vector represented as (x,y,z)

Definition at line 194 of file shapes.h.

the number of triangles formed with the vertices

Definition at line 186 of file shapes.h.

unsigned int* shapes::Mesh::triangles

the vertex indices for each triangle triangle k has vertices at index (3k, 3k+1, 3k+2) = (v1, v2, v3)

Definition at line 190 of file shapes.h.

the number of available vertices

Definition at line 179 of file shapes.h.

the position for each vertex vertex k has values at index (3k, 3k+1, 3k+2) = (x,y,z)

Definition at line 183 of file shapes.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator


pr2_navigation_self_filter
Author(s): Eitan Marder-Eppstein
autogenerated on Fri Jan 11 09:35:23 2013