VectorGrid2.h File Reference
#include <Core/Array/ArrayAccessor2.h>
#include <Core/Field/VectorField2.h>
#include <Core/Grid/Grid2.h>
Go to the source code of this file.
Classes | |
class | CubbyFlow::VectorGrid2 |
Abstract base class for 2-D vector grid structure. More... | |
class | CubbyFlow::VectorGridBuilder2 |
Abstract base class for 2-D vector grid builder. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::VectorGrid2Ptr = std::shared_ptr< VectorGrid2 > |
Shared pointer for the VectorGrid2 type. More... | |
using | CubbyFlow::VectorGridBuilder2Ptr = std::shared_ptr< VectorGridBuilder2 > |
Shared pointer for the VectorGridBuilder2 type. More... | |