ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkSplitComponentsImageFilter.h>
Extract components of an Image with multi-component pixels.
This class extracts components of itk::Image of itk::Vector's itk::CovariantVector, itk::SymmetricSecondRankTensor, or other classes that have the same interface. The interface must implement ValueType operator[] ( unsigned int ).
It puts an image on every output corresponding to each component.
Definition at line 48 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | Components = TComponents |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
ComponentsMaskType | m_ComponentsMask |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef FixedArray< bool, TComponents > itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::ComponentsMaskType |
Definition at line 73 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
typedef FixedArray< bool, TComponents > itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::ComponentsMaskType |
Definition at line 73 of file Strain/include/itkSplitComponentsImageFilter.h.
typedef SmartPointer< const Self > itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::ConstPointer |
Definition at line 71 of file Strain/include/itkSplitComponentsImageFilter.h.
typedef SmartPointer< const Self > itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::ConstPointer |
Definition at line 71 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
typedef TInputImage itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::InputImageType |
Image types.
Definition at line 61 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
typedef TInputImage itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::InputImageType |
Image types.
Definition at line 61 of file Strain/include/itkSplitComponentsImageFilter.h.
typedef InputImageType::PixelType itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::InputPixelType |
Definition at line 63 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
typedef InputImageType::PixelType itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::InputPixelType |
Definition at line 63 of file Strain/include/itkSplitComponentsImageFilter.h.
typedef TOutputImage itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::OutputImageType |
Definition at line 62 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
typedef TOutputImage itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::OutputImageType |
Definition at line 62 of file Strain/include/itkSplitComponentsImageFilter.h.
typedef OutputImageType::PixelType itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::OutputPixelType |
Definition at line 64 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
typedef OutputImageType::PixelType itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::OutputPixelType |
Definition at line 64 of file Strain/include/itkSplitComponentsImageFilter.h.
typedef OutputImageType::RegionType itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::OutputRegionType |
Definition at line 65 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
typedef OutputImageType::RegionType itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::OutputRegionType |
Definition at line 65 of file Strain/include/itkSplitComponentsImageFilter.h.
typedef SmartPointer< Self > itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::Pointer |
Definition at line 70 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
typedef SmartPointer< Self > itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::Pointer |
Definition at line 70 of file Strain/include/itkSplitComponentsImageFilter.h.
typedef SplitComponentsImageFilter itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::Self |
Standard class typedefs.
Definition at line 68 of file Strain/include/itkSplitComponentsImageFilter.h.
typedef SplitComponentsImageFilter itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::Self |
Standard class typedefs.
Definition at line 68 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
typedef ImageToImageFilter< InputImageType, OutputImageType > itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::Superclass |
Definition at line 69 of file Strain/include/itkSplitComponentsImageFilter.h.
typedef ImageToImageFilter< InputImageType, OutputImageType > itk::SplitComponentsImageFilter< TInputImage, TOutputImage, TComponents >::Superclass |
Definition at line 69 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 90 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 90 of file Strain/include/itkSplitComponentsImageFilter.h.
|
protectedvirtual |
Do not allocate outputs that we will not populate.
Reimplemented from itk::ImageSource< TOutputImage >.
|
protectedvirtual |
Do not allocate outputs that we will not populate.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Set/Get the components mask. The mask is as long as the number of components, and only values in the mask that evaluate are true will be populated in the output. The default is all true.
|
virtual |
Set/Get the components mask. The mask is as long as the number of components, and only values in the mask that evaluate are true will be populated in the output. The default is all true.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
static |
Method of creation through the object factory.
|
static |
Method of creation through the object factory.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the components mask. The mask is as long as the number of components, and only values in the mask that evaluate are true will be populated in the output. The default is all true.
|
virtual |
Set/Get the components mask. The mask is as long as the number of components, and only values in the mask that evaluate are true will be populated in the output. The default is all true.
|
protectedvirtual |
If an imaging filter can be implemented as a multithreaded algorithm, the filter will provide an implementation of ThreadedGenerateData(). This superclass will automatically split the output image into a number of pieces, spawn multiple threads, and call ThreadedGenerateData() in each thread. Prior to spawning threads, the BeforeThreadedGenerateData() method is called. After all the threads have completed, the AfterThreadedGenerateData() method is called. If an image processing filter cannot support threading, that filter should provide an implementation of the GenerateData() method instead of providing an implementation of ThreadedGenerateData(). If a filter provides a GenerateData() method as its implementation, then the filter is responsible for allocating the output data. If a filter provides a ThreadedGenerateData() method as its implementation, then the output memory will allocated automatically by this superclass. The ThreadedGenerateData() method should only produce the output specified by "outputThreadRegion" parameter. ThreadedGenerateData() cannot write to any other portion of the output image (as this is responsibility of a different thread).
Reimplemented from itk::ImageSource< TOutputImage >.
|
protectedvirtual |
If an imaging filter can be implemented as a multithreaded algorithm, the filter will provide an implementation of ThreadedGenerateData(). This superclass will automatically split the output image into a number of pieces, spawn multiple threads, and call ThreadedGenerateData() in each thread. Prior to spawning threads, the BeforeThreadedGenerateData() method is called. After all the threads have completed, the AfterThreadedGenerateData() method is called. If an image processing filter cannot support threading, that filter should provide an implementation of the GenerateData() method instead of providing an implementation of ThreadedGenerateData(). If a filter provides a GenerateData() method as its implementation, then the filter is responsible for allocating the output data. If a filter provides a ThreadedGenerateData() method as its implementation, then the output memory will allocated automatically by this superclass. The ThreadedGenerateData() method should only produce the output specified by "outputThreadRegion" parameter. ThreadedGenerateData() cannot write to any other portion of the output image (as this is responsibility of a different thread).
Reimplemented from itk::ImageSource< TOutputImage >.
|
static |
Components enumeration.
Definition at line 58 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
|
static |
ImageDimension enumeration.
Definition at line 54 of file SplitComponents/include/itkSplitComponentsImageFilter.h.
|
private |
Definition at line 98 of file SplitComponents/include/itkSplitComponentsImageFilter.h.