18 #ifndef __itkPathAndImageToPathFilter_h
19 #define __itkPathAndImageToPathFilter_h
37 template<
typename TInputPath,
typename TInputImage,
typename TOutputPath >
75 TInputImage::ImageDimension);
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "itkPathAndImageToPathFilter.hxx"
Light weight base class for most itk classes.
Represent the offset between two n-dimensional indexes in a n-dimensional image.
OutputPathType::IndexType OutputPathIndexType
PathToPathFilter< TInputPath, TOutputPath > Superclass
virtual void PrintSelf(std::ostream &os, Indent indent) const
InputPathType::OutputType InputPathOutputType
Superclass::OutputType OutputType
virtual void SetImageInput(const TInputImage *image)
TInputImage InputImageType
Base class for filters that take both a path and an image as input and produce a path as output...
OutputPathType::InputType OutputPathInputType
PathAndImageToPathFilter Self
InputPathType::OffsetType InputPathOffsetType
InputPathType::InputType InputPathInputType
Superclass::InputType InputType
InputPathType::Pointer InputPathPointer
InputPathType::ConstPointer InputPathConstPointer
TOutputPath OutputPathType
virtual void SetPathInput(const TInputPath *path)
OutputPathType::OutputType OutputPathOutputType
PathAndImageToPathFilter()
const InputImageType * GetImageInput(void)
Base class for filters that take a path as input and produce a path as output.
static const unsigned int InputImageDimension
OutputPathType::Pointer OutputPathPointer
InputImageType::ConstPointer InputImagePointer
OutputPathType::OffsetType OutputPathOffsetType
SmartPointer< const Self > ConstPointer
virtual void GenerateInputRequestedRegion()
virtual ~PathAndImageToPathFilter()
Control indentation during Print() invocation.
InputPathType::IndexType InputPathIndexType
InputImageType::PixelType InputImagePixelType
Represent a n-dimensional index in a n-dimensional image.
InputImageType::RegionType InputImageRegionType
void operator=(const Self &)
SmartPointer< Self > Pointer
const InputPathType * GetPathInput(void)