ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkCompose3DCovariantVectorImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputImageType | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef Compose3DCovariantVectorImageFilter | Self |
typedef TernaryFunctorImageFilter < TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DCovariantVector < 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 () |
Compose3DCovariantVectorImageFilter () | |
virtual | ~Compose3DCovariantVectorImageFilter () |
Compose3DCovariantVectorImageFilter (const Self &) | |
void | operator= (const Self &) |
Implements pixel-wise composition of an 3D covariant vector pixel from three scalar images.
This filter receives three scalar images as input. Each image containing one of the 3D covariant vector components. The filter produces as output a 3D covariant vector image in which the three components have been unified. The Component type is preserved from the PixelType of the input images.
Definition at line 80 of file itkCompose3DCovariantVectorImageFilter.h.
typedef SmartPointer< const Self > itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DCovariantVector< TInputImage::PixelType > >.
Definition at line 96 of file itkCompose3DCovariantVectorImageFilter.h.
typedef Superclass::OutputImageType itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >::OutputImageType |
Superclass typedefs.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DCovariantVector< TInputImage::PixelType > >.
Definition at line 98 of file itkCompose3DCovariantVectorImageFilter.h.
typedef SmartPointer< Self > itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DCovariantVector< TInputImage::PixelType > >.
Definition at line 95 of file itkCompose3DCovariantVectorImageFilter.h.
typedef Compose3DCovariantVectorImageFilter itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DCovariantVector< TInputImage::PixelType > >.
Definition at line 88 of file itkCompose3DCovariantVectorImageFilter.h.
typedef TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DCovariantVector< typename TInputImage::PixelType > > itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DCovariantVector< TInputImage::PixelType > >.
Definition at line 93 of file itkCompose3DCovariantVectorImageFilter.h.
itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >::Compose3DCovariantVectorImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 115 of file itkCompose3DCovariantVectorImageFilter.h.
virtual itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >::~Compose3DCovariantVectorImageFilter | ( | ) | [inline, protected, virtual] |
End concept checking
Definition at line 116 of file itkCompose3DCovariantVectorImageFilter.h.
itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >::Compose3DCovariantVectorImageFilter | ( | const Self & | ) | [private] |
End concept checking
virtual::itk::LightObject::Pointer itk::Compose3DCovariantVectorImageFilter< 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::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DCovariantVector< TInputImage::PixelType > >.
virtual const char* itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DCovariantVector< TInputImage::PixelType > >.
static Pointer itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DCovariantVector< TInputImage::PixelType > >.
void itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
End concept checking
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DCovariantVector< TInputImage::PixelType > >.
itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< typename TInputImage::PixelType > | ) |
Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename TInputImage::PixelType > )