ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageToPathFilter.h>
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.
This code was contributed in the Insight Journal paper: "ContourExtractor2DImageFilter: A subpixel-precision image isocontour extraction filter." by Pincus Z. http://hdl.handle.net/1926/165 http://www.insight-journal.org/browse/publication/72
Definition at line 43 of file itkImageToPathFilter.h.
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Private Member Functions | |
ImageToPathFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::PathSource< TOutputPath > | |
static Pointer | New () |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::ImageToPathFilter< TInputImage, TOutputPath >::ConstPointer |
Definition at line 50 of file itkImageToPathFilter.h.
typedef InputImageType::ConstPointer itk::ImageToPathFilter< TInputImage, TOutputPath >::InputImageConstPointer |
Definition at line 58 of file itkImageToPathFilter.h.
typedef InputImageType::PixelType itk::ImageToPathFilter< TInputImage, TOutputPath >::InputImagePixelType |
Definition at line 60 of file itkImageToPathFilter.h.
typedef InputImageType::Pointer itk::ImageToPathFilter< TInputImage, TOutputPath >::InputImagePointer |
Definition at line 57 of file itkImageToPathFilter.h.
typedef InputImageType::RegionType itk::ImageToPathFilter< TInputImage, TOutputPath >::InputImageRegionType |
Definition at line 59 of file itkImageToPathFilter.h.
typedef TInputImage itk::ImageToPathFilter< TInputImage, TOutputPath >::InputImageType |
Some convenient typedefs.
Definition at line 53 of file itkImageToPathFilter.h.
typedef SmartPointer< Self > itk::ImageToPathFilter< TInputImage, TOutputPath >::Pointer |
Definition at line 49 of file itkImageToPathFilter.h.
typedef ImageToPathFilter itk::ImageToPathFilter< TInputImage, TOutputPath >::Self |
Standard class typedefs.
Definition at line 47 of file itkImageToPathFilter.h.
typedef PathSource< TOutputPath > itk::ImageToPathFilter< TInputImage, TOutputPath >::Superclass |
Definition at line 48 of file itkImageToPathFilter.h.
|
protected |
|
protected |
|
private |
const InputImageType* itk::ImageToPathFilter< TInputImage, TOutputPath >::GetInput | ( | void | ) |
const InputImageType* itk::ImageToPathFilter< TInputImage, TOutputPath >::GetInput | ( | unsigned int | idx | ) |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::PathSource< TOutputPath >.
Reimplemented in itk::ContourExtractor2DImageFilter< TInputImage >.
|
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::PathSource< TOutputPath >.
Reimplemented in itk::ContourExtractor2DImageFilter< TInputImage >.
|
virtual |
|
virtual |
|
static |
ImageDimension constants
Definition at line 64 of file itkImageToPathFilter.h.