Loading...
Searching...
No Matches
ZhuBridsonPointsToImplicit2.hpp
Go to the documentation of this file.
Definition Matrix.hpp:30
Abstract base class for 2-D points-to-implicit converters.
Definition PointsToImplicit2.hpp:21
2-D points-to-implicit converter based on Zhu and Bridson's method.
Definition ZhuBridsonPointsToImplicit2.hpp:25
ZhuBridsonPointsToImplicit2(double kernelRadius=1.0, double cutOffThreshold=0.25, bool isOutputSDF=true)
Constructs the converter with given kernel radius and cut-off threshold.
void Convert(const ConstArrayView1< Vector2D > &points, ScalarGrid2 *output) const override
Converts the given points to implicit surface scalar field.
Definition pybind11Utils.hpp:21
std::shared_ptr< ZhuBridsonPointsToImplicit2 > ZhuBridsonPointsToImplicit2Ptr
Shared pointer type for ZhuBridsonPointsToImplicit2 class.
Definition ZhuBridsonPointsToImplicit2.hpp:44
1.9.8