|
ITK
6.0.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 typename Superclass::Traits;
74 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
76 using typename Superclass::NodeType;
77 using typename Superclass::OutputImageType;
78 using typename Superclass::OutputPixelType;
79 using typename Superclass::OutputSpacingType;
99 PrintSelf(std::ostream & os,
Indent indent)
const override;
171 #ifndef ITK_MANUAL_INSTANTIATION
172 # include "itkFastMarchingUpwindGradientImageFilterBase.hxx"
SmartPointer< Self > Pointer
typename GradientImageType::Pointer GradientImagePointer
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.
typename FastMarchingTraits< TInput, TOutput >::SuperclassType Superclass
A templated class holding a n-Dimensional covariant vector.
typename Traits::NodeType NodeType
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