21 #ifndef otbImageToEnvelopeVectorDataFilter_h
22 #define otbImageToEnvelopeVectorDataFilter_h
48 template <
class TInputImage,
class TOutputVectorData>
74 using Superclass::SetInput;
87 itkSetStringMacro(OutputProjectionRef);
88 itkGetStringMacro(OutputProjectionRef);
91 itkSetMacro(SamplingRate,
unsigned int);
92 itkGetMacro(SamplingRate,
unsigned int);
100 void GenerateOutputInformation(
void)
override;
102 void GenerateInputRequestedRegion()
override;
104 void GenerateData(
void)
override;
106 void InstantiateTransform();
110 void operator=(
const Self&) =
delete;
119 #ifndef OTB_MANUAL_INSTANTIATION