ZhuBridsonPointsToImplicit3.h
Go to the documentation of this file.
26 ZhuBridsonPointsToImplicit3(double kernelRadius = 1.0, double cutOffThreshold = 0.25, bool isOutputSDF = true);
ZhuBridsonPointsToImplicit3(double kernelRadius=1.0, double cutOffThreshold=0.25, bool isOutputSDF=true)
Constructs the converter with given kernel radius and cut-off threshold.
1-D read-only array accessor class.
Definition: ArrayAccessor1.h:185
void Convert(const ConstArrayAccessor1< Vector3D > &points, ScalarGrid3 *output) const override
Converts the given points to implicit surface scalar field.
Definition: pybind11Utils.h:24
Abstract base class for 3-D points-to-implicit converters.
Definition: PointsToImplicit3.h:19
Abstract base class for 3-D scalar grid structure.
Definition: ScalarGrid3.h:21
std::shared_ptr< ZhuBridsonPointsToImplicit3 > ZhuBridsonPointsToImplicit3Ptr
Shared pointer type for ZhuBridsonPointsToImplicit3 class.
Definition: ZhuBridsonPointsToImplicit3.h:38
3-D points-to-implicit converter based on Zhu and Bridson's method.
Definition: ZhuBridsonPointsToImplicit3.h:22