Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Base class for filters that take an image as input and produce an path as output. More...
#include <itkImageToPathFilter.h>
Public Types | |
typedef ImageToPathFilter | Self |
typedef PathSource< TOutputPath > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::PixelType | InputImagePixelType |
Public Member Functions | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
virtual void | SetInput (const InputImageType *image) |
virtual void | SetInput (unsigned int, const TInputImage *image) |
const InputImageType * | GetInput (void) |
const InputImageType * | GetInput (unsigned int idx) |
Protected Member Functions | |
ImageToPathFilter () | |
~ImageToPathFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Base class for filters that take an image as input and produce an path as output.
ImageToPathFilter is the base class for all process objects that output path data and require image data as input. Specifically, this class defines the SetInput() method for defining the input to a filter.
Definition at line 40 of file itkImageToPathFilter.h.
typedef SmartPointer<const Self> itk::ImageToPathFilter< TInputImage, TOutputPath >::ConstPointer |
Definition at line 47 of file itkImageToPathFilter.h.
typedef InputImageType::ConstPointer itk::ImageToPathFilter< TInputImage, TOutputPath >::InputImageConstPointer |
Definition at line 55 of file itkImageToPathFilter.h.
typedef InputImageType::PixelType itk::ImageToPathFilter< TInputImage, TOutputPath >::InputImagePixelType |
Definition at line 57 of file itkImageToPathFilter.h.
typedef InputImageType::Pointer itk::ImageToPathFilter< TInputImage, TOutputPath >::InputImagePointer |
Definition at line 54 of file itkImageToPathFilter.h.
typedef InputImageType::RegionType itk::ImageToPathFilter< TInputImage, TOutputPath >::InputImageRegionType |
Definition at line 56 of file itkImageToPathFilter.h.
typedef TInputImage itk::ImageToPathFilter< TInputImage, TOutputPath >::InputImageType |
Some convenient typedefs.
Definition at line 50 of file itkImageToPathFilter.h.
typedef SmartPointer<Self> itk::ImageToPathFilter< TInputImage, TOutputPath >::Pointer |
Definition at line 46 of file itkImageToPathFilter.h.
typedef ImageToPathFilter itk::ImageToPathFilter< TInputImage, TOutputPath >::Self |
Standard class typedefs.
Definition at line 44 of file itkImageToPathFilter.h.
typedef PathSource<TOutputPath> itk::ImageToPathFilter< TInputImage, TOutputPath >::Superclass |
Definition at line 45 of file itkImageToPathFilter.h.
|
protected |
|
protected |
|
virtual |
Run-time type information (and related methods).
Reimplemented in itk::ContourExtractor2DImageFilter< TInputImage >.
const InputImageType* itk::ImageToPathFilter< TInputImage, TOutputPath >::GetInput | ( | void | ) |
const InputImageType* itk::ImageToPathFilter< TInputImage, TOutputPath >::GetInput | ( | unsigned int | idx | ) |
itk::ImageToPathFilter< TInputImage, TOutputPath >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned | int, | ||
TInputImage::ImageDimension | |||
) |
ImageDimension constants
|
protectedvirtual |
Reimplemented in itk::ContourExtractor2DImageFilter< TInputImage >.
|
virtual |
|
virtual |