OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::Statistics::ConcatenateSampleListFilter< TSampleList > Class Template Reference

#include <otbConcatenateSampleListFilter.h>

+ Inheritance diagram for otb::Statistics::ConcatenateSampleListFilter< TSampleList >:
+ Collaboration diagram for otb::Statistics::ConcatenateSampleListFilter< TSampleList >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef SampleListType::MeasurementVectorType MeasurementVectorType
 
typedef itk::SmartPointer< SelfPointer
 
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 SelfConstPointer
 
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< SelfPointer
 
typedef ListSampleToListSampleFilter Self
 
typedef ListSampleSource< TSampleList > Superclass
 
- Public Types inherited from otb::Statistics::ListSampleSource< TSampleList >
typedef itk::SmartPointer< const SelfConstPointer
 
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< SelfPointer
 
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 InputSampleListTypeGetInput () const
 
- Public Member Functions inherited from otb::Statistics::ListSampleSource< TSampleList >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
OutputSampleListTypeGetOutput ()
 

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
 

Detailed Description

template<class TSampleList>
class otb::Statistics::ConcatenateSampleListFilter< TSampleList >

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.

See also
ListSampleToListSampleFilter

Definition at line 42 of file otbConcatenateSampleListFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TSampleList >
typedef itk::SmartPointer<const Self> otb::Statistics::ConcatenateSampleListFilter< TSampleList >::ConstPointer

Definition at line 49 of file otbConcatenateSampleListFilter.h.

◆ MeasurementVectorType

template<class TSampleList >
typedef SampleListType::MeasurementVectorType otb::Statistics::ConcatenateSampleListFilter< TSampleList >::MeasurementVectorType

Definition at line 61 of file otbConcatenateSampleListFilter.h.

◆ Pointer

template<class TSampleList >
typedef itk::SmartPointer<Self> otb::Statistics::ConcatenateSampleListFilter< TSampleList >::Pointer

Definition at line 48 of file otbConcatenateSampleListFilter.h.

◆ SampleListConstPointer

template<class TSampleList >
typedef SampleListType::ConstPointer otb::Statistics::ConcatenateSampleListFilter< TSampleList >::SampleListConstPointer

Definition at line 60 of file otbConcatenateSampleListFilter.h.

◆ SampleListPointer

template<class TSampleList >
typedef SampleListType::Pointer otb::Statistics::ConcatenateSampleListFilter< TSampleList >::SampleListPointer

Definition at line 59 of file otbConcatenateSampleListFilter.h.

◆ SampleListType

template<class TSampleList >
typedef TSampleList otb::Statistics::ConcatenateSampleListFilter< TSampleList >::SampleListType

SampleList typedefs

Definition at line 55 of file otbConcatenateSampleListFilter.h.

◆ Self

template<class TSampleList >
typedef ConcatenateSampleListFilter otb::Statistics::ConcatenateSampleListFilter< TSampleList >::Self

Standard class typedefs

Definition at line 46 of file otbConcatenateSampleListFilter.h.

◆ Superclass

template<class TSampleList >
typedef otb::Statistics::ListSampleToListSampleFilter<TSampleList, TSampleList> otb::Statistics::ConcatenateSampleListFilter< TSampleList >::Superclass

Definition at line 47 of file otbConcatenateSampleListFilter.h.

◆ ValueType

template<class TSampleList >
typedef MeasurementVectorType::ValueType otb::Statistics::ConcatenateSampleListFilter< TSampleList >::ValueType

Definition at line 62 of file otbConcatenateSampleListFilter.h.

Constructor & Destructor Documentation

◆ ConcatenateSampleListFilter() [1/2]

template<class TSampleList >
otb::Statistics::ConcatenateSampleListFilter< TSampleList >::ConcatenateSampleListFilter
protected

Definition at line 33 of file otbConcatenateSampleListFilter.hxx.

◆ ~ConcatenateSampleListFilter()

template<class TSampleList >
otb::Statistics::ConcatenateSampleListFilter< TSampleList >::~ConcatenateSampleListFilter ( )
inlineoverrideprotected

Definition at line 73 of file otbConcatenateSampleListFilter.h.

◆ ConcatenateSampleListFilter() [2/2]

template<class TSampleList >
otb::Statistics::ConcatenateSampleListFilter< TSampleList >::ConcatenateSampleListFilter ( const Self )
privatedelete

Member Function Documentation

◆ AddInput()

template<class TSampleList >
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.

◆ CreateAnother()

template<class TSampleList >
virtual::itk::LightObject::Pointer otb::Statistics::ConcatenateSampleListFilter< TSampleList >::CreateAnother ( void  ) const

◆ GenerateData()

template<class TSampleList >
void otb::Statistics::ConcatenateSampleListFilter< TSampleList >::GenerateData
overrideprotected

This method causes the filter to generate its output.

Definition at line 46 of file otbConcatenateSampleListFilter.hxx.

◆ GetNameOfClass()

template<class TSampleList >
virtual const char* otb::Statistics::ConcatenateSampleListFilter< TSampleList >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ New()

template<class TSampleList >
static Pointer otb::Statistics::ConcatenateSampleListFilter< TSampleList >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TSampleList >
void otb::Statistics::ConcatenateSampleListFilter< TSampleList >::operator= ( const Self )
privatedelete

◆ PrintSelf()

template<class TSampleList >
void otb::Statistics::ConcatenateSampleListFilter< TSampleList >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

Definition at line 93 of file otbConcatenateSampleListFilter.hxx.


The documentation for this class was generated from the following files: