Subversion Repositories gelsvn

Rev

Rev 61 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
443 jab 1
#ifndef __GEOMETRY_VOXELGRID_LOAD_RAW_H__
2
#define __GEOMETRY_VOXELGRID_LOAD_RAW_H__
61 jab 3
 
4
#include <string>
5
#include "CGLA/Mat4x4f.h"
6
#include "RGrid.h"
7
 
8
namespace Geometry
9
{
10
 
11
	template<class T>
12
		bool load_raw(const std::string& file, RGrid<T>& grid);
13
 
14
}
15
 
16
#endif