Go to the documentation of this file.
18 #ifndef __itkImageToVectorContainerFilter_h
19 #define __itkImageToVectorContainerFilter_h
32 template<
class TInputImage,
class TOutputVectorContainer >
177 void PrintSelf( std::ostream & os, Indent indent )
const;
190 #ifndef ITK_MANUAL_INSTANTIATION
191 #include "itkImageToVectorContainerFilter.hxx"
194 #endif // end #ifndef __itkImageToVectorContainerFilter_h
Superclass::OutputVectorContainerType OutputVectorContainerType
virtual unsigned int SplitRequestedRegion(const ThreadIdType &threadId, const ThreadIdType &numberOfSplits, InputImageRegionType &splitRegion)
Superclass::DataObjectPointer DataObjectPointer
DataObject::Pointer MakeOutput(unsigned int idx)
ImageToVectorContainerFilter(const Self &)
InputImageType::ConstPointer InputImageConstPointer
static ITK_THREAD_RETURN_TYPE ThreaderCallback(void *arg)
Base class that takes in an image and pops out a vector container.
void operator=(const Self &)
InputImageType::RegionType InputImageRegionType
void PrintSelf(std::ostream &os, Indent indent) const
const InputImageType * GetInput(unsigned int idx)
const InputImageType * GetInput(void)
ImageToVectorContainerFilter Self
void SetInput(unsigned int idx, const InputImageType *input)
virtual ~ImageToVectorContainerFilter()
TInputImage InputImageType
OutputVectorContainerType * GetOutput(void)
InputImageType::PixelType InputImagePixelType
virtual void AfterThreadedGenerateData(void)
SmartPointer< const Self > ConstPointer
Superclass::DataObjectPointer DataObjectPointer
virtual void GenerateData(void)
virtual void BeforeThreadedGenerateData(void)
virtual void ThreadedGenerateData(const InputImageRegionType &inputRegionForThread, ThreadIdType threadId)
SmartPointer< Self > Pointer
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
A base class for creating an ImageToVectorContainerFilter.
void SetInput(const InputImageType *input)
InputImageType::Pointer InputImagePointer
VectorContainerSource< TOutputVectorContainer > Superclass
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
ImageToVectorContainerFilter()
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|