21 #ifndef otbConcatenateSampleListFilter_h
22 #define otbConcatenateSampleListFilter_h
41 template <
class TSampleList>
62 typedef typename MeasurementVectorType::ValueType
ValueType;
66 using Superclass::AddInput;
70 void GenerateData()
override;
76 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
86 #ifndef OTB_MANUAL_INSTANTIATION
This class concatenates several sample list into a single one.
itk::SmartPointer< Self > Pointer
SampleListType::MeasurementVectorType MeasurementVectorType
MeasurementVectorType::ValueType ValueType
SampleListType::Pointer SampleListPointer
~ConcatenateSampleListFilter() override
ConcatenateSampleListFilter(const Self &)=delete
itk::SmartPointer< const Self > ConstPointer
SampleListType::ConstPointer SampleListConstPointer
otb::Statistics::ListSampleToListSampleFilter< TSampleList, TSampleList > Superclass
TSampleList SampleListType
void operator=(const Self &)=delete
ConcatenateSampleListFilter Self
This class is a base class for filters using ListSample as input and returning ListSample.
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.