Jet  v1.3.3
Public Member Functions | List of all members
jet::SphPointsToImplicit3 Class Referencefinal

3-D points-to-implicit converter based on standard SPH kernel. More...

#include <jet/sph_points_to_implicit3.h>

Inheritance diagram for jet::SphPointsToImplicit3:
jet::PointsToImplicit3

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...
 
- Public Member Functions inherited from jet::PointsToImplicit3
 PointsToImplicit3 ()
 Default constructor. More...
 
virtual ~PointsToImplicit3 ()
 Default destructor. More...
 

Detailed Description

3-D points-to-implicit converter based on standard SPH kernel.

See also
Müller, Matthias, David Charypar, and Markus Gross. "Particle-based fluid simulation for interactive applications." Proceedings of the 2003 ACM SIGGRAPH/Eurographics symposium on Computer animation. Eurographics Association, 2003.

Constructor & Destructor Documentation

◆ SphPointsToImplicit3()

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.

Member Function Documentation

◆ convert()

void jet::SphPointsToImplicit3::convert ( const ConstArrayAccessor1< Vector3D > &  points,
ScalarGrid3 output 
) const
overridevirtual

Converts the given points to implicit surface scalar field.

Implements jet::PointsToImplicit3.


The documentation for this class was generated from the following file: