Class cell3D_state
Defined in File cell3D_state.hpp
Class Documentation
-
class cell3D_state
The state that a cell3D_fsm can be in.
Public Types
-
enum [anonymous]
Values:
-
enumerator ekST_UNKNOWN
The cell’s contents is unknown.
-
enumerator ekST_EMPTY
The cell is empty (does not hold a block or is part of a block’s extent).
-
enumerator ekST_HAS_BLOCK
The cell contains a block.
-
enumerator ekST_BLOCK_EXTENT
The cell does not contain a block, but is part of the 3D space occupied by a block, in which case it also contains a reference to the bock it is a part of.
-
enumerator ekST_MAX_STATES
-
enumerator ekST_UNKNOWN
-
enum [anonymous]