#include <itkLevelSetEvolution.h>
template<typename TEquationContainer, typename TLevelSet>
class itk::LevelSetEvolution< TEquationContainer, TLevelSet >
Class for iterating and evolving the level-set function.
- Template Parameters
-
TEquationContainer | Container holding the system of level set of equations |
TLevelSet | Level-set function representation (e.g. dense, sparse) |
- Examples
- SphinxExamples/src/Bridge/VtkGlue/VisualizeEvolvingDense2DLevelSetAsElevationMap/Code.cxx, and SphinxExamples/src/Bridge/VtkGlue/VisualizeEvolvingDense2DLevelSetZeroSet/Code.cxx.
Definition at line 48 of file itkLevelSetEvolution.h.
The documentation for this class was generated from the following file: