GEL
2
GEL is a library for Geometry and Linear Algebra
|
00001 #ifndef __GEOMETRY_VOXELGRID_LOAD_RAW_H__ 00002 #define __GEOMETRY_VOXELGRID_LOAD_RAW_H__ 00003 00004 #include <string> 00005 #include "CGLA/Mat4x4f.h" 00006 #include "RGrid.h" 00007 00008 namespace Geometry 00009 { 00010 00011 template<class T> 00012 bool load_raw(const std::string& file, RGrid<T>& grid); 00013 00014 } 00015 00016 #endif