ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage > Class Template Reference

#include <itkImageAndPathToImageFilter.h>

+ Inheritance diagram for itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >:
+ Collaboration diagram for itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef InputImageType::PixelType InputImagePixelType
typedef
InputImageType::ConstPointer 
InputImagePointer
typedef InputImageType::RegionType InputImageRegionType
typedef TInputImage InputImageType
typedef InputPathType::ConstPointer InputPathConstPointer
typedef InputPathType::IndexType InputPathIndexType
typedef InputPathType::InputType InputPathInputType
typedef InputPathType::OffsetType InputPathOffsetType
typedef InputPathType::OutputType InputPathOutputType
typedef InputPathType::Pointer InputPathPointer
typedef TInputPath InputPathType
typedef OutputImageType::PixelType OutputImagePixelType
typedef OutputImageType::Pointer OutputImagePointer
typedef OutputImageType::RegionType OutputImageRegionType
typedef TOutputImage OutputImageType
typedef SmartPointer< SelfPointer
typedef ImageAndPathToImageFilter Self
typedef ImageToImageFilter
< TInputImage, TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
const InputImageTypeGetImageInput (void)
virtual const char * GetNameOfClass () const
const InputPathTypeGetPathInput (void)
virtual void SetImageInput (const TInputImage *image)
virtual void SetPathInput (const TInputPath *path)

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int InputImageDimension = TInputImage::ImageDimension
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension

Protected Member Functions

 ImageAndPathToImageFilter ()
virtual void PrintSelf (std::ostream &os, Indent indent) const
virtual ~ImageAndPathToImageFilter ()

Private Member Functions

 ImageAndPathToImageFilter (const Self &)
void operator= (const Self &)

Detailed Description

template<class TInputImage, class TInputPath, class TOutputImage>
class itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >

Base class for filters that take both a path and an image as input and produce a path as output.

This class is the base class for filters that take both an image and a path as input and produce an image as output. Specifically, this class defines the methods SetPathInput() and SetImageInput(). (It also establishes the precedent of having image inputs preceed path inputs for functions producing images as outputs, according to the underlying DataObject implementation.)

Definition at line 39 of file itkImageAndPathToImageFilter.h.


Member Typedef Documentation

template<class TInputImage, class TInputPath, class TOutputImage>
typedef SmartPointer< const Self > itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::ConstPointer
template<class TInputImage, class TInputPath, class TOutputImage>
typedef InputImageType::PixelType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputImagePixelType
template<class TInputImage, class TInputPath, class TOutputImage>
typedef InputImageType::ConstPointer itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputImagePointer
template<class TInputImage, class TInputPath, class TOutputImage>
typedef InputImageType::RegionType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputImageRegionType
template<class TInputImage, class TInputPath, class TOutputImage>
typedef TInputImage itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputImageType

Some convenient typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 53 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
typedef InputPathType::ConstPointer itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathConstPointer

Definition at line 62 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
typedef InputPathType::IndexType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathIndexType

Definition at line 65 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
typedef InputPathType::InputType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathInputType

Definition at line 63 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
typedef InputPathType::OffsetType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathOffsetType

Definition at line 66 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
typedef InputPathType::OutputType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathOutputType

Definition at line 64 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
typedef InputPathType::Pointer itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathPointer

Definition at line 61 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
typedef TInputPath itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathType

Definition at line 60 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
typedef OutputImageType::PixelType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::OutputImagePixelType
template<class TInputImage, class TInputPath, class TOutputImage>
typedef OutputImageType::Pointer itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::OutputImagePointer

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 68 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
typedef OutputImageType::RegionType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::OutputImageRegionType

Superclass typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 69 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
typedef TOutputImage itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::OutputImageType

Some convenient typedefs.

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 67 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
typedef SmartPointer< Self > itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::Pointer
template<class TInputImage, class TInputPath, class TOutputImage>
typedef ImageAndPathToImageFilter itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::Self

Standard class typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >.

Definition at line 44 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage, class TInputPath, class TOutputImage>
itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::ImageAndPathToImageFilter ( ) [protected]
template<class TInputImage, class TInputPath, class TOutputImage>
virtual itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::~ImageAndPathToImageFilter ( ) [inline, protected, virtual]

Definition at line 91 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::ImageAndPathToImageFilter ( const Self ) [private]

Member Function Documentation

template<class TInputImage, class TInputPath, class TOutputImage>
virtual::itk::LightObject::Pointer itk::ImageAndPathToImageFilter< TInputImage, TInputPath, 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::Object.

Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >.

template<class TInputImage, class TInputPath, class TOutputImage>
const InputImageType* itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::GetImageInput ( void  )
template<class TInputImage, class TInputPath, class TOutputImage>
virtual const char* itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >.

template<class TInputImage, class TInputPath, class TOutputImage>
const InputPathType* itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::GetPathInput ( void  )
template<class TInputImage, class TInputPath, class TOutputImage>
static Pointer itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >.

template<class TInputImage, class TInputPath, class TOutputImage>
void itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::operator= ( const Self ) [private]

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >.

template<class TInputImage, class TInputPath, class TOutputImage>
virtual void itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >.

template<class TInputImage, class TInputPath, class TOutputImage>
virtual void itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::SetImageInput ( const TInputImage *  image) [virtual]

Set/Get the image input of this process object.

template<class TInputImage, class TInputPath, class TOutputImage>
virtual void itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::SetPathInput ( const TInputPath *  path) [virtual]

Set/Get the path input of this process object.


Member Data Documentation

template<class TInputImage, class TInputPath, class TOutputImage>
const unsigned int itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputImageDimension = TInputImage::ImageDimension [static]

ImageDimension constants

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 74 of file itkImageAndPathToImageFilter.h.

template<class TInputImage, class TInputPath, class TOutputImage>
const unsigned int itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::OutputImageDimension = TOutputImage::ImageDimension [static]

ImageDimension constants

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 76 of file itkImageAndPathToImageFilter.h.


The documentation for this class was generated from the following file: