LevelSetSolver2.hpp
Go to the documentation of this file.
virtual void Extrapolate(const ScalarGrid2 &input, const ScalarField2 &sdf, double maxDistance, ScalarGrid2 *output)=0
Abstract base class for N-D scalar grid structure.
Definition: ScalarGrid.hpp:24
LevelSetSolver2 & operator=(const LevelSetSolver2 &)=delete
Deleted copy assignment operator.
Definition: pybind11Utils.hpp:20
N-D face-centered (a.k.a MAC or staggered) grid.
Definition: FaceCenteredGrid.hpp:31
Abstract base class for 2-D level set solver.
Definition: LevelSetSolver2.hpp:23
std::shared_ptr< LevelSetSolver2 > LevelSetSolver2Ptr
Shared pointer type for the LevelSetSolver2.
Definition: LevelSetSolver2.hpp:93
virtual void Reinitialize(const ScalarGrid2 &inputSDF, double maxDistance, ScalarGrid2 *outputSDF)=0
Abstract base class for N-D collocated vector grid structure.
Definition: CollocatedVectorGrid.hpp:22
virtual ~LevelSetSolver2()=default
Default virtual destructor.