Jet
v1.3.3
|
3-D points-to-implicit converter based on standard SPH kernel. More...
#include <jet/sph_points_to_implicit3.h>
Public Member Functions | |
SphPointsToImplicit3 (double kernelRadius=1.0, double cutOffDensity=0.5, bool isOutputSdf=true) | |
Constructs the converter with given kernel radius and cut-off density. More... | |
void | convert (const ConstArrayAccessor1< Vector3D > &points, ScalarGrid3 *output) const override |
Converts the given points to implicit surface scalar field. More... | |
![]() | |
PointsToImplicit3 () | |
Default constructor. More... | |
virtual | ~PointsToImplicit3 () |
Default destructor. More... | |
3-D points-to-implicit converter based on standard SPH kernel.
jet::SphPointsToImplicit3::SphPointsToImplicit3 | ( | double | kernelRadius = 1.0 , |
double | cutOffDensity = 0.5 , |
||
bool | isOutputSdf = true |
||
) |
Constructs the converter with given kernel radius and cut-off density.
|
overridevirtual |
Converts the given points to implicit surface scalar field.
Implements jet::PointsToImplicit3.