ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::PathToPathFilter< TInputPath, TOutputPath > Class Template Reference

Base class for filters that take a path as input and produce a path as output. More...

#include <itkPathToPathFilter.h>

Inheritance diagram for itk::PathToPathFilter< TInputPath, TOutputPath >:
Collaboration diagram for itk::PathToPathFilter< TInputPath, TOutputPath >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef InputPathType::ConstPointer InputPathConstPointer
typedef InputPathType::Pointer InputPathPointer
typedef TInputPath InputPathType
typedef SmartPointer< SelfPointer
typedef PathToPathFilter Self
typedef PathSource< TOutputPath > Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
const InputPathTypeGetInput (void)
const InputPathTypeGetInput (unsigned int idx)
virtual const char * GetNameOfClass () const
virtual void SetInput (const InputPathType *path)
virtual void SetInput (unsigned int, const TInputPath *path)

Static Public Member Functions

static Pointer New ()

Protected Member Functions

virtual void GenerateInputRequestedRegion ()
 PathToPathFilter ()
virtual void PrintSelf (std::ostream &os, Indent indent) const
 ~PathToPathFilter ()

Private Member Functions

void operator= (const Self &)
 PathToPathFilter (const Self &)

Detailed Description

template<class TInputPath, class TOutputPath>
class itk::PathToPathFilter< TInputPath, TOutputPath >

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.


Member Typedef Documentation

template<class TInputPath, class TOutputPath>
typedef SmartPointer< const Self > itk::PathToPathFilter< TInputPath, TOutputPath >::ConstPointer
template<class TInputPath, class TOutputPath>
typedef InputPathType::ConstPointer itk::PathToPathFilter< TInputPath, TOutputPath >::InputPathConstPointer
template<class TInputPath, class TOutputPath>
typedef InputPathType::Pointer itk::PathToPathFilter< TInputPath, TOutputPath >::InputPathPointer
template<class TInputPath, class TOutputPath>
typedef TInputPath itk::PathToPathFilter< TInputPath, TOutputPath >::InputPathType
template<class TInputPath, class TOutputPath>
typedef SmartPointer< Self > itk::PathToPathFilter< TInputPath, TOutputPath >::Pointer
template<class TInputPath, class TOutputPath>
typedef PathToPathFilter itk::PathToPathFilter< TInputPath, TOutputPath >::Self
template<class TInputPath, class TOutputPath>
typedef PathSource< TOutputPath > itk::PathToPathFilter< TInputPath, TOutputPath >::Superclass

Constructor & Destructor Documentation

template<class TInputPath, class TOutputPath>
itk::PathToPathFilter< TInputPath, TOutputPath >::PathToPathFilter ( ) [protected]
template<class TInputPath, class TOutputPath>
itk::PathToPathFilter< TInputPath, TOutputPath >::~PathToPathFilter ( ) [inline, protected]

Definition at line 69 of file itkPathToPathFilter.h.

template<class TInputPath, class TOutputPath>
itk::PathToPathFilter< TInputPath, TOutputPath >::PathToPathFilter ( const Self ) [private]

Member Function Documentation

template<class TInputPath, class TOutputPath>
virtual::itk::LightObject::Pointer itk::PathToPathFilter< TInputPath, TOutputPath >::CreateAnother ( void  ) const [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 >.

Reimplemented in itk::ChainCodeToFourierSeriesPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >, itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >, itk::PathAndImageToPathFilter< TInputPath, TInputImage, TOutputPath >, itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >, and itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >.

template<class TInputPath, class TOutputPath>
virtual void itk::PathToPathFilter< TInputPath, TOutputPath >::GenerateInputRequestedRegion ( ) [protected, virtual]

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.

See also:
ProcessObject::GenerateInputRequestedRegion()

Reimplemented from itk::ProcessObject.

Reimplemented in itk::PathAndImageToPathFilter< TInputPath, TInputImage, TOutputPath >, and itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >.

template<class TInputPath, class TOutputPath>
const InputPathType* itk::PathToPathFilter< TInputPath, TOutputPath >::GetInput ( void  )
template<class TInputPath, class TOutputPath>
const InputPathType* itk::PathToPathFilter< TInputPath, TOutputPath >::GetInput ( unsigned int  idx)
template<class TInputPath, class TOutputPath>
virtual const char* itk::PathToPathFilter< TInputPath, TOutputPath >::GetNameOfClass ( ) const [virtual]
template<class TInputPath, class TOutputPath>
static Pointer itk::PathToPathFilter< TInputPath, TOutputPath >::New ( ) [static]
template<class TInputPath, class TOutputPath>
void itk::PathToPathFilter< TInputPath, TOutputPath >::operator= ( const Self ) [private]
template<class TInputPath, class TOutputPath>
virtual void itk::PathToPathFilter< TInputPath, TOutputPath >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]
template<class TInputPath, class TOutputPath>
virtual void itk::PathToPathFilter< TInputPath, TOutputPath >::SetInput ( unsigned  int,
const TInputPath *  path 
) [virtual]
template<class TInputPath, class TOutputPath>
virtual void itk::PathToPathFilter< TInputPath, TOutputPath >::SetInput ( const InputPathType path) [virtual]

The documentation for this class was generated from the following file: