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