ScalarGrid.hpp File Reference
#include <Core/Array/Array.hpp>
#include <Core/Array/ArraySamplers.hpp>
#include <Core/Array/ArrayView.hpp>
#include <Core/Field/ScalarField.hpp>
#include <Core/Grid/Grid.hpp>
Go to the source code of this file.
Classes | |
class | CubbyFlow::ScalarGrid< N > |
Abstract base class for N-D scalar grid structure. More... | |
class | CubbyFlow::ScalarGridBuilder< N > |
Abstract base class for N-D scalar grid builder. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::ScalarGrid2 = ScalarGrid< 2 > |
2-D ScalarGrid type. More... | |
using | CubbyFlow::ScalarGrid3 = ScalarGrid< 3 > |
3-D ScalarGrid type. More... | |
using | CubbyFlow::ScalarGrid2Ptr = std::shared_ptr< ScalarGrid2 > |
Shared pointer for the ScalarGrid2 type. More... | |
using | CubbyFlow::ScalarGrid3Ptr = std::shared_ptr< ScalarGrid3 > |
Shared pointer for the ScalarGrid3 type. More... | |
using | CubbyFlow::ScalarGridBuilder2 = ScalarGridBuilder< 2 > |
2-D ScalarGridBuilder type. More... | |
using | CubbyFlow::ScalarGridBuilder3 = ScalarGridBuilder< 3 > |
3-D ScalarGridBuilder type. More... | |
using | CubbyFlow::ScalarGridBuilder2Ptr = std::shared_ptr< ScalarGridBuilder2 > |
Shared pointer for the ScalarGridBuilder2 type. More... | |
using | CubbyFlow::ScalarGridBuilder3Ptr = std::shared_ptr< ScalarGridBuilder3 > |
Shared pointer for the ScalarGridBuilder3 type. More... | |