SPHPointsToImplicit2.h
Go to the documentation of this file.
28 SPHPointsToImplicit2(double kernelRadius = 1.0, double cutOffDensity = 0.5, bool isOutputSDF = true);
2-D points-to-implicit converter based on standard SPH kernel.
Definition: SPHPointsToImplicit2.h:24
Abstract base class for 2-D points-to-implicit converters.
Definition: PointsToImplicit2.h:19
1-D read-only array accessor class.
Definition: ArrayAccessor1.h:185
Definition: pybind11Utils.h:24
void Convert(const ConstArrayAccessor1< Vector2D > &points, ScalarGrid2 *output) const override
Converts the given points to implicit surface scalar field.
SPHPointsToImplicit2(double kernelRadius=1.0, double cutOffDensity=0.5, bool isOutputSDF=true)
Constructs the converter with given kernel radius and cut-off density.
std::shared_ptr< SPHPointsToImplicit2 > SPHPointsToImplicit2Ptr
Shared pointer type for SPHPointsToImplicit2 class.
Definition: SPHPointsToImplicit2.h:40
Abstract base class for 2-D scalar grid structure.
Definition: ScalarGrid2.h:21