ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageAndPathToImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
typedef ImageAndPathToImageFilter | Self |
typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef InputImageType::ConstPointer | InputImageConstPointer |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
ImageAndPathToImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
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 precede path inputs for functions producing images as outputs, according to the underlying DataObject implementation.)
Definition at line 39 of file itkImageAndPathToImageFilter.h.
typedef SmartPointer< const Self > itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >.
Definition at line 47 of file itkImageAndPathToImageFilter.h.
typedef InputImageType::PixelType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputImagePixelType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 59 of file itkImageAndPathToImageFilter.h.
typedef InputImageType::ConstPointer itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputImagePointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 57 of file itkImageAndPathToImageFilter.h.
typedef InputImageType::RegionType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputImageRegionType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 58 of file itkImageAndPathToImageFilter.h.
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.
typedef InputPathType::ConstPointer itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathConstPointer |
Definition at line 62 of file itkImageAndPathToImageFilter.h.
typedef InputPathType::IndexType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathIndexType |
Definition at line 65 of file itkImageAndPathToImageFilter.h.
typedef InputPathType::InputType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathInputType |
Definition at line 63 of file itkImageAndPathToImageFilter.h.
typedef InputPathType::OffsetType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathOffsetType |
Definition at line 66 of file itkImageAndPathToImageFilter.h.
typedef InputPathType::OutputType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathOutputType |
Definition at line 64 of file itkImageAndPathToImageFilter.h.
typedef InputPathType::Pointer itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathPointer |
Definition at line 61 of file itkImageAndPathToImageFilter.h.
typedef TInputPath itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputPathType |
Definition at line 60 of file itkImageAndPathToImageFilter.h.
typedef OutputImageType::PixelType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::OutputImagePixelType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 70 of file itkImageAndPathToImageFilter.h.
typedef OutputImageType::Pointer itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::OutputImagePointer |
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 68 of file itkImageAndPathToImageFilter.h.
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.
typedef TOutputImage itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 67 of file itkImageAndPathToImageFilter.h.
typedef SmartPointer< Self > itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >.
Definition at line 46 of file itkImageAndPathToImageFilter.h.
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.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >.
Definition at line 45 of file itkImageAndPathToImageFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 91 of file itkImageAndPathToImageFilter.h.
|
private |
|
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 >.
const InputImageType* itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::GetImageInput | ( | void | ) |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >.
const InputPathType* itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::GetPathInput | ( | void | ) |
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
Reimplemented in itk::ExtractOrthogonalSwath2DImageFilter< TImage >.
|
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 >.
|
protectedvirtual |
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 >.
|
virtual |
Set/Get the image input of this process object.
|
virtual |
Set/Get the path input of this process object.
|
static |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 74 of file itkImageAndPathToImageFilter.h.
|
static |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 76 of file itkImageAndPathToImageFilter.h.