ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkPathToPathFilter.h>
Base class for filters that take a path as input and produce a path as output.
PathToPathFilter is the base class for all process objects that output path data and require path data as input. Specifically, this class defines the SetInput() method for defining the input to a filter.
Definition at line 37 of file itkPathToPathFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::PathSource< TOutputPath > | |
static Pointer | New () |
Private Member Functions | |
void | operator= (const Self &) |
PathToPathFilter (const Self &) | |
Additional Inherited Members | |
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::PathToPathFilter< TInputPath, TOutputPath >::ConstPointer |
Definition at line 44 of file itkPathToPathFilter.h.
typedef InputPathType::ConstPointer itk::PathToPathFilter< TInputPath, TOutputPath >::InputPathConstPointer |
Definition at line 55 of file itkPathToPathFilter.h.
typedef InputPathType::Pointer itk::PathToPathFilter< TInputPath, TOutputPath >::InputPathPointer |
Definition at line 54 of file itkPathToPathFilter.h.
typedef TInputPath itk::PathToPathFilter< TInputPath, TOutputPath >::InputPathType |
Some convenient typedefs.
Definition at line 50 of file itkPathToPathFilter.h.
typedef SmartPointer< Self > itk::PathToPathFilter< TInputPath, TOutputPath >::Pointer |
Definition at line 43 of file itkPathToPathFilter.h.
typedef PathToPathFilter itk::PathToPathFilter< TInputPath, TOutputPath >::Self |
Standard class typedefs.
Definition at line 41 of file itkPathToPathFilter.h.
typedef PathSource< TOutputPath > itk::PathToPathFilter< TInputPath, TOutputPath >::Superclass |
Definition at line 42 of file itkPathToPathFilter.h.
|
protected |
|
inlineprotected |
Definition at line 69 of file itkPathToPathFilter.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::PathSource< TOutputPath >.
|
protectedvirtual |
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::ProcessObject.
Reimplemented in itk::PathAndImageToPathFilter< TInputPath, TInputImage, TOutputPath >, and itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >.
const InputPathType* itk::PathToPathFilter< TInputPath, TOutputPath >::GetInput | ( | void | ) |
const InputPathType* itk::PathToPathFilter< TInputPath, TOutputPath >::GetInput | ( | unsigned int | idx | ) |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::PathSource< TOutputPath >.
Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >, itk::ChainCodeToFourierSeriesPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >, itk::PathAndImageToPathFilter< TInputPath, TInputImage, TOutputPath >, itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >, and itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >.
|
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::PathSource< TOutputPath >.
Reimplemented in itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >, itk::PathAndImageToPathFilter< TInputPath, TInputImage, TOutputPath >, itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >, itk::ChainCodeToFourierSeriesPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >, and itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >.
|
virtual |
|
virtual |