Shiokaze Framework
A research-oriented fluid solver for computer graphics
array2< T >::type2 Struct Reference

Collection of properties of this grid. More...

#include <array2.h>

Public Member Functions

bool operator== (const type2 &rhs) const
 Comparison operator.
 

Public Attributes

std::string core_name
 Core name of the module.
 
shape2 shape
 Shape of the grid.
 
background_value
 Background value.
 
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.
 

Detailed Description

template<class T>
struct array2< T >::type2

Collection of properties of this grid.


The documentation for this struct was generated from the following file: