OTB
9.0.0
Orfeo Toolbox
|
#include <otbListSampleSource.h>
Public Types | |
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 TOutputSampleList | 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 |
OutputSampleListType * | GetOutput () |
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 |
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.
typedef itk::SmartPointer<const Self> otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::ConstPointer |
Definition at line 52 of file otbListSampleSource.h.
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.
typedef itk::ProcessObject::DataObjectPointerArraySizeType otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::DataObjectPointerArraySizeType |
Definition at line 66 of file otbListSampleSource.h.
typedef OutputSampleListType::MeasurementVectorType otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::OutputMeasurementVectorType |
Definition at line 64 of file otbListSampleSource.h.
typedef OutputSampleListType::ConstPointer otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::OutputSampleListConstPointer |
Definition at line 63 of file otbListSampleSource.h.
typedef OutputSampleListType::Pointer otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::OutputSampleListPointer |
Definition at line 62 of file otbListSampleSource.h.
typedef TOutputSampleList otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::OutputSampleListType |
OutputSampleList typedefs
Definition at line 58 of file otbListSampleSource.h.
typedef OutputMeasurementVectorType::ValueType otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::OutputValueType |
Definition at line 65 of file otbListSampleSource.h.
typedef itk::SmartPointer<Self> otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::Pointer |
Definition at line 51 of file otbListSampleSource.h.
typedef ListSampleSource otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::Self |
Standard class typedefs
Definition at line 49 of file otbListSampleSource.h.
typedef itk::ProcessObject otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::Superclass |
Definition at line 50 of file otbListSampleSource.h.
|
protected |
Definition at line 32 of file otbListSampleSource.hxx.
|
inlineoverrideprotected |
Definition at line 81 of file otbListSampleSource.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
Reimplemented in otb::Statistics::ListSampleToListSampleFilter< TSampleList, TSampleList >, and otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TInputSampleList >.
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.
|
overrideprotected |
Standard itk::ProcessObject subclass method.
Definition at line 43 of file otbListSampleSource.hxx.
|
static |
Method for creation through the object factory.
|
privatedelete |
|
overrideprotected |
Definition at line 56 of file otbListSampleSource.hxx.