15 #ifndef __ImageToVectorContainerFilter_h
16 #define __ImageToVectorContainerFilter_h
30 template <
class TInputImage,
class TOutputVectorContainer >
62 DataObject::Pointer
MakeOutput(
unsigned int idx);
90 void PrintSelf( std::ostream& os, Indent indent )
const;
104 #ifndef ITK_MANUAL_INSTANTIATION
105 #include "itkImageToVectorContainerFilter.txx"
108 #endif // end #ifndef __ImageToVectorContainerFilter_h
OutputVectorContainerType * GetOutput(void)
const InputImageType * GetInput(void)
ImageToVectorContainerFilter Self
virtual ~ImageToVectorContainerFilter()
VectorContainerSource< TOutputVectorContainer > Superclass
void PrintSelf(std::ostream &os, Indent indent) const
ImageToVectorContainerFilter()
A base class for creating an ImageToVectorContainerFilter.
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
void SetInput(unsigned int idx, const InputImageType *input)
Superclass::OutputVectorContainerType OutputVectorContainerType
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
InputImageType::ConstPointer InputImageConstPointer
InputImageType::Pointer InputImagePointer
void operator=(const Self &)
SmartPointer< Self > Pointer
OutputVectorContainerType::Pointer OutputVectorContainerPointer
Superclass::DataObjectPointer DataObjectPointer
DataObject::Pointer MakeOutput(unsigned int idx)
Base class that takes in an image and pops out a vector container.
InputImageType::PixelType InputImagePixelType
InputImageType::RegionType InputImageRegionType
SmartPointer< const Self > ConstPointer
Superclass::DataObjectPointer DataObjectPointer
TInputImage InputImageType