OTB
9.0.0
Orfeo Toolbox
|
#include <otbConcatenateSampleListFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef SampleListType::MeasurementVectorType | MeasurementVectorType |
typedef itk::SmartPointer< Self > | Pointer |
typedef SampleListType::ConstPointer | SampleListConstPointer |
typedef SampleListType::Pointer | SampleListPointer |
typedef TSampleList | SampleListType |
typedef ConcatenateSampleListFilter | Self |
typedef otb::Statistics::ListSampleToListSampleFilter< TSampleList, TSampleList > | Superclass |
typedef MeasurementVectorType::ValueType | ValueType |
Public Types inherited from otb::Statistics::ListSampleToListSampleFilter< TSampleList, TSampleList > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef InputSampleListType::MeasurementVectorType | InputMeasurementVectorType |
typedef InputSampleListType::ConstPointer | InputSampleListConstPointer |
typedef InputSampleListType::Pointer | InputSampleListPointer |
typedef TSampleList | InputSampleListType |
typedef InputMeasurementVectorType::ValueType | InputValueType |
typedef Superclass::OutputMeasurementVectorType | OutputMeasurementVectorType |
typedef Superclass::OutputSampleListConstPointer | OutputSampleListConstPointer |
typedef Superclass::OutputSampleListPointer | OutputSampleListPointer |
typedef Superclass::OutputSampleListType | OutputSampleListType |
typedef Superclass::OutputValueType | OutputValueType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ListSampleToListSampleFilter | Self |
typedef ListSampleSource< TSampleList > | Superclass |
Public Types inherited from otb::Statistics::ListSampleSource< TSampleList > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputSampleListType::MeasurementVectorType | OutputMeasurementVectorType |
typedef OutputSampleListType::ConstPointer | OutputSampleListConstPointer |
typedef OutputSampleListType::Pointer | OutputSampleListPointer |
typedef TSampleList | OutputSampleListType |
typedef OutputMeasurementVectorType::ValueType | OutputValueType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ListSampleSource | Self |
typedef itk::ProcessObject | Superclass |
Public Member Functions | |
void | AddInput (const SampleListType *inputPtr) |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::Statistics::ListSampleToListSampleFilter< TSampleList, TSampleList > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
void | SetInput (const InputSampleListType *inputPtr) |
const InputSampleListType * | GetInput () const |
Public Member Functions inherited from otb::Statistics::ListSampleSource< TSampleList > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
OutputSampleListType * | GetOutput () |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from otb::Statistics::ListSampleToListSampleFilter< TSampleList, TSampleList > | |
static Pointer | New () |
Static Public Member Functions inherited from otb::Statistics::ListSampleSource< TSampleList > | |
static Pointer | New () |
Protected Member Functions | |
ConcatenateSampleListFilter () | |
void | GenerateData () override |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
~ConcatenateSampleListFilter () override | |
Protected Member Functions inherited from otb::Statistics::ListSampleToListSampleFilter< TSampleList, TSampleList > | |
ListSampleToListSampleFilter () | |
~ListSampleToListSampleFilter () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Protected Member Functions inherited from otb::Statistics::ListSampleSource< TSampleList > | |
ListSampleSource () | |
DataObjectPointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
~ListSampleSource () override | |
Private Member Functions | |
ConcatenateSampleListFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
This class concatenates several sample list into a single one.
For the sake of genericity on the MeasurementVector type, no casting is applied so this filter does not allow different input/output SampleList.
Definition at line 42 of file otbConcatenateSampleListFilter.h.
typedef itk::SmartPointer<const Self> otb::Statistics::ConcatenateSampleListFilter< TSampleList >::ConstPointer |
Definition at line 49 of file otbConcatenateSampleListFilter.h.
typedef SampleListType::MeasurementVectorType otb::Statistics::ConcatenateSampleListFilter< TSampleList >::MeasurementVectorType |
Definition at line 61 of file otbConcatenateSampleListFilter.h.
typedef itk::SmartPointer<Self> otb::Statistics::ConcatenateSampleListFilter< TSampleList >::Pointer |
Definition at line 48 of file otbConcatenateSampleListFilter.h.
typedef SampleListType::ConstPointer otb::Statistics::ConcatenateSampleListFilter< TSampleList >::SampleListConstPointer |
Definition at line 60 of file otbConcatenateSampleListFilter.h.
typedef SampleListType::Pointer otb::Statistics::ConcatenateSampleListFilter< TSampleList >::SampleListPointer |
Definition at line 59 of file otbConcatenateSampleListFilter.h.
typedef TSampleList otb::Statistics::ConcatenateSampleListFilter< TSampleList >::SampleListType |
SampleList typedefs
Definition at line 55 of file otbConcatenateSampleListFilter.h.
typedef ConcatenateSampleListFilter otb::Statistics::ConcatenateSampleListFilter< TSampleList >::Self |
Standard class typedefs
Definition at line 46 of file otbConcatenateSampleListFilter.h.
typedef otb::Statistics::ListSampleToListSampleFilter<TSampleList, TSampleList> otb::Statistics::ConcatenateSampleListFilter< TSampleList >::Superclass |
Definition at line 47 of file otbConcatenateSampleListFilter.h.
typedef MeasurementVectorType::ValueType otb::Statistics::ConcatenateSampleListFilter< TSampleList >::ValueType |
Definition at line 62 of file otbConcatenateSampleListFilter.h.
|
protected |
Definition at line 33 of file otbConcatenateSampleListFilter.hxx.
|
inlineoverrideprotected |
Definition at line 73 of file otbConcatenateSampleListFilter.h.
|
privatedelete |
void otb::Statistics::ConcatenateSampleListFilter< TSampleList >::AddInput | ( | const SampleListType * | inputPtr | ) |
Method to set/get the input list sample
Definition at line 38 of file otbConcatenateSampleListFilter.hxx.
virtual::itk::LightObject::Pointer otb::Statistics::ConcatenateSampleListFilter< TSampleList >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
This method causes the filter to generate its output.
Definition at line 46 of file otbConcatenateSampleListFilter.hxx.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
privatedelete |
|
overrideprotected |
Definition at line 93 of file otbConcatenateSampleListFilter.hxx.