CubbyFlow::VectorGrid< N > Member List
This is the complete list of members for CubbyFlow::VectorGrid< N >, including all inherited members.
CellCenterPosition() const | CubbyFlow::Grid< N > | |
Clear() | CubbyFlow::VectorGrid< N > | |
Clone() const =0 | CubbyFlow::VectorGrid< N > | pure virtual |
ConstVectorDataView typedef | CubbyFlow::VectorGrid< N > | |
Curl(const Vector< double, N > &x) const | CubbyFlow::VectorField< N > | virtual |
Deserialize(const std::vector< uint8_t > &buffer) override | CubbyFlow::VectorGrid< N > | virtual |
Divergence(const Vector< double, N > &x) const | CubbyFlow::VectorField< N > | virtual |
Field()=default | CubbyFlow::Field< N > | |
Field(const Field &)=default | CubbyFlow::Field< N > | |
Field(Field &&) noexcept=default | CubbyFlow::Field< N > | |
Fill(const Vector< double, N > &value, ExecutionPolicy policy=ExecutionPolicy::Parallel)=0 | CubbyFlow::VectorGrid< N > | pure virtual |
Fill(const std::function< Vector< double, N >(const Vector< double, N > &)> &func, ExecutionPolicy policy=ExecutionPolicy::Parallel)=0 | CubbyFlow::VectorGrid< N > | 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 > | |
OnResize(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing, const Vector< double, N > &origin, const Vector< double, N > &initialValue)=0 | CubbyFlow::VectorGrid< N > | protectedpure virtual |
operator=(const VectorGrid &other) | CubbyFlow::VectorGrid< N > | |
operator=(VectorGrid &&other) noexcept | CubbyFlow::VectorGrid< N > | |
CubbyFlow::VectorField::operator=(const VectorField &)=default | CubbyFlow::VectorField< N > | |
CubbyFlow::VectorField::operator=(VectorField &&) noexcept=default | CubbyFlow::VectorField< N > | |
CubbyFlow::Field::operator=(const Field &)=default | CubbyFlow::Field< N > | |
CubbyFlow::Field::operator=(Field &&) noexcept=default | CubbyFlow::Field< N > | |
CubbyFlow::Grid::operator=(const Grid &other) | CubbyFlow::Grid< N > | |
CubbyFlow::Grid::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 |
Resize(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing=Vector< double, N >::MakeConstant(1.0), const Vector< double, N > &origin=Vector< double, N >{}, const Vector< double, N > &initialValue=Vector< double, N >{}) | CubbyFlow::VectorGrid< N > | |
Resize(const Vector< double, N > &gridSpacing, const Vector< double, N > &origin) | CubbyFlow::VectorGrid< N > | |
Resolution() const | CubbyFlow::Grid< N > | |
Sample(const Vector< double, N > &x) const =0 | CubbyFlow::VectorField< N > | pure virtual |
Sampler() const | CubbyFlow::VectorField< N > | virtual |
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::VectorGrid< N > | 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 |
VectorDataView typedef | CubbyFlow::VectorGrid< N > | |
VectorField()=default | CubbyFlow::VectorField< N > | |
VectorField(const VectorField &)=default | CubbyFlow::VectorField< N > | |
VectorField(VectorField &&) noexcept=default | CubbyFlow::VectorField< N > | |
VectorGrid()=default | CubbyFlow::VectorGrid< N > | |
VectorGrid(const VectorGrid &other) | CubbyFlow::VectorGrid< N > | |
VectorGrid(VectorGrid &&other) noexcept | CubbyFlow::VectorGrid< N > | |
~Field()=default | CubbyFlow::Field< N > | virtual |
~Grid() override=default | CubbyFlow::Grid< N > | |
~Serializable()=default | CubbyFlow::Serializable | virtual |
~VectorField() override=default | CubbyFlow::VectorField< N > | |
~VectorGrid() override=default | CubbyFlow::VectorGrid< N > |