OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
otb::ConcatenateVectorDataFilter< TVectorData > Class Template Reference

#include <otbConcatenateVectorDataFilter.h>

+ Inheritance diagram for otb::ConcatenateVectorDataFilter< TVectorData >:
+ Collaboration diagram for otb::ConcatenateVectorDataFilter< TVectorData >:

Public Types

typedef TreeNodeType::ChildrenListType ChildrenListType
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef DataNodeType::Pointer DataNodePointerType
 
typedef VectorDataType::DataNodeType DataNodeType
 
typedef VectorDataType::DataTreeType DataTreeType
 
typedef DataNodeType::LineType LineType
 
typedef itk::SmartPointer< SelfPointer
 
typedef DataNodeType::PointType PointType
 
typedef std::vector< PointTypePointVectorType
 
typedef DataNodeType::PolygonType::RegionType RegionType
 
typedef ConcatenateVectorDataFilter Self
 
typedef VectorDataSource< TVectorData > Superclass
 
typedef DataTreeType::TreeNodeType TreeNodeType
 
typedef VectorDataType::Pointer VectorDataPointerType
 
typedef TVectorData VectorDataType
 
typedef DataNodeType::PolygonType::VertexType VertexType
 
- Public Types inherited from otb::VectorDataSource< TVectorData >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
 
typedef TVectorData ::Pointer OutputVectorDataPointer
 
typedef TVectorData OutputVectorDataType
 
typedef itk::SmartPointer< SelfPointer
 
typedef VectorDataSource Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

void AddInput (const VectorDataType *)
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
const VectorDataTypeGetInput (unsigned int idx) const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::VectorDataSource< TVectorData >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
virtual void GraftOutput (itk::DataObject *output)
 
virtual void GraftNthOutput (unsigned int idx, itk::DataObject *output)
 
virtual OutputVectorDataTypeGetOutput (void)
 
virtual OutputVectorDataTypeGetOutput (DataObjectPointerArraySizeType idx)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from otb::VectorDataSource< TVectorData >
static Pointer New ()
 

Protected Member Functions

 ConcatenateVectorDataFilter ()
 
void GenerateData (void) override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void ProcessNode (TreeNodeType *source, DataNodeType *outputDocument)
 
 ~ConcatenateVectorDataFilter () override
 
- Protected Member Functions inherited from otb::VectorDataSource< TVectorData >
 VectorDataSource ()
 
 ~VectorDataSource () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
virtual void AllocateOutputs ()
 

Private Member Functions

 ConcatenateVectorDataFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Private Attributes

DataNodePointerType m_Document
 
DataNodePointerType m_Folder
 

Detailed Description

template<class TVectorData>
class otb::ConcatenateVectorDataFilter< TVectorData >

Produces a VectorData from the concatenation of several input vectordatas.

This generator produces a unique vector by concatening several inputs set via the method AddInput(VectorData *).

Note that the input vectordatas must have the same node type, this is due that vectordata creation does not support multiple geometries in a single vectordata. Warning : this filter does not create a deep copy of each node.

Definition at line 46 of file otbConcatenateVectorDataFilter.h.

Member Typedef Documentation

◆ ChildrenListType

template<class TVectorData >
typedef TreeNodeType::ChildrenListType otb::ConcatenateVectorDataFilter< TVectorData >::ChildrenListType

Definition at line 71 of file otbConcatenateVectorDataFilter.h.

◆ ConstPointer

template<class TVectorData >
typedef itk::SmartPointer<const Self> otb::ConcatenateVectorDataFilter< TVectorData >::ConstPointer

Definition at line 53 of file otbConcatenateVectorDataFilter.h.

◆ DataNodePointerType

template<class TVectorData >
typedef DataNodeType::Pointer otb::ConcatenateVectorDataFilter< TVectorData >::DataNodePointerType

Definition at line 64 of file otbConcatenateVectorDataFilter.h.

◆ DataNodeType

template<class TVectorData >
typedef VectorDataType::DataNodeType otb::ConcatenateVectorDataFilter< TVectorData >::DataNodeType

Definition at line 63 of file otbConcatenateVectorDataFilter.h.

◆ DataTreeType

template<class TVectorData >
typedef VectorDataType::DataTreeType otb::ConcatenateVectorDataFilter< TVectorData >::DataTreeType

Definition at line 69 of file otbConcatenateVectorDataFilter.h.

◆ LineType

template<class TVectorData >
typedef DataNodeType::LineType otb::ConcatenateVectorDataFilter< TVectorData >::LineType

Definition at line 68 of file otbConcatenateVectorDataFilter.h.

◆ Pointer

template<class TVectorData >
typedef itk::SmartPointer<Self> otb::ConcatenateVectorDataFilter< TVectorData >::Pointer

Definition at line 52 of file otbConcatenateVectorDataFilter.h.

◆ PointType

template<class TVectorData >
typedef DataNodeType::PointType otb::ConcatenateVectorDataFilter< TVectorData >::PointType

Definition at line 66 of file otbConcatenateVectorDataFilter.h.

