ITK  4.13.0
Insight Segmentation and Registration Toolkit
itk::FastMarchingTraits< TInput, TOutput > Class Template Reference

#include <itkFastMarchingTraits.h>

Detailed Description

template<typename TInput, typename TOutput>
class itk::FastMarchingTraits< TInput, TOutput >

Base class traits to be used by the FastMarchingBase.

Template Parameters
TInputDomainInput Domain type (e.g. itk::Image or itk::QuadEdgeMesh)
TNodeNode type where the front propagates
TOutputDomainOutput Domain type (similar to TInputDomain)
TSuperclassSuperclass. When dealing with itk::Image, the Superclass will be itk::ImageToImageFilter; and itk::QuadEdgeMeshToQuadEdgeMeshFilter when dealing with itk::QuadEdgeMesh

Definition at line 113 of file itkFastMarchingTraits.h.


The documentation for this class was generated from the following file: