#include <itkImageAndPathToImageFilter.h>
Inheritance diagram for itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >:
Public Types | |
typedef ImageAndPathToImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::ConstPointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef TInputPath | InputPathType |
typedef InputPathType::Pointer | InputPathPointer |
typedef InputPathType::ConstPointer | InputPathConstPointer |
typedef InputPathType::InputType | InputPathInputType |
typedef InputPathType::OutputType | InputPathOutputType |
typedef InputPathType::IndexType | InputPathIndexType |
typedef InputPathType::OffsetType | InputPathOffsetType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef OutputImageType::PixelType | OutputImagePixelType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension) | |
virtual void | SetImageInput (const TInputImage *image) |
const InputImageType * | GetImageInput (void) |
virtual void | SetPathInput (const TInputPath *path) |
const InputPathType * | GetPathInput (void) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
ImageAndPathToImageFilter () | |
virtual | ~ImageAndPathToImageFilter () |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
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 38 of file itkImageAndPathToImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >. Definition at line 46 of file itkImageAndPathToImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 58 of file itkImageAndPathToImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 56 of file itkImageAndPathToImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 57 of file itkImageAndPathToImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 55 of file itkImageAndPathToImageFilter.h. |
|
Definition at line 61 of file itkImageAndPathToImageFilter.h. |
|
Definition at line 64 of file itkImageAndPathToImageFilter.h. |
|
Definition at line 62 of file itkImageAndPathToImageFilter.h. |
|
Definition at line 65 of file itkImageAndPathToImageFilter.h. |
|
Definition at line 63 of file itkImageAndPathToImageFilter.h. |
|
Definition at line 60 of file itkImageAndPathToImageFilter.h. |
|
Definition at line 59 of file itkImageAndPathToImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 69 of file itkImageAndPathToImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 67 of file itkImageAndPathToImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 68 of file itkImageAndPathToImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 66 of file itkImageAndPathToImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >. Definition at line 45 of file itkImageAndPathToImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >. Definition at line 43 of file itkImageAndPathToImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >. Definition at line 44 of file itkImageAndPathToImageFilter.h. |
|
|
|
Definition at line 90 of file itkImageAndPathToImageFilter.h. |
|
Set/Get the image input of this process object. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >. |
|
Set/Get the path input of this process object. |
|
ImageDimension constants Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
ImageDimension constants Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Method for creation through the object factory. Reimplemented from itk::Object. Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >. |
|
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 >. |
|
Set/Get the image input of this process object. |
|
Set/Get the path input of this process object. |