AnisotropicPointsToImplicit3.hpp
Go to the documentation of this file.
63 std::shared_ptr<AnisotropicPointsToImplicit3>;
Abstract base class for N-D scalar grid structure.
Definition: ScalarGrid.hpp:24
Definition: pybind11Utils.hpp:20
3-D points-to-implicit converter using Anisotropic kernels.
Definition: AnisotropicPointsToImplicit3.hpp:30
Abstract base class for 3-D points-to-implicit converters.
Definition: PointsToImplicit3.hpp:20
void Convert(const ConstArrayView1< Vector3D > &points, ScalarGrid3 *output) const override
Converts the given points to implicit surface scalar field.
AnisotropicPointsToImplicit3(double kernelRadius=1.0, double cutOffDensity=0.5, double positionSmoothingFactor=0.5, size_t minNumNeighbors=25, bool isOutputSDF=true)
Constructs the converter with given parameters.
std::shared_ptr< AnisotropicPointsToImplicit3 > AnisotropicPointsToImplicit3Ptr
Shared pointer for the AnisotropicPointsToImplicit3 type.
Definition: AnisotropicPointsToImplicit3.hpp:63