4 #include <itkVectorImage.h> 9 template <
class TPixelType,
unsigned int TImageDimension = 3>
12 itk::VectorImage <TPixelType,TImageDimension> >
43 itkSetMacro(FlippedAxis,
std::
string)
59 std::string m_FlippedAxis;
61 static const unsigned int m_NumberOfComponents = 6;
Superclass::InputImageRegionType InputImageRegionType
virtual ~FlipTensorImageFilter()
FlipTensorImageFilter Self
void GenerateOutputInformation() ITK_OVERRIDE
OutputImageType::Pointer OutputPointerType
itk::VectorImage< TPixelType, TImageDimension > OutputImageType
InputImageType::PixelType InputPixelType
InputImageType::Pointer InputPointerType
itk::VectorImage< TPixelType, TImageDimension > InputImageType
OutputImageType::PixelType OutputPixelType
itk::SmartPointer< const Self > ConstPointer
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) ITK_OVERRIDE
Superclass::MaskImageType MaskImageType
Superclass::OutputImageRegionType OutputImageRegionType
itk::SmartPointer< Self > Pointer
anima::MaskedImageToImageFilter< InputImageType, OutputImageType > Superclass