ZhuBridsonPointsToImplicit3.hpp
Go to the documentation of this file.
44 std::shared_ptr<ZhuBridsonPointsToImplicit3>;
Abstract base class for N-D scalar grid structure.
Definition: ScalarGrid.hpp:24
ZhuBridsonPointsToImplicit3(double kernelRadius=1.0, double cutOffThreshold=0.25, bool isOutputSDF=true)
Constructs the converter with given kernel radius and cut-off threshold.
Definition: pybind11Utils.hpp:20
Abstract base class for 3-D points-to-implicit converters.
Definition: PointsToImplicit3.hpp:20
std::shared_ptr< ZhuBridsonPointsToImplicit3 > ZhuBridsonPointsToImplicit3Ptr
Shared pointer type for ZhuBridsonPointsToImplicit3 class.
Definition: ZhuBridsonPointsToImplicit3.hpp:44
3-D points-to-implicit converter based on Zhu and Bridson's method.
Definition: ZhuBridsonPointsToImplicit3.hpp:24
void Convert(const ConstArrayView1< Vector3D > &points, ScalarGrid3 *output) const override
Converts the given points to implicit surface scalar field.