|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbShiftScaleSampleListFilter_h
22 #define otbShiftScaleSampleListFilter_h
50 template <
class TInputSampleList,
class TOutputSampleList = TInputSampleList>
92 void GenerateData()
override;
98 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
102 void operator=(
const Self&) =
delete;
115 #ifndef OTB_MANUAL_INSTANTIATION
InputSampleListType::Pointer InputSampleListPointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList > Superclass
TInputSampleList InputSampleListType
OutputSampleListType::Pointer OutputSampleListPointer
~ShiftScaleSampleListFilter() override
InputMeasurementVectorType m_Scales
InputMeasurementVectorType m_Shifts
This class is a base class for filters using ListSample as input and returning ListSample.
InputSampleListType::ConstPointer InputSampleListConstPointer
itk::SmartPointer< Self > Pointer
This class generate a shifted and scaled version of the input sample list.
ShiftScaleSampleListFilter Self
OutputSampleListType::ConstPointer OutputSampleListConstPointer
TOutputSampleList OutputSampleListType
InputSampleListType::MeasurementVectorType InputMeasurementVectorType
OutputMeasurementVectorType::ValueType OutputValueType
OutputSampleListType::MeasurementVectorType OutputMeasurementVectorType
InputMeasurementVectorType::ValueType InputValueType
itk::SmartPointer< const Self > ConstPointer