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