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

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

#include <jet/spherical_points_to_implicit2.h>

Inheritance diagram for jet::SphericalPointsToImplicit2:
jet::PointsToImplicit2

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ SphericalPointsToImplicit2()

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

Constructs the converter with given sphere radius.

Member Function Documentation

◆ convert()

void jet::SphericalPointsToImplicit2::convert ( const ConstArrayAccessor1< Vector2D > &  points,
ScalarGrid2 output 
) const
overridevirtual

Converts the given points to implicit surface scalar field.

Implements jet::PointsToImplicit2.


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