GEL  2
GEL is a library for Geometry and Linear Algebra
/Users/jab/Documents/Teaching/02585/GEL2_and_demos/GEL/src/Geometry/obj_load.h
00001 #ifndef __GEOMETRY_TRIMESH_FUNCTIONS_H__
00002 #define __GEOMETRY_TRIMESH_FUNCTIONS_H__
00003 
00004 #include "TriMesh.h"
00005 
00006 namespace Geometry
00007 {
00009         void obj_load(const std::string &filename, TriMesh &mesh);
00010 }
00011 
00012 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations