SphericalPointsToImplicit2.hpp
Go to the documentation of this file.
38 std::shared_ptr<SphericalPointsToImplicit2>;
2-D points-to-implicit converter based on simple sphere model.
Definition: SphericalPointsToImplicit2.hpp:21
std::shared_ptr< SphericalPointsToImplicit2 > SphericalPointsToImplicit2Ptr
Shared pointer type for SphericalPointsToImplicit2.
Definition: SphericalPointsToImplicit2.hpp:38
SphericalPointsToImplicit2(double radius=1.0, bool isOutputSdf=true)
Constructs the converter with given sphere radius.
Abstract base class for N-D scalar grid structure.
Definition: ScalarGrid.hpp:24
Abstract base class for 2-D points-to-implicit converters.
Definition: PointsToImplicit2.hpp:20
void Convert(const ConstArrayView1< Vector2D > &points, ScalarGrid2 *output) const override
Converts the given points to implicit surface scalar field.
Definition: pybind11Utils.hpp:20