Subversion Repositories gelsvn

Rev

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

Rev 67 Rev 94
Line 6... Line 6...
6
#include "CGLA/BitMask.h"
6
#include "CGLA/BitMask.h"
7
#include "RGrid.h"
7
#include "RGrid.h"
8
 
8
 
9
namespace Geometry 
9
namespace Geometry 
10
{
10
{
11
	/** Class template for a cell in a hierarchical grid.
11
	/** \brief Class template for a cell in a hierarchical grid.
-
 
12
 
12
			The template arguments are the type and the cell dimension.
13
			The template arguments are the type and the cell dimension.
13
			A Cell is much like an RGrid - except that a Cell may 
14
			A Cell is much like an RGrid - except that a Cell may 
14
			be coalesced into a single value and then split again
15
			be coalesced into a single value and then split again
15
			when a new value is inserted. Also cells are constrained to
16
			when a new value is inserted. Also cells are constrained to
16
			be of size NxNxN where N=2^m for some m. This makes some things
17
			be of size NxNxN where N=2^m for some m. This makes some things