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

3-D points-to-implicit converter based on simple sphere model. More...

#include <jet/spherical_points_to_implicit3.h>

Inheritance diagram for jet::SphericalPointsToImplicit3:
jet::PointsToImplicit3

Public Member Functions

 SphericalPointsToImplicit3 (double radius=1.0, bool isOutputSdf=true)
 Constructs the converter with given sphere radius. 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 simple sphere model.

Constructor & Destructor Documentation

◆ SphericalPointsToImplicit3()

jet::SphericalPointsToImplicit3::SphericalPointsToImplicit3 ( double  radius = 1.0,
bool  isOutputSdf = true 
)

Constructs the converter with given sphere radius.

Member Function Documentation

◆ convert()

void jet::SphericalPointsToImplicit3::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: