|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
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;
80 void operator=(
const Self&) =
delete;
86 #ifndef OTB_MANUAL_INSTANTIATION
MeasurementVectorType::ValueType ValueType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
SampleListType::ConstPointer SampleListConstPointer
This class concatenates several sample list into a single one.
itk::SmartPointer< const Self > ConstPointer
This class is a base class for filters using ListSample as input and returning ListSample.
otb::Statistics::ListSampleToListSampleFilter< TSampleList, TSampleList > Superclass
TSampleList SampleListType
itk::SmartPointer< Self > Pointer
SampleListType::Pointer SampleListPointer
~ConcatenateSampleListFilter() override
SampleListType::MeasurementVectorType MeasurementVectorType
ConcatenateSampleListFilter Self