Subversion Repositories gelsvn

Rev

Rev 61 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61 Rev 443
Line 1... Line 1...
1
#ifndef __VOXELGRID_LOAD_RAW_H__
1
#ifndef __GEOMETRY_VOXELGRID_LOAD_RAW_H__
2
#define __VOXELGRID_LOAD_RAW_H__
2
#define __GEOMETRY_VOXELGRID_LOAD_RAW_H__
3
 
3
 
4
#include <string>
4
#include <string>
5
#include "CGLA/Mat4x4f.h"
5
#include "CGLA/Mat4x4f.h"
6
#include "RGrid.h"
6
#include "RGrid.h"
7
 
7