Public Member Functions | Public Attributes
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 (void)
 Mesh (unsigned int vCount, unsigned int tCount)
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 151 of file shapes.h.


Constructor & Destructor Documentation

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

Definition at line 154 of file shapes.h.

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

Definition at line 164 of file shapes.h.

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

Definition at line 174 of file shapes.h.


Member Data Documentation

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

Definition at line 200 of file shapes.h.

the number of triangles formed with the vertices

Definition at line 192 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 196 of file shapes.h.

the number of available vertices

Definition at line 185 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 189 of file shapes.h.


The documentation for this class was generated from the following file:


pr2_navigation_self_filter
Author(s): Eitan Marder-Eppstein
autogenerated on Fri Apr 5 2019 02:18:37