Loading...
Searching...
No Matches
Factory.hpp
Go to the documentation of this file.
Definition Factory.hpp:21
static PointNeighborSearcher2Ptr BuildPointNeighborSearcher2(const std::string &name)
static VectorGrid2Ptr BuildVectorGrid2(const std::string &name)
static VectorGrid3Ptr BuildVectorGrid3(const std::string &name)
static ScalarGrid2Ptr BuildScalarGrid2(const std::string &name)
static ScalarGrid3Ptr BuildScalarGrid3(const std::string &name)
static PointNeighborSearcher3Ptr BuildPointNeighborSearcher3(const std::string &name)
Definition Matrix.hpp:30
Definition pybind11Utils.hpp:21
std::shared_ptr< VectorGrid3 > VectorGrid3Ptr
Shared pointer for the VectorGrid3 type.
Definition VectorGrid.hpp:113
std::shared_ptr< PointNeighborSearcher3 > PointNeighborSearcher3Ptr
Shared pointer for the PointNeighborSearcher3 type.
Definition PointNeighborSearcher.hpp:115
std::shared_ptr< PointNeighborSearcher2 > PointNeighborSearcher2Ptr
Shared pointer for the PointNeighborSearcher2 type.
Definition PointNeighborSearcher.hpp:112
std::shared_ptr< ScalarGrid3 > ScalarGrid3Ptr
Shared pointer for the ScalarGrid3 type.
Definition ScalarGrid.hpp:269
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
1.9.8