|
Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/CLI/ResampleDTIVolume/itkSeparateComponentsOfADiffusionTensorImage.h>


Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef TInput | InputDataType |
| typedef InputImageType::Pointer | InputImagePointerType |
| typedef Image< InputTensorDataType, 3 > | InputImageType |
| typedef itk::ImageRegionConstIterator< InputImageType > | InputIteratorType |
| typedef DiffusionTensor3D< InputDataType > | InputTensorDataType |
| typedef TOutput | OutputDataType |
| typedef OutputImageType::Pointer | OutputImagePointerType |
| typedef OutputImageType::RegionType | OutputImageRegionType |
| typedef Image< OutputDataType, 3 > | OutputImageType |
| typedef itk::ImageRegionIterator< OutputImageType > | OutputIteratorType |
| typedef SmartPointer< Self > | Pointer |
| typedef SeparateComponentsOfADiffusionTensorImage | Self |
| typedef ImageToImageFilter< Image< DiffusionTensor3D< TInput >, 3 >, Image< TOutput, 3 > > | Superclass |
Public Member Functions | |
| itkNewMacro (Self) | |
| itkTypeMacro (SeparateComponentsOfADiffusionTensorImage, ImageToImageFilter) | |
Protected Member Functions | |
| void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
| void | GenerateInputRequestedRegion () override |
| void | GenerateOutputInformation () override |
| SeparateComponentsOfADiffusionTensorImage () | |
Definition at line 24 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef SmartPointer<const Self> itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::ConstPointer |
Definition at line 42 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef TInput itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::InputDataType |
Definition at line 30 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef InputImageType::Pointer itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::InputImagePointerType |
Definition at line 43 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef Image<InputTensorDataType, 3> itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::InputImageType |
Definition at line 39 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef itk::ImageRegionConstIterator<InputImageType> itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::InputIteratorType |
Definition at line 47 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef DiffusionTensor3D<InputDataType> itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::InputTensorDataType |
Definition at line 38 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef TOutput itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::OutputDataType |
Definition at line 31 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef OutputImageType::Pointer itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::OutputImagePointerType |
Definition at line 45 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef OutputImageType::RegionType itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::OutputImageRegionType |
Definition at line 48 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef Image<OutputDataType, 3> itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::OutputImageType |
Definition at line 44 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef itk::ImageRegionIterator<OutputImageType> itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::OutputIteratorType |
Definition at line 46 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef SmartPointer<Self> itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::Pointer |
Definition at line 41 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef SeparateComponentsOfADiffusionTensorImage itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::Self |
Definition at line 40 of file itkSeparateComponentsOfADiffusionTensorImage.h.
| typedef ImageToImageFilter<Image<DiffusionTensor3D<TInput>, 3>, Image<TOutput, 3> > itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::Superclass |
Definition at line 36 of file itkSeparateComponentsOfADiffusionTensorImage.h.
|
protected |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
| itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::itkNewMacro | ( | Self | ) |
| itk::SeparateComponentsOfADiffusionTensorImage< TInput, TOutput >::itkTypeMacro | ( | SeparateComponentsOfADiffusionTensorImage< TInput, TOutput > | , |
| ImageToImageFilter | |||
| ) |
Run-time type information (and related methods).
1.8.14