ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageToVectorImageFilter.h>
This class is deprecated. You should use itkComposeImageFilter instead.
This class takes as input 'n' itk::Image's and composes them into a single itk::VectorImage.
Definition at line 58 of file itkImageToVectorImageFilter.h.
Static Public Member Functions | |
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 | Dimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, VectorImage< TInputImage::InternalPixelType, TInputImage::ImageDimension > > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< VectorImage< TInputImage::InternalPixelType, TInputImage::ImageDimension > > | |
static const unsigned int | OutputImageDimension |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, VectorImage< TInputImage::InternalPixelType, TInputImage::ImageDimension > > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< VectorImage< TInputImage::InternalPixelType, TInputImage::ImageDimension > > | |
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 SmartPointer< const Self > itk::ImageToVectorImageFilter< TInputImage >::ConstPointer |
Definition at line 67 of file itkImageToVectorImageFilter.h.
typedef Superclass::InputImageType itk::ImageToVectorImageFilter< TInputImage >::InputImageType |
Definition at line 79 of file itkImageToVectorImageFilter.h.
typedef VectorImage< PixelType, itkGetStaticConstMacro(Dimension) > itk::ImageToVectorImageFilter< TInputImage >::OutputImageType |
Definition at line 75 of file itkImageToVectorImageFilter.h.
typedef TInputImage::InternalPixelType itk::ImageToVectorImageFilter< TInputImage >::PixelType |
Definition at line 73 of file itkImageToVectorImageFilter.h.
typedef SmartPointer< Self > itk::ImageToVectorImageFilter< TInputImage >::Pointer |
Definition at line 66 of file itkImageToVectorImageFilter.h.
typedef Superclass::InputImageRegionType itk::ImageToVectorImageFilter< TInputImage >::RegionType |
Definition at line 81 of file itkImageToVectorImageFilter.h.
typedef ImageToVectorImageFilter itk::ImageToVectorImageFilter< TInputImage >::Self |
Definition at line 65 of file itkImageToVectorImageFilter.h.
typedef ImageToImageFilter< TInputImage, OutputImageType > itk::ImageToVectorImageFilter< TInputImage >::Superclass |
Definition at line 77 of file itkImageToVectorImageFilter.h.
|
protected |
|
protectedvirtual |
If an imaging filter needs to perform processing after the buffer has been allocated but before threads are spawned, the filter can can provide an implementation for BeforeThreadedGenerateData(). The execution flow in the default GenerateData() method will be: 1) Allocate the output buffer 2) Call BeforeThreadedGenerateData() 3) Spawn threads, calling ThreadedGenerateData() in each thread. 4) Call AfterThreadedGenerateData() Note that this flow of control is only available if a filter provides a ThreadedGenerateData() method and NOT a GenerateData() method.
Reimplemented from itk::ImageSource< VectorImage< TInputImage::InternalPixelType, TInputImage::ImageDimension > >.
|
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.
|
protectedvirtual |
Generate the information describing the output data. The default implementation of this method will copy information from the input to the output. A filter may override this method if its output will have different information than its input. For instance, a filter that shrinks an image will need to provide an implementation for this method that changes the spacing of the pixels. Such filters should call their superclass' implementation of this method prior to changing the information values they need (i.e. GenerateOutputInformation() should call Superclass::GenerateOutputInformation() prior to changing the information.
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, VectorImage< TInputImage::InternalPixelType, TInputImage::ImageDimension > >.
|
static |
|
inlinevirtual |
Definition at line 83 of file itkImageToVectorImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 101 of file itkImageToVectorImageFilter.h.
|
protectedvirtual |
|
static |
Definition at line 71 of file itkImageToVectorImageFilter.h.