|
My Project
|
Classes | |
| struct | Cell |
Public Member Functions | |
| CompletedCells (const GridDims &dims) | |
| CompletedCells (std::size_t nx, std::size_t ny, std::size_t nz) | |
| const Cell & | get (std::size_t i, std::size_t j, std::size_t k) const |
| std::pair< bool, Cell & > | try_get (std::size_t i, std::size_t j, std::size_t k) |
| bool | operator== (const CompletedCells &other) const |
| template<class Serializer > | |
| void | serializeOp (Serializer &serializer) |
Static Public Member Functions | |
| static CompletedCells | serializationTestObject () |