HD Mola
 
Loading...
Searching...
No Matches
List of all members
GridWrapper Class Reference

this is a wrapper class to wrap MolaGrid from generic object to object More...

Detailed Description

this is a wrapper class to wrap MolaGrid from generic object to object

Example

MolaGrid<bool> grid = new MolaGrid<bool>(10, 10, 10);
// wrap
// unwrap
this is a wrapper class to wrap MolaGrid from generic object to object
Definition GridWrapper.cs:19
A MolaGrid is taking care of getting and setting values and retrieving neighbors in an orthogonal gri...
Definition MolaGrid.cs:12