18 #ifndef __itkLabelImageToLabelMapFilter_h
19 #define __itkLabelImageToLabelMapFilter_h
47 template<
typename TInputImage,
typename TOutputImage =
48 LabelMap< LabelObject<
typename TInputImage::PixelType,
49 TInputImage::ImageDimension > > >
67 typedef typename InputImageType::IndexType
IndexType;
78 TInputImage::ImageDimension);
80 TOutputImage::ImageDimension);
98 #ifdef ITK_USE_CONCEPT_CHECKING
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkLabelImageToLabelMapFilter.hxx"
InputImageType::Pointer InputImagePointer
OutputImagePixelType m_BackgroundValue
std::vector< OutputImagePointer > m_TemporaryImages
SmartPointer< const Self > ConstPointer
convert a labeled image to a label collection image
OutputImageType::Pointer OutputImagePointer
OutputImageType::ConstPointer OutputImageConstPointer
InputImageType::IndexType IndexType
virtual void BeforeThreadedGenerateData()
InputImageType::RegionType InputImageRegionType
Base class for all process objects that output image data.
OutputImageType::PixelType OutputImagePixelType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
~LabelImageToLabelMapFilter()
void GenerateInputRequestedRegion()
LabelObjectType::LengthType LengthType
virtual void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
virtual void AfterThreadedGenerateData()
void operator=(const Self &)
static const unsigned int OutputImageDimension
OutputImageType::PixelType OutputImagePixelType
OutputImageType::RegionType OutputImageRegionType
static const unsigned int InputImageDimension
LabelImageToLabelMapFilter Self
InputImageType::ConstPointer InputImageConstPointer
SmartPointer< Self > Pointer
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
InputImageType::PixelType InputImagePixelType
TOutputImage OutputImageType
OutputImageType::LabelObjectType LabelObjectType
#define itkConceptMacro(name, concept)
void EnlargeOutputRequestedRegion(DataObject *)
void PrintSelf(std::ostream &os, Indent indent) const
Base class for all data objects in ITK.
TInputImage InputImageType
unsigned int ThreadIdType
LabelImageToLabelMapFilter()