22 #ifndef __itkAdcImageFilter_h_
23 #define __itkAdcImageFilter_h_
25 #include "itkImageToImageFilter.h"
26 #include "itkVectorImage.h"
33 template<
class TInPixelType,
class TOutPixelType >
35 public ImageToImageFilter< VectorImage< TInPixelType, 3 >, Image< TOutPixelType, 3 > >
43 typedef ImageToImageFilter< VectorImage< TInPixelType, 3 >, Image< TOutPixelType, 3 > >
Superclass;
48 itkFactorylessNewMacro(Self)
58 itkSetMacro( B_value,
double )
59 itkSetMacro( GradientDirections, GradientContainerType )
64 void PrintSelf(std::ostream& os, Indent indent)
const;
75 #ifndef ITK_MANUAL_INSTANTIATION
79 #endif //__itkAdcImageFilter_h_
itk::SmartPointer< Self > Pointer
mitk::DiffusionPropertyHelper::GradientDirectionsContainerType::Pointer GradientContainerType
void PrintSelf(std::ostream &os, Indent indent) const
ImageToImageFilter< VectorImage< TInPixelType, 3 >, Image< TOutPixelType, 3 > > Superclass
SmartPointer< Self > Pointer
GradientContainerType m_GradientDirections
Superclass::OutputImageType OutputImageType
GradientDirectionsProperty::GradientDirectionType GradientDirectionType
mitk::DiffusionPropertyHelper::GradientDirectionType GradientDirectionType
void BeforeThreadedGenerateData()
SmartPointer< const Self > ConstPointer
Superclass::InputImageType InputImageType
Superclass::OutputImageRegionType OutputImageRegionType
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType)