CubbyFlow::SphericalPointsToImplicit2 Class Referencefinal

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

#include <Core/PointsToImplicit/SphericalPointsToImplicit2.hpp>

Inheritance diagram for CubbyFlow::SphericalPointsToImplicit2:
CubbyFlow::PointsToImplicit2

Public Member Functions

 SphericalPointsToImplicit2 (double radius=1.0, bool isOutputSdf=true)
 Constructs the converter with given sphere radius. More...
 
void Convert (const ConstArrayView1< Vector2D > &points, ScalarGrid2 *output) const override
 Converts the given points to implicit surface scalar field. More...
 
- Public Member Functions inherited from CubbyFlow::PointsToImplicit2
 PointsToImplicit2 ()=default
 Default constructor. More...
 
 PointsToImplicit2 (const PointsToImplicit2 &)=default
 Default copy constructor. More...
 
 PointsToImplicit2 (PointsToImplicit2 &&) noexcept=default
 Default move constructor. More...
 
virtual ~PointsToImplicit2 ()=default
 Default virtual destructor. More...
 
PointsToImplicit2operator= (const PointsToImplicit2 &)=default
 Default copy assignment operator. More...
 
PointsToImplicit2operator= (PointsToImplicit2 &&) noexcept=default
 Default move assignment operator. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ SphericalPointsToImplicit2()

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

Constructs the converter with given sphere radius.

Member Function Documentation

◆ Convert()

void CubbyFlow::SphericalPointsToImplicit2::Convert ( const ConstArrayView1< Vector2D > &  points,
ScalarGrid2 output 
) const
overridevirtual

Converts the given points to implicit surface scalar field.

Implements CubbyFlow::PointsToImplicit2.


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