14 #ifndef __itkImageToVectorContainerFilter_h
15 #define __itkImageToVectorContainerFilter_h
28 template<
class TInputImage,
class TOutputVectorContainer >
59 DataObject::Pointer
MakeOutput(
unsigned int idx );
173 void PrintSelf( std::ostream & os, Indent indent )
const;
186 #ifndef ITK_MANUAL_INSTANTIATION
187 #include "itkImageToVectorContainerFilter.hxx"
190 #endif // end #ifndef __itkImageToVectorContainerFilter_h
OutputVectorContainerType * GetOutput(void)
virtual void ThreadedGenerateData(const InputImageRegionType &inputRegionForThread, ThreadIdType threadId)
const InputImageType * GetInput(void)
virtual void AfterThreadedGenerateData(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.
SmartPointer< const Self > ConstPointer
InputImageType::ConstPointer InputImageConstPointer
virtual void BeforeThreadedGenerateData(void)
virtual unsigned int SplitRequestedRegion(const ThreadIdType &threadId, const ThreadIdType &numberOfSplits, InputImageRegionType &splitRegion)
InputImageType::Pointer InputImagePointer
void operator=(const Self &)
static ITK_THREAD_RETURN_TYPE ThreaderCallback(void *arg)
OutputVectorContainerType::Pointer OutputVectorContainerPointer
virtual void GenerateData(void)
Superclass::DataObjectPointer DataObjectPointer
DataObject::Pointer MakeOutput(unsigned int idx)
Base class that takes in an image and pops out a vector container.
SmartPointer< Self > Pointer
InputImageType::PixelType InputImagePixelType
InputImageType::RegionType InputImageRegionType
Superclass::DataObjectPointer DataObjectPointer
TInputImage InputImageType