#include <itkFastMarchingTraits.h>
Base class traits to be used by the FastMarchingBase.
| TInputDomain | Input Domain type (e.g. itk::Image or itk::QuadEdgeMesh) |
| TNode | Node type where the front propagates |
| TOutputDomain | Output Domain type (similar to TInputDomain) |
| TSuperclass | Superclass. When dealing with itk::Image, the Superclass will be itk::ImageToImageFilter; and itk::QuadEdgeMeshToQuadEdgeMeshFilter when dealing with itk::QuadEdgeMesh |
Definition at line 102 of file itkFastMarchingTraits.h.