CubbyFlow::Grid2 Member List
This is the complete list of members for CubbyFlow::Grid2, including all inherited members.
BoundingBox() const | CubbyFlow::Grid2 | |
CellCenterPosition() const | CubbyFlow::Grid2 | |
DataPositionFunc typedef | CubbyFlow::Grid2 | |
Deserialize(const std::vector< uint8_t > &buffer)=0 | CubbyFlow::Serializable | pure virtual |
ForEachCellIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::Grid2 | |
GetData(std::vector< double > *data) const =0 | CubbyFlow::Grid2 | protectedpure virtual |
Grid2() | CubbyFlow::Grid2 | |
GridSpacing() const | CubbyFlow::Grid2 | |
HasSameShape(const Grid2 &other) const | CubbyFlow::Grid2 | |
Origin() const | CubbyFlow::Grid2 | |
ParallelForEachCellIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::Grid2 | |
Resolution() const | CubbyFlow::Grid2 | |
Serialize(std::vector< uint8_t > *buffer) const =0 | CubbyFlow::Serializable | pure virtual |
SetData(const std::vector< double > &data)=0 | CubbyFlow::Grid2 | protectedpure virtual |
SetGrid(const Grid2 &other) | CubbyFlow::Grid2 | protected |
SetSizeParameters(const Size2 &resolution, const Vector2D &gridSpacing, const Vector2D &origin) | CubbyFlow::Grid2 | protected |
Swap(Grid2 *other)=0 | CubbyFlow::Grid2 | pure virtual |
SwapGrid(Grid2 *other) | CubbyFlow::Grid2 | protected |
TypeName() const =0 | CubbyFlow::Grid2 | pure virtual |
~Grid2() | CubbyFlow::Grid2 | virtual |