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();
93 void operator=(
const Self&) =
delete;
99 #ifndef ITK_MANUAL_INSTANTIATION