ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkCompose2DCovariantVectorImageFilter.h>
Additional Inherited Members | |
Static Public Attributes inherited from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DCovariantVector< TInputImage::PixelType > > | |
static const unsigned int | InputImage1Dimension |
static const unsigned int | InputImage2Dimension |
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 2D covariant vector pixel from two scalar images.
This filter receives two scalar images as input. Each image containing one of the 2D covariant vector components. The filter produces as output a 2D covariant 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 itkCompose2DCovariantVectorImageFilter.h.
typedef SmartPointer< const Self > itk::Compose2DCovariantVectorImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DCovariantVector< TInputImage::PixelType > >.
Definition at line 88 of file itkCompose2DCovariantVectorImageFilter.h.
typedef Superclass::OutputImageType itk::Compose2DCovariantVectorImageFilter< TInputImage, TOutputImage >::OutputImageType |
Superclass typedefs.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DCovariantVector< TInputImage::PixelType > >.
Definition at line 90 of file itkCompose2DCovariantVectorImageFilter.h.
typedef SmartPointer< Self > itk::Compose2DCovariantVectorImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DCovariantVector< TInputImage::PixelType > >.
Definition at line 87 of file itkCompose2DCovariantVectorImageFilter.h.
typedef Compose2DCovariantVectorImageFilter itk::Compose2DCovariantVectorImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DCovariantVector< TInputImage::PixelType > >.
Definition at line 81 of file itkCompose2DCovariantVectorImageFilter.h.
typedef BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DCovariantVector< typename TInputImage::PixelType > > itk::Compose2DCovariantVectorImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DCovariantVector< TInputImage::PixelType > >.
Definition at line 85 of file itkCompose2DCovariantVectorImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 107 of file itkCompose2DCovariantVectorImageFilter.h.
|
inlineprotectedvirtual |
End concept checking
Definition at line 108 of file itkCompose2DCovariantVectorImageFilter.h.
|
private |
End concept checking
|
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::Compose2DCovariantVector< TInputImage::PixelType > >.
|
virtual |
Runtime information support.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DCovariantVector< TInputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DCovariantVector< TInputImage::PixelType > >.
|
private |
End concept checking
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::Compose2DCovariantVector< TInputImage::PixelType > >.
itk::Compose2DCovariantVectorImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< typename TInputImage::PixelType > | ) |
Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename TInputImage::PixelType > )