Jet
v1.3.3
|
2-D points-to-implicit converter based on simple sphere model. More...
#include <jet/spherical_points_to_implicit2.h>
Public Member Functions | |
SphericalPointsToImplicit2 (double radius=1.0, bool isOutputSdf=true) | |
Constructs the converter with given sphere radius. 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 simple sphere model.
jet::SphericalPointsToImplicit2::SphericalPointsToImplicit2 | ( | double | radius = 1.0 , |
bool | isOutputSdf = true |
||
) |
Constructs the converter with given sphere radius.
|
overridevirtual |
Converts the given points to implicit surface scalar field.
Implements jet::PointsToImplicit2.