AnisotropicPointsToImplicit2.hpp
Go to the documentation of this file.
63 std::shared_ptr<AnisotropicPointsToImplicit2>;
std::shared_ptr< AnisotropicPointsToImplicit2 > AnisotropicPointsToImplicit2Ptr
Shared pointer for the AnisotropicPointsToImplicit2 type.
Definition: AnisotropicPointsToImplicit2.hpp:63
AnisotropicPointsToImplicit2(double kernelRadius=1.0, double cutOffDensity=0.5, double positionSmoothingFactor=0.5, size_t minNumNeighbors=8, bool isOutputSDF=true)
Constructs the converter with given parameters.
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
Definition: pybind11Utils.hpp:20
2-D points-to-implicit converter using Anisotropic kernels.
Definition: AnisotropicPointsToImplicit2.hpp:30
void Convert(const ConstArrayView1< Vector2D > &points, ScalarGrid2 *output) const override
Converts the given points to implicit surface scalar field.