#include <itkFastMarchingImageFilter.h>
Contains all enum classes used by the FastMarchingImageFilter class.
Definition at line 36 of file itkFastMarchingImageFilter.h.
Public Types | |
| enum class | Label : uint8_t { FarPoint = 0 , AlivePoint , TrialPoint , InitialTrialPoint , OutsidePoint } |
|
strong |
| Enumerator | |
|---|---|
| FarPoint | |
| AlivePoint | |
| TrialPoint | |
| InitialTrialPoint | |
| OutsidePoint | |
Definition at line 46 of file itkFastMarchingImageFilter.h.