GEL  2
GEL is a library for Geometry and Linear Algebra
/Users/jab/Documents/Teaching/02585/GEL2_and_demos/GEL/src/Geometry/load.h
00001 /*
00002  *  load.h
00003  *  GEL
00004  *
00005  *  Created by J. Andreas Brentzen on 08/03/09.
00006  *  Copyright 2009 __MyCompanyName__. All rights reserved.
00007  *
00008  */
00009 
00010 #ifndef __GEOMETRY_LOAD_H__
00011 #define __GEOMETRY_LOAD_H__
00012 
00013 #include "TriMesh.h"
00014 
00015 namespace Geometry
00016 {
00018         void load(const std::string &filename, TriMesh &mesh);
00019 }
00020 
00021 
00022 
00023 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations