/opt/ros/diamondback/stacks/graspit_simulator/graspit/graspit_source/ply/mesh_loader.cpp File Reference

#include "mesh_loader.h"
#include <vector>
#include <string>
#include <ply.h>
#include "matvec3D.h"
#include <iostream>
Include dependency graph for mesh_loader.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const char * elem_names []
PlyProperty face_props []
PlyProperty vert_props []

Variable Documentation

const char* elem_names[]
Initial value:
 { 
  "vertex", "face"
}

Definition at line 39 of file mesh_loader.cpp.

Initial value:
 { 
  {"vertex_indices", Int32, Int32, offsetof(Face,verts),
   1, Uint8, Uint8, offsetof(Face,nverts)},
}

Definition at line 49 of file mesh_loader.cpp.

Initial value:
 { 
  {"x", Float32, Float32, offsetof(Vertex,x), 0, 0, 0, 0},
  {"y", Float32, Float32, offsetof(Vertex,y), 0, 0, 0, 0},
  {"z", Float32, Float32, offsetof(Vertex,z), 0, 0, 0, 0},
}

Definition at line 43 of file mesh_loader.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


graspit
Author(s):
autogenerated on Wed Jan 25 10:59:20 2012