ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkCompose2DVectorImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputImageType | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef Compose2DVectorImageFilter | Self |
typedef BinaryFunctorImageFilter < TInputImage, TInputImage, TOutputImage, Functor::Compose2DVector < typename TInputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
typedef (Concept::HasNumericTraits< typename TInputImage::PixelType >) InputHasNumericTraitsCheck | |
Static Public Member Functions | |
static Pointer | New () |
Compose2DVectorImageFilter () | |
virtual | ~Compose2DVectorImageFilter () |
Compose2DVectorImageFilter (const Self &) | |
void | operator= (const Self &) |
Implements pixel-wise composition of an 2D vector pixel from two scalar images.
This filter receives two scalar images as input. Each image containing one of the 2D vector components. The filter produces as output a 2D vector image in which the two components have been unified. The Component type is preserved from the PixelType of the input images.
Definition at line 73 of file itkCompose2DVectorImageFilter.h.
typedef SmartPointer< const Self > itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DVector< TInputImage::PixelType > >.
Definition at line 89 of file itkCompose2DVectorImageFilter.h.
typedef Superclass::OutputImageType itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::OutputImageType |
Superclass typedefs.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DVector< TInputImage::PixelType > >.
Definition at line 91 of file itkCompose2DVectorImageFilter.h.
typedef SmartPointer< Self > itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DVector< TInputImage::PixelType > >.
Definition at line 88 of file itkCompose2DVectorImageFilter.h.
typedef Compose2DVectorImageFilter itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DVector< TInputImage::PixelType > >.
Definition at line 81 of file itkCompose2DVectorImageFilter.h.
typedef BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DVector< typename TInputImage::PixelType > > itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DVector< TInputImage::PixelType > >.
Definition at line 86 of file itkCompose2DVectorImageFilter.h.
itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::Compose2DVectorImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 108 of file itkCompose2DVectorImageFilter.h.
virtual itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::~Compose2DVectorImageFilter | ( | ) | [inline, protected, virtual] |
End concept checking
Definition at line 109 of file itkCompose2DVectorImageFilter.h.
itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::Compose2DVectorImageFilter | ( | const Self & | ) | [private] |
End concept checking
virtual::itk::LightObject::Pointer itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const [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::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DVector< TInputImage::PixelType > >.
virtual const char* itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DVector< TInputImage::PixelType > >.
static Pointer itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DVector< TInputImage::PixelType > >.
void itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
End concept checking
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DVector< TInputImage::PixelType > >.
itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< typename TInputImage::PixelType > | ) |
Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename TInputImage::PixelType > )