|
Jet
v1.3.3
|
2-D points-to-implicit converter based on standard SPH kernel. More...
#include <jet/sph_points_to_implicit2.h>
Public Member Functions | |
| SphPointsToImplicit2 (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< Vector2D > &points, ScalarGrid2 *output) const override |
| Converts the given points to implicit surface scalar field. More... | |
Public Member Functions inherited from jet::PointsToImplicit2 | |
| PointsToImplicit2 () | |
| Default constructor. More... | |
| virtual | ~PointsToImplicit2 () |
| Default destructor. More... | |
2-D points-to-implicit converter based on standard SPH kernel.
| jet::SphPointsToImplicit2::SphPointsToImplicit2 | ( | 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::PointsToImplicit2.
1.8.18