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::ListSampleSource< TInputSampleList, TOutputSampleList > Class Template Reference

#include <otbListSampleSource.h>

+ Inheritance diagram for otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >:
+ Collaboration diagram for otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >:

Public Types

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 TOutputSampleList OutputSampleListType
 
typedef OutputMeasurementVectorType::ValueType OutputValueType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ListSampleSource Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
OutputSampleListTypeGetOutput ()
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 ListSampleSource ()
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 ~ListSampleSource () override
 

Private Member Functions

 ListSampleSource (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputSampleList, class TOutputSampleList = TInputSampleList>
class otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >

This class is a base class for filters using ListSample as input and returning ListSample.

This filter provides pipeline support since itk::Statistics::ListSample is a DataObject the output sample list.

Definition at line 45 of file otbListSampleSource.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
typedef itk::SmartPointer<const Self> otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::ConstPointer

Definition at line 52 of file otbListSampleSource.h.

◆ DataObjectPointer

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
typedef itk::DataObject::Pointer otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::DataObjectPointer

ListSample is not a DataObject, we need to decorate it to push it down a ProcessObject's pipeline

Definition at line 70 of file otbListSampleSource.h.

◆ DataObjectPointerArraySizeType

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
typedef itk::ProcessObject::DataObjectPointerArraySizeType otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::DataObjectPointerArraySizeType

Definition at line 66 of file otbListSampleSource.h.

◆ OutputMeasurementVectorType

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
typedef OutputSampleListType::MeasurementVectorType otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::OutputMeasurementVectorType

Definition at line 64 of file otbListSampleSource.h.

◆ OutputSampleListConstPointer

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
typedef OutputSampleListType::ConstPointer otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::OutputSampleListConstPointer

Definition at line 63 of file otbListSampleSource.h.

◆ OutputSampleListPointer

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
typedef OutputSampleListType::Pointer otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::OutputSampleListPointer

Definition at line 62 of file otbListSampleSource.h.

◆ OutputSampleListType

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
typedef TOutputSampleList otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::OutputSampleListType

OutputSampleList typedefs

Definition at line 58 of file otbListSampleSource.h.

◆ OutputValueType

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
typedef OutputMeasurementVectorType::ValueType otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::OutputValueType

Definition at line 65 of file otbListSampleSource.h.

◆ Pointer

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
typedef itk::SmartPointer<Self> otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::Pointer

Definition at line 51 of file otbListSampleSource.h.

◆ Self

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
typedef ListSampleSource otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::Self

Standard class typedefs

Definition at line 49 of file otbListSampleSource.h.

◆ Superclass

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
typedef itk::ProcessObject otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::Superclass

Definition at line 50 of file otbListSampleSource.h.

Constructor & Destructor Documentation

◆ ListSampleSource() [1/2]

template<class TInputSampleList , class TOutputSampleList >
otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::ListSampleSource
protected

Definition at line 32 of file otbListSampleSource.hxx.

◆ ~ListSampleSource()

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::~ListSampleSource ( )
inlineoverrideprotected

Definition at line 81 of file otbListSampleSource.h.

◆ ListSampleSource() [2/2]

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::ListSampleSource ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
virtual::itk::LightObject::Pointer otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::CreateAnother ( void  ) const

◆ GetNameOfClass()

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
virtual const char* otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::GetNameOfClass ( ) const
virtual

◆ GetOutput()

template<class TInputSampleList , class TOutputSampleList >
ListSampleSource< TInputSampleList, TOutputSampleList >::OutputSampleListType * otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::GetOutput

Returns the output sample list as a data object

Definition at line 50 of file otbListSampleSource.hxx.

◆ MakeOutput()

template<class TInputSampleList , class TOutputSampleList >
ListSampleSource< TInputSampleList, TOutputSampleList >::DataObjectPointer otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::MakeOutput ( DataObjectPointerArraySizeType  idx)
overrideprotected

Standard itk::ProcessObject subclass method.

Definition at line 43 of file otbListSampleSource.hxx.

◆ New()

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
static Pointer otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputSampleList , class TOutputSampleList = TInputSampleList>
void otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::operator= ( const Self )
privatedelete

◆ PrintSelf()

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

Definition at line 56 of file otbListSampleSource.hxx.


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