![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbLabelMapSource.h>
Inheritance diagram for otb::LabelMapSource< TOutputLabelMap >:
Collaboration diagram for otb::LabelMapSource< TOutputLabelMap >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
| typedef TOutputLabelMap::Pointer | OutputLabelMapPointer |
| typedef TOutputLabelMap | OutputLabelMapType |
| typedef itk::SmartPointer< Self > | Pointer |
| 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 OutputLabelMapType * | GetOutput (void) |
| virtual OutputLabelMapType * | GetOutput (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 |
Base class for filter that output LabelMap.
Definition at line 41 of file otbLabelMapSource.h.
| typedef itk::SmartPointer<const Self> otb::LabelMapSource< TOutputLabelMap >::ConstPointer |
Definition at line 48 of file otbLabelMapSource.h.
| typedef itk::ProcessObject::DataObjectPointerArraySizeType otb::LabelMapSource< TOutputLabelMap >::DataObjectPointerArraySizeType |
Definition at line 54 of file otbLabelMapSource.h.
| typedef TOutputLabelMap::Pointer otb::LabelMapSource< TOutputLabelMap >::OutputLabelMapPointer |
Definition at line 58 of file otbLabelMapSource.h.
| typedef TOutputLabelMap otb::LabelMapSource< TOutputLabelMap >::OutputLabelMapType |
Definition at line 57 of file otbLabelMapSource.h.
| typedef itk::SmartPointer<Self> otb::LabelMapSource< TOutputLabelMap >::Pointer |
Definition at line 47 of file otbLabelMapSource.h.
| typedef LabelMapSource otb::LabelMapSource< TOutputLabelMap >::Self |
Standard class typedefs.
Definition at line 45 of file otbLabelMapSource.h.
| typedef itk::ProcessObject otb::LabelMapSource< TOutputLabelMap >::Superclass |
Definition at line 46 of file otbLabelMapSource.h.
|
protected |
Overriding GetOutput() method
Definition at line 31 of file otbLabelMapSource.hxx.
|
overrideprotected |
Overriding GetOutput() method
Definition at line 38 of file otbLabelMapSource.hxx.
|
privatedelete |
Overriding GetOutput() method
|
protectedvirtual |
Ensure that the output vector data are cleared before processing
Definition at line 43 of file otbLabelMapSource.hxx.
| virtual::itk::LightObject::Pointer otb::LabelMapSource< TOutputLabelMap >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
|
virtual |
Overriding GetOutput() method
Definition at line 68 of file otbLabelMapSource.hxx.
|
virtual |
Overriding GetOutput() method
Definition at line 58 of file otbLabelMapSource.hxx.
|
static |
Method for creation through the object factory.
|
privatedelete |
Overriding GetOutput() method
|
overrideprotected |
Overriding GetOutput() method
Definition at line 74 of file otbLabelMapSource.hxx.
1.8.17