Subversion Repositories gelsvn

Rev

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

Rev 443 Rev 595
Line -... Line 1...
-
 
1
/* ----------------------------------------------------------------------- *
-
 
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
-
 
3
 * Copyright (C) the authors and DTU Informatics
-
 
4
 * For license and list of authors, see ../../doc/intro.pdf
-
 
5
 * ----------------------------------------------------------------------- */
-
 
6
 
-
 
7
/**
-
 
8
 @file RGrid.h
-
 
9
 Regular voxel grid - just an array of voxels. This is a template since we
-
 
10
 might want different types of voxel grids.
-
 
11
 */
-
 
12
 
1
#ifndef __GEOMETRY_RGRID_H
13
#ifndef __GEOMETRY_RGRID_H
2
#define __GEOMETRY_RGRID_H
14
#define __GEOMETRY_RGRID_H
3
 
15
 
4
#include <vector>
16
#include <vector>
5
#include "CGLA/Vec3i.h"
17
#include "CGLA/Vec3i.h"