Loading...
Searching...
No Matches
SphericalPointsToImplicit3.hpp
Go to the documentation of this file.
Definition Matrix.hpp:30
Abstract base class for 3-D points-to-implicit converters.
Definition PointsToImplicit3.hpp:21
3-D points-to-implicit converter based on simple sphere model.
Definition SphericalPointsToImplicit3.hpp:22
SphericalPointsToImplicit3()
Constructs the converter with default parameters.
Definition SphericalPointsToImplicit3.hpp:25
SphericalPointsToImplicit3(double radius, bool isOutputSDF=true)
Constructs the converter with given sphere radius.
void Convert(const ConstArrayView1< Vector3D > &points, ScalarGrid3 *output) const override
Converts the given points to implicit surface scalar field.
Definition pybind11Utils.hpp:22
std::shared_ptr< SphericalPointsToImplicit3 > SphericalPointsToImplicit3Ptr
Shared pointer type for SphericalPointsToImplicit3.
Definition SphericalPointsToImplicit3.hpp:44
1.9.8