ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkComposeRGBImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputImageType | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ComposeRGBImageFilter | Self |
typedef TernaryFunctorImageFilter < TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< typename TInputImage::PixelType > > | Superclass |
Public Types inherited from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< TInputImage::PixelType > > | |
typedef Functor::ComposeRGB < TInputImage::PixelType > | FunctorType |
typedef Input1ImageType::PixelType | Input1ImagePixelType |
typedef Input1ImageType::ConstPointer | Input1ImagePointer |
typedef Input1ImageType::RegionType | Input1ImageRegionType |
typedef TInputImage | Input1ImageType |
typedef Input2ImageType::PixelType | Input2ImagePixelType |
typedef Input2ImageType::ConstPointer | Input2ImagePointer |
typedef Input2ImageType::RegionType | Input2ImageRegionType |
typedef TInputImage | Input2ImageType |
typedef Input3ImageType::PixelType | Input3ImagePixelType |
typedef Input3ImageType::ConstPointer | Input3ImagePointer |
typedef Input3ImageType::RegionType | Input3ImageRegionType |
typedef TInputImage | Input3ImageType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
Public Types inherited from itk::InPlaceImageFilter< TInputImage, TOutputImage > | |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Additional Inherited Members | |
Static Public Attributes inherited from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< TInputImage::PixelType > > | |
static const unsigned int | Input1ImageDimension |
static const unsigned int | Input2ImageDimension |
static const unsigned int | Input3ImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::InPlaceImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Implements pixel-wise composition of an RGB pixel from three scalar images.
This filter receives three scalar images as input. Each image containing one of the RGB components of a color image. The filter produces as output an RGB image in which the three components have been unified. The Component type is preserved from the PixelType of the input images.
Definition at line 73 of file itkComposeRGBImageFilter.h.
typedef SmartPointer< const Self > itk::ComposeRGBImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< TInputImage::PixelType > >.
Definition at line 89 of file itkComposeRGBImageFilter.h.
typedef Superclass::OutputImageType itk::ComposeRGBImageFilter< TInputImage, TOutputImage >::OutputImageType |
Superclass typedefs.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< TInputImage::PixelType > >.
Definition at line 91 of file itkComposeRGBImageFilter.h.
typedef SmartPointer< Self > itk::ComposeRGBImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< TInputImage::PixelType > >.
Definition at line 88 of file itkComposeRGBImageFilter.h.
typedef ComposeRGBImageFilter itk::ComposeRGBImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< TInputImage::PixelType > >.
Definition at line 81 of file itkComposeRGBImageFilter.h.
typedef TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< typename TInputImage::PixelType > > itk::ComposeRGBImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< TInputImage::PixelType > >.
Definition at line 86 of file itkComposeRGBImageFilter.h.
|
inlineprotected |
Runtime information support.
Definition at line 100 of file itkComposeRGBImageFilter.h.
|
inlineprotectedvirtual |
Runtime information support.
Definition at line 101 of file itkComposeRGBImageFilter.h.
|
private |
Runtime information support.
|
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::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< TInputImage::PixelType > >.
|
virtual |
Runtime information support.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< TInputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< TInputImage::PixelType > >.
|
private |
Runtime information support.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::ComposeRGB< TInputImage::PixelType > >.