My Project
|
Classes | |
struct | Props |
Public Member Functions | |
std::size_t | active_index () const |
bool | is_active () const |
bool | operator== (const Cell &other) const |
template<class Serializer > | |
void | serializeOp (Serializer &serializer) |
Cell (std::size_t g, std::size_t i_, std::size_t j_, std::size_t k_) | |
Static Public Member Functions | |
static Cell | serializeObject () |
Public Attributes | |
std::size_t | global_index |
std::size_t | i |
std::size_t | j |
std::size_t | k |
std::optional< Props > | props |
double | depth |
std::array< double, 3 > | dimensions |