Loading...
Searching...
No Matches
AnisotropicPointsToImplicit2.hpp
Go to the documentation of this file.
2-D points-to-implicit converter using Anisotropic kernels.
Definition AnisotropicPointsToImplicit2.hpp:31
void Convert(const ConstArrayView1< Vector2D > &points, ScalarGrid2 *output) const override
Converts the given points to implicit surface scalar field.
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.
Definition Matrix.hpp:30
Abstract base class for 2-D points-to-implicit converters.
Definition PointsToImplicit2.hpp:21
Definition pybind11Utils.hpp:21
std::shared_ptr< AnisotropicPointsToImplicit2 > AnisotropicPointsToImplicit2Ptr
Shared pointer for the AnisotropicPointsToImplicit2 type.
Definition AnisotropicPointsToImplicit2.hpp:63
1.9.8