AnisotropicPointsToImplicit2.h
Go to the documentation of this file.
void Convert(const ConstArrayAccessor1< Vector2D > &points, ScalarGrid2 *output) const override
Converts the given points to implicit surface scalar field.
std::shared_ptr< AnisotropicPointsToImplicit2 > AnisotropicPointsToImplicit2Ptr
Shared pointer for the AnisotropicPointsToImplicit2 type.
Definition: AnisotropicPointsToImplicit2.h:58
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 2-D points-to-implicit converters.
Definition: PointsToImplicit2.h:19
1-D read-only array accessor class.
Definition: ArrayAccessor1.h:185
Definition: pybind11Utils.h:24
2-D points-to-implicit converter using Anisotropic kernels.
Definition: AnisotropicPointsToImplicit2.h:28
Abstract base class for 2-D scalar grid structure.
Definition: ScalarGrid2.h:21