Factory.hpp
Go to the documentation of this file.
static ScalarGrid3Ptr BuildScalarGrid3(const std::string &name)
static VectorGrid2Ptr BuildVectorGrid2(const std::string &name)
std::shared_ptr< PointNeighborSearcher3 > PointNeighborSearcher3Ptr
Shared pointer for the PointNeighborSearcher3 type.
Definition: PointNeighborSearcher.hpp:115
std::shared_ptr< ScalarGrid3 > ScalarGrid3Ptr
Shared pointer for the ScalarGrid3 type.
Definition: ScalarGrid.hpp:269
Definition: pybind11Utils.hpp:20
std::shared_ptr< VectorGrid2 > VectorGrid2Ptr
Shared pointer for the VectorGrid2 type.
Definition: VectorGrid.hpp:110
std::shared_ptr< ScalarGrid2 > ScalarGrid2Ptr
Shared pointer for the ScalarGrid2 type.
Definition: ScalarGrid.hpp:266
Definition: Factory.hpp:20
std::shared_ptr< PointNeighborSearcher2 > PointNeighborSearcher2Ptr
Shared pointer for the PointNeighborSearcher2 type.
Definition: PointNeighborSearcher.hpp:112
static VectorGrid3Ptr BuildVectorGrid3(const std::string &name)
static PointNeighborSearcher3Ptr BuildPointNeighborSearcher3(const std::string &name)
std::shared_ptr< VectorGrid3 > VectorGrid3Ptr
Shared pointer for the VectorGrid3 type.
Definition: VectorGrid.hpp:113
static PointNeighborSearcher2Ptr BuildPointNeighborSearcher2(const std::string &name)
static ScalarGrid2Ptr BuildScalarGrid2(const std::string &name)