Jet
v1.3.3
|
2-D points-to-implicit converter based on Zhu and Bridson's method. More...
#include <jet/zhu_bridson_points_to_implicit2.h>
Public Member Functions | |
ZhuBridsonPointsToImplicit2 (double kernelRadius=1.0, double cutOffThreshold=0.25, bool isOutputSdf=true) | |
Constructs the converter with given kernel radius and cut-off threshold. More... | |
void | convert (const ConstArrayAccessor1< Vector2D > &points, ScalarGrid2 *output) const override |
Converts the given points to implicit surface scalar field. More... | |
![]() | |
PointsToImplicit2 () | |
Default constructor. More... | |
virtual | ~PointsToImplicit2 () |
Default destructor. More... | |
2-D points-to-implicit converter based on Zhu and Bridson's method.
jet::ZhuBridsonPointsToImplicit2::ZhuBridsonPointsToImplicit2 | ( | double | kernelRadius = 1.0 , |
double | cutOffThreshold = 0.25 , |
||
bool | isOutputSdf = true |
||
) |
Constructs the converter with given kernel radius and cut-off threshold.
|
overridevirtual |
Converts the given points to implicit surface scalar field.
Implements jet::PointsToImplicit2.