CubbyFlow::Grid< N > Member List
This is the complete list of members for CubbyFlow::Grid< N >, including all inherited members.
CellCenterPosition() const | CubbyFlow::Grid< N > | |
Deserialize(const std::vector< uint8_t > &buffer)=0 | CubbyFlow::Serializable | pure virtual |
ForEachCellIndex(const std::function< void(const Vector< size_t, N > &)> &func) const | CubbyFlow::Grid< N > | |
ForEachCellIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::Grid< N > | inline |
ForEachCellIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::Grid< N > | inline |
GetBoundingBox() const | CubbyFlow::Grid< N > | |
GetData(Array1< double > &data) const =0 | CubbyFlow::Grid< N > | protectedpure virtual |
Grid()=default | CubbyFlow::Grid< N > | |
Grid(const Grid &other) | CubbyFlow::Grid< N > | |
Grid(Grid &&other) noexcept | CubbyFlow::Grid< N > | |
GridSpacing() const | CubbyFlow::Grid< N > | |
HasSameShape(const Grid &other) const | CubbyFlow::Grid< N > | |
operator=(const Grid &other) | CubbyFlow::Grid< N > | |
operator=(Grid &&other) noexcept | CubbyFlow::Grid< N > | |
CubbyFlow::Serializable::operator=(const Serializable &)=default | CubbyFlow::Serializable | |
CubbyFlow::Serializable::operator=(Serializable &&) noexcept=default | CubbyFlow::Serializable | |
Origin() const | CubbyFlow::Grid< N > | |
ParallelForEachCellIndex(const std::function< void(const Vector< size_t, N > &)> &func) const | CubbyFlow::Grid< N > | |
ParallelForEachCellIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::Grid< N > | inline |
ParallelForEachCellIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::Grid< N > | inline |
Resolution() const | CubbyFlow::Grid< N > | |
Serializable()=default | CubbyFlow::Serializable | |
Serializable(const Serializable &)=default | CubbyFlow::Serializable | |
Serializable(Serializable &&) noexcept=default | CubbyFlow::Serializable | |
Serialize(std::vector< uint8_t > *buffer) const =0 | CubbyFlow::Serializable | pure virtual |
SetData(const ConstArrayView1< double > &data)=0 | CubbyFlow::Grid< N > | protectedpure virtual |
SetGrid(const Grid &other) | CubbyFlow::Grid< N > | protected |
SetSizeParameters(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing, const Vector< double, N > &origin) | CubbyFlow::Grid< N > | protected |
Swap(Grid *other)=0 | CubbyFlow::Grid< N > | pure virtual |
SwapGrid(Grid *other) | CubbyFlow::Grid< N > | protected |
TypeName() const =0 | CubbyFlow::Grid< N > | pure virtual |
~Grid() override=default | CubbyFlow::Grid< N > | |
~Serializable()=default | CubbyFlow::Serializable | virtual |