#include <itkPathAndImageToPathFilter.h>
Inheritance diagram for itk::PathAndImageToPathFilter< TInputPath, TInputImage, TOutputPath >:
Public Types | |
typedef PathAndImageToPathFilter | Self |
typedef PathToPathFilter< TInputPath, TOutputPath > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
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 TInputImage | InputImageType |
typedef InputImageType::ConstPointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef TOutputPath | OutputPathType |
typedef OutputPathType::Pointer | OutputPathPointer |
typedef OutputPathType::InputType | OutputPathInputType |
typedef OutputPathType::OutputType | OutputPathOutputType |
typedef OutputPathType::IndexType | OutputPathIndexType |
typedef OutputPathType::OffsetType | OutputPathOffsetType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
virtual void | SetPathInput (const TInputPath *path) |
const InputPathType * | GetPathInput (void) |
virtual void | SetImageInput (const TInputImage *image) |
const InputImageType * | GetImageInput (void) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
PathAndImageToPathFilter () | |
virtual | ~PathAndImageToPathFilter () |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | GenerateInputRequestedRegion () |
This class is the base class for filters that take both a path and an image as input and produce a path as output. Specifically, this class defines the methods SetPathInput() and SetImageInput(). (It also establishes the precedent of having path inputs preceed image inputs for functions producing paths as outputs, according to the underlying DataObject implementation.)
Definition at line 37 of file itkPathAndImageToPathFilter.h.
|
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputPath >. Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. Definition at line 45 of file itkPathAndImageToPathFilter.h. |
|
Definition at line 64 of file itkPathAndImageToPathFilter.h. |
|
Definition at line 62 of file itkPathAndImageToPathFilter.h. |
|
Definition at line 63 of file itkPathAndImageToPathFilter.h. |
|
Definition at line 61 of file itkPathAndImageToPathFilter.h. |
|
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputPath >. Definition at line 56 of file itkPathAndImageToPathFilter.h. |
|
Definition at line 59 of file itkPathAndImageToPathFilter.h. |
|
Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. Definition at line 57 of file itkPathAndImageToPathFilter.h. |
|
Definition at line 60 of file itkPathAndImageToPathFilter.h. |
|
Definition at line 58 of file itkPathAndImageToPathFilter.h. |
|
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputPath >. Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. Definition at line 55 of file itkPathAndImageToPathFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::PathToPathFilter< TInputPath, TOutputPath >. Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. Definition at line 54 of file itkPathAndImageToPathFilter.h. |
|
Reimplemented from itk::PathSource< TOutputPath >. Definition at line 69 of file itkPathAndImageToPathFilter.h. |
|
Reimplemented from itk::PathSource< TOutputPath >. Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. Definition at line 67 of file itkPathAndImageToPathFilter.h. |
|
Reimplemented from itk::PathSource< TOutputPath >. Definition at line 70 of file itkPathAndImageToPathFilter.h. |
|
Reimplemented from itk::PathSource< TOutputPath >. Definition at line 68 of file itkPathAndImageToPathFilter.h. |
|
Reimplemented from itk::PathSource< TOutputPath >. Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. Definition at line 66 of file itkPathAndImageToPathFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::PathSource< TOutputPath >. Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. Definition at line 65 of file itkPathAndImageToPathFilter.h. |
|
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputPath >. Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. Definition at line 44 of file itkPathAndImageToPathFilter.h. |
|
Standard class typedefs. Reimplemented from itk::PathToPathFilter< TInputPath, TOutputPath >. Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. Definition at line 42 of file itkPathAndImageToPathFilter.h. |
|
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputPath >. Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. Definition at line 43 of file itkPathAndImageToPathFilter.h. |
|
|
|
Definition at line 88 of file itkPathAndImageToPathFilter.h. |
|
What is the input requested region that is required to produce the output requested region? Up till and including now, the base assumption is that the largest possible region will be requested of the input. If this method is overridden, the new method should call its superclass' implementation as its first step.
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputPath >. |
|
Set/Get the image input of this process object. |
|
Run-time type information (and related methods). Reimplemented from itk::PathToPathFilter< TInputPath, TOutputPath >. Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. |
|
Set/Get the path input of this process object. |
|
ImageDimension constants |
|
Method for creation through the object factory. Reimplemented from itk::PathToPathFilter< TInputPath, TOutputPath >. Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. |
|
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::PathToPathFilter< TInputPath, TOutputPath >. Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >. |
|
Set/Get the image input of this process object. |
|
Set/Get the path input of this process object. |