FMMLevelSetSolver2.hpp
Go to the documentation of this file.
Abstract base class for N-D scalar grid structure.
Definition: ScalarGrid.hpp:24
void Reinitialize(const ScalarGrid2 &inputSDF, double maxDistance, ScalarGrid2 *outputSDF) override
Definition: Matrix.hpp:27
Definition: pybind11Utils.hpp:20
void Extrapolate(const ScalarGrid2 &input, const ScalarField2 &sdf, double maxDistance, ScalarGrid2 *output) override
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< FMMLevelSetSolver2 > FMMLevelSetSolver2Ptr
Shared pointer type for the FMMLevelSetSolver2.
Definition: FMMLevelSetSolver2.hpp:90
Abstract base class for N-D collocated vector grid structure.
Definition: CollocatedVectorGrid.hpp:22
Two-dimensional fast marching method (FMM) implementation.
Definition: FMMLevelSetSolver2.hpp:30