ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageAndPathToImageFilter.h>
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.
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 SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource< TOutputImage > | Superclass |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
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 const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
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 |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::ConstPointer |
Definition at line 47 of file itkImageAndPathToImageFilter.h.
typedef InputImageType::PixelType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputImagePixelType |
Definition at line 59 of file itkImageAndPathToImageFilter.h.
typedef InputImageType::ConstPointer itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputImagePointer |
Definition at line 57 of file itkImageAndPathToImageFilter.h.
typedef InputImageType::RegionType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputImageRegionType |
Definition at line 58 of file itkImageAndPathToImageFilter.h.
typedef TInputImage itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::InputImageType |
Some convenient typedefs.
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 |
Definition at line 70 of file itkImageAndPathToImageFilter.h.
typedef OutputImageType::Pointer itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::OutputImagePointer |
Definition at line 68 of file itkImageAndPathToImageFilter.h.
typedef OutputImageType::RegionType itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::OutputImageRegionType |
Definition at line 69 of file itkImageAndPathToImageFilter.h.
typedef TOutputImage itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::OutputImageType |
Definition at line 67 of file itkImageAndPathToImageFilter.h.
typedef SmartPointer< Self > itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::Pointer |
Definition at line 46 of file itkImageAndPathToImageFilter.h.
typedef ImageAndPathToImageFilter itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::Self |
Standard class typedefs.
Definition at line 44 of file itkImageAndPathToImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::Superclass |
Definition at line 45 of file itkImageAndPathToImageFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 93 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.
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 >.
|
protected |
|
protected |
const InputPathType* itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >::GetPathInput | ( | void | ) |
|
static |
Method for creation through the object factory.
|
private |
|
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
Definition at line 74 of file itkImageAndPathToImageFilter.h.
|
static |
ImageDimension constants
Definition at line 76 of file itkImageAndPathToImageFilter.h.