Loading...
Searching...
No Matches
SPHPointsToImplicit2.hpp
Go to the documentation of this file.
Definition Matrix.hpp:30
Abstract base class for 2-D points-to-implicit converters.
Definition PointsToImplicit2.hpp:21
2-D points-to-implicit converter based on standard SPH kernel.
Definition SPHPointsToImplicit2.hpp:27
void Convert(const ConstArrayView1< 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.
Definition pybind11Utils.hpp:21
std::shared_ptr< SPHPointsToImplicit2 > SPHPointsToImplicit2Ptr
Shared pointer type for SPHPointsToImplicit2 class.
Definition SPHPointsToImplicit2.hpp:44
1.9.8