FMMLevelSetSolver3.h
Go to the documentation of this file.
Abstract base class for 3-D collocated vector grid structure.
Definition: CollocatedVectorGrid3.h:19
Three-dimensional fast marching method (FMM) implementation.
Definition: FMMLevelSetSolver3.h:27
Abstract base class for 3-D level set solver.
Definition: LevelSetSolver3.h:21
3-D read-only array accessor class.
Definition: ArrayAccessor3.h:269
std::shared_ptr< FMMLevelSetSolver3 > FMMLevelSetSolver3Ptr
Shared pointer type for the FMMLevelSetSolver3.
Definition: FMMLevelSetSolver3.h:99
3-D face-centered (a.k.a MAC or staggered) grid.
Definition: FaceCenteredGrid3.h:25
Definition: pybind11Utils.h:24
Abstract base class for 3-D scalar grid structure.
Definition: ScalarGrid3.h:21
void Extrapolate(const ScalarGrid3 &input, const ScalarField3 &sdf, double maxDistance, ScalarGrid3 *output) override
void Reinitialize(const ScalarGrid3 &inputSDF, double maxDistance, ScalarGrid3 *outputSDF) override