|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkFastMarchingUpwindGradientImageFilterBase_h
19 #define itkFastMarchingUpwindGradientImageFilterBase_h
53 template <
typename TInput,
typename TOutput>
65 using Traits =
typename Superclass::Traits;
74 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
76 using NodeType =
typename Superclass::NodeType;
99 PrintSelf(std::ostream & os,
Indent indent)
const override;
171 #ifndef ITK_MANUAL_INSTANTIATION
172 # include "itkFastMarchingUpwindGradientImageFilterBase.hxx"
typename GradientImageType::Pointer GradientImagePointer
typename OutputImageType::SpacingType OutputSpacingType
Generates the upwind gradient field of fast marching arrival times.
Control indentation during Print() invocation.
Apply the Fast Marching method to solve an Eikonal equation on an image.
Base class traits to be used by the FastMarchingBase.
typename FastMarchingTraits< TInput, TOutput >::SuperclassType Superclass
A templated class holding a n-Dimensional covariant vector.
typename Traits::NodeType NodeType
typename Traits::OutputPixelType OutputPixelType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Templated n-dimensional image class.
Abstract class to solve an Eikonal based-equation using Fast Marching Method.
typename Superclass::OutputDomainType OutputImageType