OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | List of all members
otb::LabelMapSource< TOutputLabelMap > Class Template Reference

#include <otbLabelMapSource.h>

+ Inheritance diagram for otb::LabelMapSource< TOutputLabelMap >:
+ Collaboration diagram for otb::LabelMapSource< TOutputLabelMap >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
 
typedef TOutputLabelMap::Pointer OutputLabelMapPointer
 
typedef TOutputLabelMap OutputLabelMapType
 
typedef itk::SmartPointer< SelfPointer
 
typedef LabelMapSource Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

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

Static Public Member Functions

static Pointer New ()
 
virtual OutputLabelMapTypeGetOutput (void)
 
virtual OutputLabelMapTypeGetOutput (DataObjectPointerArraySizeType idx)
 
 LabelMapSource ()
 
 ~LabelMapSource () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
virtual void AllocateOutputs ()
 
 LabelMapSource (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TOutputLabelMap>
class otb::LabelMapSource< TOutputLabelMap >

Base class for filter that output LabelMap.

Definition at line 41 of file otbLabelMapSource.h.

Member Typedef Documentation

◆ ConstPointer

template<class TOutputLabelMap >
typedef itk::SmartPointer<const Self> otb::LabelMapSource< TOutputLabelMap >::ConstPointer

Definition at line 48 of file otbLabelMapSource.h.

◆ DataObjectPointerArraySizeType

template<class TOutputLabelMap >
typedef itk::ProcessObject::DataObjectPointerArraySizeType otb::LabelMapSource< TOutputLabelMap >::DataObjectPointerArraySizeType

Definition at line 54 of file otbLabelMapSource.h.

◆ OutputLabelMapPointer

template<class TOutputLabelMap >
typedef TOutputLabelMap::Pointer otb::LabelMapSource< TOutputLabelMap >::OutputLabelMapPointer

Definition at line 58 of file otbLabelMapSource.h.

◆ OutputLabelMapType

template<class TOutputLabelMap >
typedef TOutputLabelMap otb::LabelMapSource< TOutputLabelMap >::OutputLabelMapType

Definition at line 57 of file otbLabelMapSource.h.

◆ Pointer

template<class TOutputLabelMap >
typedef itk::SmartPointer<Self> otb::LabelMapSource< TOutputLabelMap >::Pointer

Definition at line 47 of file otbLabelMapSource.h.

◆ Self

template<class TOutputLabelMap >
typedef LabelMapSource otb::LabelMapSource< TOutputLabelMap >::Self

Standard class typedefs.

Definition at line 45 of file otbLabelMapSource.h.

◆ Superclass

template<class TOutputLabelMap >
typedef itk::ProcessObject otb::LabelMapSource< TOutputLabelMap >::Superclass

Definition at line 46 of file otbLabelMapSource.h.

Constructor & Destructor Documentation

◆ LabelMapSource() [1/2]

template<class TOutputLabelMap >
otb::LabelMapSource< TOutputLabelMap >::LabelMapSource
protected

Overriding GetOutput() method

Definition at line 31 of file otbLabelMapSource.hxx.

◆ ~LabelMapSource()

template<class TOutputLabelMap >
otb::LabelMapSource< TOutputLabelMap >::~LabelMapSource
overrideprotected

Overriding GetOutput() method

Definition at line 38 of file otbLabelMapSource.hxx.

◆ LabelMapSource() [2/2]

template<class TOutputLabelMap >
otb::LabelMapSource< TOutputLabelMap >::LabelMapSource ( const Self )
privatedelete

Overriding GetOutput() method

Member Function Documentation

◆ AllocateOutputs()

template<class TOutputLabelMap >
void otb::LabelMapSource< TOutputLabelMap >::AllocateOutputs
protectedvirtual

Ensure that the output vector data are cleared before processing

Definition at line 43 of file otbLabelMapSource.hxx.

◆ CreateAnother()

template<class TOutputLabelMap >
virtual::itk::LightObject::Pointer otb::LabelMapSource< TOutputLabelMap >::CreateAnother ( void  ) const

◆ GetNameOfClass()

template<class TOutputLabelMap >
virtual const char* otb::LabelMapSource< TOutputLabelMap >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ GetOutput() [1/2]

template<class TOutputLabelMap >
LabelMapSource< TOutputLabelMap >::OutputLabelMapType * otb::LabelMapSource< TOutputLabelMap >::GetOutput ( DataObjectPointerArraySizeType  idx)
virtual

Overriding GetOutput() method

Definition at line 68 of file otbLabelMapSource.hxx.

◆ GetOutput() [2/2]

template<class TOutputLabelMap >
LabelMapSource< TOutputLabelMap >::OutputLabelMapType * otb::LabelMapSource< TOutputLabelMap >::GetOutput ( void  )
virtual

Overriding GetOutput() method

Definition at line 58 of file otbLabelMapSource.hxx.

◆ New()

template<class TOutputLabelMap >
static Pointer otb::LabelMapSource< TOutputLabelMap >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TOutputLabelMap >
void otb::LabelMapSource< TOutputLabelMap >::operator= ( const Self )
privatedelete

Overriding GetOutput() method

◆ PrintSelf()

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

Overriding GetOutput() method

Definition at line 74 of file otbLabelMapSource.hxx.


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