![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbListSampleToListSampleFilter.h>
Inheritance diagram for otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >:
Collaboration diagram for otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::DataObject::Pointer | DataObjectPointer |
| typedef InputSampleListType::MeasurementVectorType | InputMeasurementVectorType |
| typedef InputSampleListType::ConstPointer | InputSampleListConstPointer |
| typedef InputSampleListType::Pointer | InputSampleListPointer |
| typedef TInputSampleList | 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< TOutputSampleList > | Superclass |
Public Types inherited from otb::Statistics::ListSampleSource< TInputSampleList > | |
| 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 TInputSampleList | OutputSampleListType |
| typedef OutputMeasurementVectorType::ValueType | OutputValueType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef ListSampleSource | Self |
| typedef itk::ProcessObject | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::Statistics::ListSampleSource< TInputSampleList > | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
| OutputSampleListType * | GetOutput () |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from otb::Statistics::ListSampleSource< TInputSampleList > | |
| static Pointer | New () |
| void | SetInput (const InputSampleListType *inputPtr) |
| const InputSampleListType * | GetInput () const |
| ListSampleToListSampleFilter () | |
| ~ListSampleToListSampleFilter () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| ListSampleToListSampleFilter (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from otb::Statistics::ListSampleSource< TInputSampleList > | |
| ListSampleSource () | |
| DataObjectPointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| ~ListSampleSource () override | |
This class is a base class for filters using ListSample as input and returning ListSample.
This filter provide pipeline support for itk::Statistics::ListSample via itk::DataObjectDecorator for both the input and the output sample list.
Definition at line 43 of file otbListSampleToListSampleFilter.h.
| typedef itk::SmartPointer<const Self> otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::ConstPointer |
Definition at line 50 of file otbListSampleToListSampleFilter.h.
| typedef itk::DataObject::Pointer otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::DataObjectPointer |
ListSample is not a DataObject, we need to decorate it to push it down a ProcessObject's pipeline
Definition at line 74 of file otbListSampleToListSampleFilter.h.
| typedef InputSampleListType::MeasurementVectorType otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::InputMeasurementVectorType |
Definition at line 62 of file otbListSampleToListSampleFilter.h.
| typedef InputSampleListType::ConstPointer otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::InputSampleListConstPointer |
Definition at line 61 of file otbListSampleToListSampleFilter.h.
| typedef InputSampleListType::Pointer otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::InputSampleListPointer |
Definition at line 60 of file otbListSampleToListSampleFilter.h.
| typedef TInputSampleList otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::InputSampleListType |
InputSampleList typedefs
Definition at line 56 of file otbListSampleToListSampleFilter.h.
| typedef InputMeasurementVectorType::ValueType otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::InputValueType |
Definition at line 63 of file otbListSampleToListSampleFilter.h.
| typedef Superclass::OutputMeasurementVectorType otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::OutputMeasurementVectorType |
Definition at line 69 of file otbListSampleToListSampleFilter.h.
| typedef Superclass::OutputSampleListConstPointer otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::OutputSampleListConstPointer |
Definition at line 68 of file otbListSampleToListSampleFilter.h.
| typedef Superclass::OutputSampleListPointer otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::OutputSampleListPointer |
Definition at line 67 of file otbListSampleToListSampleFilter.h.
| typedef Superclass::OutputSampleListType otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::OutputSampleListType |
OutputSampleList typedefs
Definition at line 66 of file otbListSampleToListSampleFilter.h.
| typedef Superclass::OutputValueType otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::OutputValueType |
Definition at line 70 of file otbListSampleToListSampleFilter.h.
| typedef itk::SmartPointer<Self> otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::Pointer |
Definition at line 49 of file otbListSampleToListSampleFilter.h.
| typedef ListSampleToListSampleFilter otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::Self |
Standard class typedefs
Definition at line 47 of file otbListSampleToListSampleFilter.h.
| typedef ListSampleSource<TOutputSampleList> otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::Superclass |
Definition at line 48 of file otbListSampleToListSampleFilter.h.
|
protected |
Returns the input sample list Returns the input sample list as a data object
Definition at line 33 of file otbListSampleToListSampleFilter.hxx.
|
inlineoverrideprotected |
Returns the input sample list Returns the input sample list as a data object
Definition at line 92 of file otbListSampleToListSampleFilter.h.
|
privatedelete |
Returns the input sample list Returns the input sample list as a data object
| virtual::itk::LightObject::Pointer otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::CreateAnother | ( | void | ) | const |
| const ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::InputSampleListType * otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::GetInput |
Returns the input sample list Returns the input sample list as a data object
Definition at line 47 of file otbListSampleToListSampleFilter.hxx.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
privatedelete |
Returns the input sample list Returns the input sample list as a data object
|
overrideprotected |
Returns the input sample list Returns the input sample list as a data object
Definition at line 58 of file otbListSampleToListSampleFilter.hxx.
| void otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >::SetInput | ( | const InputSampleListType * | inputPtr | ) |
Returns the input sample list Returns the input sample list as a data object
Definition at line 39 of file otbListSampleToListSampleFilter.hxx.
1.8.17