21 #ifndef otbDrawPathFilter_h
22 #define otbDrawPathFilter_h
24 #include "itkImageAndPathToImageFilter.h"
45 template <
class TInputImage,
class TInputPath,
class TOutputImage>
46 class ITK_EXPORT
DrawPathFilter :
public itk::ImageAndPathToImageFilter<TInputImage, TInputPath, TOutputImage>
51 typedef itk::ImageAndPathToImageFilter<TInputImage, TInputPath, TOutputImage>
Superclass;
87 void SetInputPath(
const TInputPath* path);
89 const TInputPath* GetInputPath(
void);
97 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
98 void GenerateData()
override;
102 void operator=(
const Self&) =
delete;
109 #ifndef OTB_MANUAL_INSTANTIATION