OTB
9.0.0
Orfeo Toolbox
|
#include <otbPathListToPathListFilter.h>
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::ObjectListToObjectListFilter< ObjectList< TPath >, ObjectList< TPath > > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
const InputListType * | GetInput (void) |
virtual const char * | GetNameOfClass () const |
virtual void | SetInput (const InputListType *input) |
Public Member Functions inherited from otb::ObjectListSource< ObjectList< TPath > > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
DataObjectPointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
void | GraftOutput (itk::DataObject *graft) |
void | GraftNthOutput (DataObjectPointerArraySizeType idx, itk::DataObject *graft) |
OutputListType * | GetOutput (void) |
OutputListType * | GetOutput (DataObjectPointerArraySizeType idx) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from otb::ObjectListToObjectListFilter< ObjectList< TPath >, ObjectList< TPath > > | |
static Pointer | New () |
Static Public Member Functions inherited from otb::ObjectListSource< ObjectList< TPath > > | |
static Pointer | New () |
Protected Member Functions | |
PathListToPathListFilter () | |
~PathListToPathListFilter () override | |
Protected Member Functions inherited from otb::ObjectListToObjectListFilter< ObjectList< TPath >, ObjectList< TPath > > | |
virtual void | AfterThreadedGenerateData () |
virtual void | BeforeThreadedGenerateData () |
void | GenerateData (void) override |
ObjectListToObjectListFilter () | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
virtual int | SplitRequestedRegion (itk::ThreadIdType threadId, int threadCount, unsigned int requestedElements, unsigned int &startIndex, unsigned int &stopIndex) |
virtual void | ThreadedGenerateData (unsigned int startIndex, unsigned int stopIndex, itk::ThreadIdType threadId) |
~ObjectListToObjectListFilter () override | |
Protected Member Functions inherited from otb::ObjectListSource< ObjectList< TPath > > | |
ObjectListSource () | |
~ObjectListSource () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
virtual void | AllocateOutputs () |
void | GenerateData (void) override |
Private Member Functions | |
void | operator= (const Self &)=delete |
PathListToPathListFilter (const Self &)=delete | |
Additional Inherited Members | |
Protected Types inherited from otb::ObjectListToObjectListFilter< ObjectList< TPath >, ObjectList< TPath > > | |
typedef std::vector< OutputListPointer > | OutputListForThreadType |
Static Protected Member Functions inherited from otb::ObjectListToObjectListFilter< ObjectList< TPath >, ObjectList< TPath > > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from otb::ObjectListToObjectListFilter< ObjectList< TPath >, ObjectList< TPath > > | |
OutputListForThreadType | m_ObjectListPerThread |
Base class for filter taking a PathList as input a returning a PathList.
Definition at line 35 of file otbPathListToPathListFilter.h.
typedef itk::SmartPointer<const Self> otb::PathListToPathListFilter< TPath >::ConstPointer |
Definition at line 42 of file otbPathListToPathListFilter.h.
typedef Superclass::OutputListPointer otb::PathListToPathListFilter< TPath >::OutputPathListPointerType |
Definition at line 59 of file otbPathListToPathListFilter.h.
typedef Superclass::OutputListType otb::PathListToPathListFilter< TPath >::OutputPathListType |
Definition at line 58 of file otbPathListToPathListFilter.h.
typedef PathType::Pointer otb::PathListToPathListFilter< TPath >::OutputPathPointerType |
Definition at line 57 of file otbPathListToPathListFilter.h.
typedef Superclass::OutputObjectType otb::PathListToPathListFilter< TPath >::OutputPathType |
Definition at line 56 of file otbPathListToPathListFilter.h.
typedef PathListType::ConstPointer otb::PathListToPathListFilter< TPath >::PathListConstPointerType |
Definition at line 55 of file otbPathListToPathListFilter.h.
typedef PathListType::Pointer otb::PathListToPathListFilter< TPath >::PathListPointerType |
Definition at line 54 of file otbPathListToPathListFilter.h.
typedef Superclass::InputListType otb::PathListToPathListFilter< TPath >::PathListType |
Definition at line 52 of file otbPathListToPathListFilter.h.
typedef PathType::Pointer otb::PathListToPathListFilter< TPath >::PathPointerType |
Definition at line 53 of file otbPathListToPathListFilter.h.
typedef Superclass::InputObjectType otb::PathListToPathListFilter< TPath >::PathType |
Template parameters typedefs
Definition at line 48 of file otbPathListToPathListFilter.h.
typedef itk::SmartPointer<Self> otb::PathListToPathListFilter< TPath >::Pointer |
Definition at line 41 of file otbPathListToPathListFilter.h.
typedef PathListToPathListFilter otb::PathListToPathListFilter< TPath >::Self |
Standard typedefs
Definition at line 39 of file otbPathListToPathListFilter.h.
typedef ObjectListToObjectListFilter<ObjectList<TPath>, ObjectList<TPath> > otb::PathListToPathListFilter< TPath >::Superclass |
Definition at line 40 of file otbPathListToPathListFilter.h.
|
inlineprotected |
Constructor
Definition at line 63 of file otbPathListToPathListFilter.h.
|
inlineoverrideprotected |
Destructor
Definition at line 66 of file otbPathListToPathListFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::PathListToPathListFilter< TPath >::CreateAnother | ( | void | ) | const |
|
virtual |
Creation through object factory macro
Reimplemented in otb::ImageFittingPolygonListFilter< TPath, TImage >.
|
static |
Type macro
|
privatedelete |