FMMLevelSetSolver3.hpp
Go to the documentation of this file.
Three-dimensional fast marching method (FMM) implementation.
Definition: FMMLevelSetSolver3.hpp:30
Abstract base class for 3-D level set solver.
Definition: LevelSetSolver3.hpp:23
std::shared_ptr< FMMLevelSetSolver3 > FMMLevelSetSolver3Ptr
Shared pointer type for the FMMLevelSetSolver3.
Definition: FMMLevelSetSolver3.hpp:90
Abstract base class for N-D scalar grid structure.
Definition: ScalarGrid.hpp:24
Definition: Matrix.hpp:27
Definition: pybind11Utils.hpp:20
N-D face-centered (a.k.a MAC or staggered) grid.
Definition: FaceCenteredGrid.hpp:31
Abstract base class for N-D collocated vector grid structure.
Definition: CollocatedVectorGrid.hpp:22
void Extrapolate(const ScalarGrid3 &input, const ScalarField3 &sdf, double maxDistance, ScalarGrid3 *output) override
void Reinitialize(const ScalarGrid3 &inputSDF, double maxDistance, ScalarGrid3 *outputSDF) override