CubbyFlow::VectorGrid2 Member List
This is the complete list of members for CubbyFlow::VectorGrid2, including all inherited members.
| BoundingBox() const | CubbyFlow::Grid2 | |
| CellCenterPosition() const | CubbyFlow::Grid2 | |
| Clear() | CubbyFlow::VectorGrid2 | |
| Clone() const =0 | CubbyFlow::VectorGrid2 | pure virtual |
| ConstVectorDataAccessor typedef | CubbyFlow::VectorGrid2 | |
| Curl(const Vector2D &x) const | CubbyFlow::VectorField2 | virtual |
| DataPositionFunc typedef | CubbyFlow::Grid2 | |
| Deserialize(const std::vector< uint8_t > &buffer) override | CubbyFlow::VectorGrid2 | virtual |
| Divergence(const Vector2D &x) const | CubbyFlow::VectorField2 | virtual |
| Field2() | CubbyFlow::Field2 | |
| Fill(const Vector2D &value, ExecutionPolicy policy=ExecutionPolicy::Parallel)=0 | CubbyFlow::VectorGrid2 | pure virtual |
| Fill(const std::function< Vector2D(const Vector2D &)> &func, ExecutionPolicy policy=ExecutionPolicy::Parallel)=0 | CubbyFlow::VectorGrid2 | 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 | |
| OnResize(const Size2 &resolution, const Vector2D &gridSpacing, const Vector2D &origin, const Vector2D &initialValue)=0 | CubbyFlow::VectorGrid2 | protectedpure virtual |
| Origin() const | CubbyFlow::Grid2 | |
| ParallelForEachCellIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::Grid2 | |
| Resize(size_t resolutionX, size_t resolutionY, double gridSpacingX=1.0, double gridSpacingY=1.0, double originX=0.0, double originY=0.0, double initialValueX=0.0, double initialValueY=0.0) | CubbyFlow::VectorGrid2 | |
| Resize(const Size2 &resolution, const Vector2D &gridSpacing=Vector2D(1, 1), const Vector2D &origin=Vector2D(), const Vector2D &initialValue=Vector2D()) | CubbyFlow::VectorGrid2 | |
| Resize(double gridSpacingX, double gridSpacingY, double originX, double originY) | CubbyFlow::VectorGrid2 | |
| Resize(const Vector2D &gridSpacing, const Vector2D &origin) | CubbyFlow::VectorGrid2 | |
| Resolution() const | CubbyFlow::Grid2 | |
| Sample(const Vector2D &x) const =0 | CubbyFlow::VectorField2 | pure virtual |
| Sampler() const | CubbyFlow::VectorField2 | virtual |
| Serialize(std::vector< uint8_t > *buffer) const override | CubbyFlow::VectorGrid2 | 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 |
| VectorDataAccessor typedef | CubbyFlow::VectorGrid2 | |
| VectorField2() | CubbyFlow::VectorField2 | |
| VectorGrid2() | CubbyFlow::VectorGrid2 | |
| ~Field2() | CubbyFlow::Field2 | virtual |
| ~Grid2() | CubbyFlow::Grid2 | virtual |
| ~VectorField2() | CubbyFlow::VectorField2 | virtual |
| ~VectorGrid2() | CubbyFlow::VectorGrid2 | virtual |
1.8.14