Collection of properties of this grid. More...
#include <array3.h>
Public Member Functions | |
bool | operator== (const type3 &rhs) const |
Comparison operator. | |
Public Attributes | |
std::string | core_name |
Core name of the module. | |
shape3 | shape |
Shape of the grid. | |
T | background_value |
Background value. | |
T | fill_value |
Fill value. | |
bool | is_fillable |
Is grid fillable. | |
bool | is_levelset |
Is grid level set. | |
bool | touch_only_actives |
Are grid operations only allowed on active cells. | |
Collection of properties of this grid.