ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkCompose3DVectorImageFilter.h>
Additional Inherited Members | |
Static Public Attributes inherited from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DVector< 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 3D vector pixel from three scalar images.
This filter receives three scalar images as input. Each image containing one of the 3D vector components. The filter produces as output a 3D 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 76 of file itkCompose3DVectorImageFilter.h.
typedef SmartPointer< const Self > itk::Compose3DVectorImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DVector< TInputImage::PixelType > >.
Definition at line 92 of file itkCompose3DVectorImageFilter.h.
typedef Superclass::OutputImageType itk::Compose3DVectorImageFilter< TInputImage, TOutputImage >::OutputImageType |
Superclass typedefs.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DVector< TInputImage::PixelType > >.
Definition at line 94 of file itkCompose3DVectorImageFilter.h.
typedef SmartPointer< Self > itk::Compose3DVectorImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DVector< TInputImage::PixelType > >.
Definition at line 91 of file itkCompose3DVectorImageFilter.h.
typedef Compose3DVectorImageFilter itk::Compose3DVectorImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DVector< TInputImage::PixelType > >.
Definition at line 84 of file itkCompose3DVectorImageFilter.h.
typedef TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DVector< typename TInputImage::PixelType > > itk::Compose3DVectorImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DVector< TInputImage::PixelType > >.
Definition at line 89 of file itkCompose3DVectorImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 111 of file itkCompose3DVectorImageFilter.h.
|
inlineprotectedvirtual |
End concept checking
Definition at line 112 of file itkCompose3DVectorImageFilter.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::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DVector< TInputImage::PixelType > >.
|
virtual |
Runtime information support.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DVector< TInputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DVector< TInputImage::PixelType > >.
|
private |
End concept checking
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::Compose3DVector< TInputImage::PixelType > >.
itk::Compose3DVectorImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< typename TInputImage::PixelType > | ) |
Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename TInputImage::PixelType > )