22 #ifndef otbLabelMapToLabelImageFilter_h
23 #define otbLabelMapToLabelImageFilter_h
25 #include "itkLabelMapToLabelImageFilter.h"
47 template <
class TInputImage,
class TOutputImage>
53 typedef itk::LabelMapToLabelImageFilter<TInputImage, TOutputImage>
Superclass;
70 typedef typename OutputImageType::IndexType
IndexType;
73 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
74 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
87 void GenerateInputRequestedRegion();
99 #ifndef ITK_MANUAL_INSTANTIATION
Converts a LabelMap to a labeled image.
TInputImage InputImageType
void operator=(const Self &)=delete
InputImageType::ConstPointer InputImageConstPointer
InputImageType::LabelObjectType LabelObjectType
OutputImageType::RegionType OutputImageRegionType
OutputImageType::Pointer OutputImagePointer
OutputImageType::ConstPointer OutputImageConstPointer
itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage > Superclass
OutputImageType::IndexType IndexType
LabelMapToLabelImageFilter Self
TOutputImage OutputImageType
InputImageType::Pointer InputImagePointer
InputImageType::PixelType InputImagePixelType
LabelMapToLabelImageFilter(const Self &)=delete
void EnlargeOutputRequestedRegion(itk::DataObject *)
itk::SmartPointer< const Self > ConstPointer
OutputImageType::PixelType OutputImagePixelType
~LabelMapToLabelImageFilter()
itk::SmartPointer< Self > Pointer
InputImageType::RegionType InputImageRegionType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.