◆ PointVectorType

template<class TVectorData >
typedef std::vector<PointType> otb::ConcatenateVectorDataFilter< TVectorData >::PointVectorType

Definition at line 73 of file otbConcatenateVectorDataFilter.h.

◆ RegionType

template<class TVectorData >
typedef DataNodeType::PolygonType::RegionType otb::ConcatenateVectorDataFilter< TVectorData >::RegionType

Definition at line 65 of file otbConcatenateVectorDataFilter.h.

◆ Self

template<class TVectorData >
typedef ConcatenateVectorDataFilter otb::ConcatenateVectorDataFilter< TVectorData >::Self

Standard class typedefs

Definition at line 50 of file otbConcatenateVectorDataFilter.h.

◆ Superclass

template<class TVectorData >
typedef VectorDataSource<TVectorData> otb::ConcatenateVectorDataFilter< TVectorData >::Superclass

Definition at line 51 of file otbConcatenateVectorDataFilter.h.

◆ TreeNodeType

template<class TVectorData >
typedef DataTreeType::TreeNodeType otb::ConcatenateVectorDataFilter< TVectorData >::TreeNodeType

Definition at line 70 of file otbConcatenateVectorDataFilter.h.

◆ VectorDataPointerType

template<class TVectorData >
typedef VectorDataType::Pointer otb::ConcatenateVectorDataFilter< TVectorData >::VectorDataPointerType

Definition at line 62 of file otbConcatenateVectorDataFilter.h.

◆ VectorDataType

template<class TVectorData >
typedef TVectorData otb::ConcatenateVectorDataFilter< TVectorData >::VectorDataType

Definition at line 59 of file otbConcatenateVectorDataFilter.h.

◆ VertexType

template<class TVectorData >
typedef DataNodeType::PolygonType::VertexType otb::ConcatenateVectorDataFilter< TVectorData >::VertexType

Definition at line 67 of file otbConcatenateVectorDataFilter.h.

Constructor & Destructor Documentation

◆ ConcatenateVectorDataFilter() [1/2]

template<class TVectorData >
otb::ConcatenateVectorDataFilter< TVectorData >::ConcatenateVectorDataFilter
protected

Definition at line 31 of file otbConcatenateVectorDataFilter.hxx.

References otb::DOCUMENT, and otb::FOLDER.

◆ ~ConcatenateVectorDataFilter()

template<class TVectorData >
otb::ConcatenateVectorDataFilter< TVectorData >::~ConcatenateVectorDataFilter ( )
inlineoverrideprotected

Definition at line 83 of file otbConcatenateVectorDataFilter.h.

◆ ConcatenateVectorDataFilter() [2/2]

template<class TVectorData >
otb::ConcatenateVectorDataFilter< TVectorData >::ConcatenateVectorDataFilter ( const Self )
privatedelete

Member Function Documentation

◆ AddInput()

template<class TVectorData >
void otb::ConcatenateVectorDataFilter< TVectorData >::AddInput ( const VectorDataType vectorData)

Connects the VectorData from which the localizations are going to be extracted.

Definition at line 50 of file otbConcatenateVectorDataFilter.hxx.

◆ CreateAnother()

template<class TVectorData >
virtual::itk::LightObject::Pointer otb::ConcatenateVectorDataFilter< TVectorData >::CreateAnother ( void  ) const

◆ GenerateData()

template<class TVectorData >
void otb::ConcatenateVectorDataFilter< TVectorData >::GenerateData ( void  )
overrideprotected

Triggers the Computation of the sample list

Definition at line 74 of file otbConcatenateVectorDataFilter.hxx.

◆ GetInput()

template<class TVectorData >
const TVectorData * otb::ConcatenateVectorDataFilter< TVectorData >::GetInput ( unsigned int  idx) const

Definition at line 64 of file otbConcatenateVectorDataFilter.hxx.

◆ GetNameOfClass()

template<class TVectorData >
virtual const char* otb::ConcatenateVectorDataFilter< TVectorData >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ New()

template<class TVectorData >
static Pointer otb::ConcatenateVectorDataFilter< TVectorData >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TVectorData >
void otb::ConcatenateVectorDataFilter< TVectorData >::operator= ( const Self )
privatedelete

◆ PrintSelf()

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

Definition at line 44 of file otbConcatenateVectorDataFilter.hxx.

◆ ProcessNode()

template<class TVectorData >
void otb::ConcatenateVectorDataFilter< TVectorData >::ProcessNode ( TreeNodeType source,
DataNodeType outputDocument 
)
protected

Member Data Documentation

◆ m_Document

template<class TVectorData >
DataNodePointerType otb::ConcatenateVectorDataFilter< TVectorData >::m_Document
private

Definition at line 99 of file otbConcatenateVectorDataFilter.h.

◆ m_Folder

template<class TVectorData >
DataNodePointerType otb::ConcatenateVectorDataFilter< TVectorData >::m_Folder
private

Definition at line 98 of file otbConcatenateVectorDataFilter.h.


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