| AddAdvectableScalarData(const std::shared_ptr< ScalarGridBuilder< N >> &builder, double initialVal=0.0) | CubbyFlow::GridSystemData< N > | |
| AddAdvectableVectorData(const std::shared_ptr< VectorGridBuilder< N >> &builder, const Vector< double, N > &initialVal=Vector< double, N >{}) | CubbyFlow::GridSystemData< N > | |
| AddScalarData(const std::shared_ptr< ScalarGridBuilder< N >> &builder, double initialVal=0.0) | CubbyFlow::GridSystemData< N > | |
| AddVectorData(const std::shared_ptr< VectorGridBuilder< N >> &builder, const Vector< double, N > &initialVal=Vector< double, N >{}) | CubbyFlow::GridSystemData< N > | |
| AdvectableScalarDataAt(size_t idx) const | CubbyFlow::GridSystemData< N > | |
| AdvectableVectorDataAt(size_t idx) const | CubbyFlow::GridSystemData< N > | |
| Deserialize(const std::vector< uint8_t > &buffer) override | CubbyFlow::GridSystemData< N > | virtual |
| GetBoundingBox() const | CubbyFlow::GridSystemData< N > | |
| GridSpacing() const | CubbyFlow::GridSystemData< N > | |
| GridSystemData() | CubbyFlow::GridSystemData< N > | |
| GridSystemData(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing, const Vector< double, N > &origin) | CubbyFlow::GridSystemData< N > | |
| GridSystemData(const GridSystemData &other) | CubbyFlow::GridSystemData< N > | |
| GridSystemData(GridSystemData &&other) noexcept | CubbyFlow::GridSystemData< N > | |
| NumberOfAdvectableScalarData() const | CubbyFlow::GridSystemData< N > | |
| NumberOfAdvectableVectorData() const | CubbyFlow::GridSystemData< N > | |
| NumberOfScalarData() const | CubbyFlow::GridSystemData< N > | |
| NumberOfVectorData() const | CubbyFlow::GridSystemData< N > | |
| operator=(const GridSystemData &other) | CubbyFlow::GridSystemData< N > | |
| operator=(GridSystemData &&other) noexcept | CubbyFlow::GridSystemData< N > | |
| CubbyFlow::Serializable::operator=(const Serializable &)=default | CubbyFlow::Serializable | |
| CubbyFlow::Serializable::operator=(Serializable &&) noexcept=default | CubbyFlow::Serializable | |
| Origin() const | CubbyFlow::GridSystemData< N > | |
| Resize(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing, const Vector< double, N > &origin) | CubbyFlow::GridSystemData< N > | |
| Resolution() const | CubbyFlow::GridSystemData< N > | |
| ScalarDataAt(size_t idx) const | CubbyFlow::GridSystemData< N > | |
| Serializable()=default | CubbyFlow::Serializable | |
| Serializable(const Serializable &)=default | CubbyFlow::Serializable | |
| Serializable(Serializable &&) noexcept=default | CubbyFlow::Serializable | |
| Serialize(std::vector< uint8_t > *buffer) const override | CubbyFlow::GridSystemData< N > | virtual |
| VectorDataAt(size_t idx) const | CubbyFlow::GridSystemData< N > | |
| Velocity() const | CubbyFlow::GridSystemData< N > | |
| VelocityIndex() const | CubbyFlow::GridSystemData< N > | |
| ~GridSystemData() override=default | CubbyFlow::GridSystemData< N > | |
| ~Serializable()=default | CubbyFlow::Serializable | virtual |