OmniSciDB
a5dc49c757
|
information on a single base cell More...
#include <baseCells.h>
Public Member Functions | |
FaceIJK (homeFijk) | |
"home" face and normalized ijk coordinates on that face More... | |
Public Attributes | |
int | isPentagon |
is this base cell a pentagon? More... | |
int | cwOffsetPent [2] |
information on a single base cell
Definition at line 30 of file baseCells.h.
BaseCellData::FaceIJK | ( | homeFijk | ) |
"home" face and normalized ijk coordinates on that face
int BaseCellData::cwOffsetPent[2] |
if a pentagon, what are its two clockwise offset faces?
Definition at line 33 of file baseCells.h.
Referenced by _baseCellIsCwOffset().
int BaseCellData::isPentagon |
is this base cell a pentagon?
Definition at line 32 of file baseCells.h.
Referenced by _isBaseCellPentagon().