Subversion Repositories gelsvn

Rev

Rev 595 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 601
Line 11... Line 11...
11
 
11
 
12
#ifndef __GEOMETRY_CELL_H
12
#ifndef __GEOMETRY_CELL_H
13
#define __GEOMETRY_CELL_H
13
#define __GEOMETRY_CELL_H
14
 
14
 
15
#include <vector>
15
#include <vector>
16
#include "CGLA/Vec3i.h"
16
#include "../CGLA/Vec3i.h"
17
#include "CGLA/BitMask.h"
17
#include "../CGLA/BitMask.h"
18
#include "RGrid.h"
18
#include "RGrid.h"
19
 
19
 
20
namespace Geometry 
20
namespace Geometry 
21
{
21
{
22
	/** \brief Class template for a cell in a hierarchical grid.
22
	/** \brief Class template for a cell in a hierarchical grid.