OTB
9.0.0
Orfeo Toolbox
|
#include <otbConcatenateVectorDataFilter.h>
Public Types | |
typedef TreeNodeType::ChildrenListType | ChildrenListType |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef DataNodeType::Pointer | DataNodePointerType |
typedef VectorDataType::DataNodeType | DataNodeType |
typedef VectorDataType::DataTreeType | DataTreeType |
typedef DataNodeType::LineType | LineType |
typedef itk::SmartPointer< Self > | Pointer |
typedef DataNodeType::PointType | PointType |
typedef std::vector< PointType > | PointVectorType |
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 Self > | ConstPointer |
typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef TVectorData ::Pointer | OutputVectorDataPointer |
typedef TVectorData | OutputVectorDataType |
typedef itk::SmartPointer< Self > | Pointer |
typedef VectorDataSource | Self |
typedef itk::ProcessObject | Superclass |
Public Member Functions | |
void | AddInput (const VectorDataType *) |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
const VectorDataType * | GetInput (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 OutputVectorDataType * | GetOutput (void) |
virtual OutputVectorDataType * | GetOutput (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 |
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.
typedef TreeNodeType::ChildrenListType otb::ConcatenateVectorDataFilter< TVectorData >::ChildrenListType |
Definition at line 71 of file otbConcatenateVectorDataFilter.h.
typedef itk::SmartPointer<const Self> otb::ConcatenateVectorDataFilter< TVectorData >::ConstPointer |
Definition at line 53 of file otbConcatenateVectorDataFilter.h.
typedef DataNodeType::Pointer otb::ConcatenateVectorDataFilter< TVectorData >::DataNodePointerType |
Definition at line 64 of file otbConcatenateVectorDataFilter.h.
typedef VectorDataType::DataNodeType otb::ConcatenateVectorDataFilter< TVectorData >::DataNodeType |
Definition at line 63 of file otbConcatenateVectorDataFilter.h.
typedef VectorDataType::DataTreeType otb::ConcatenateVectorDataFilter< TVectorData >::DataTreeType |
Definition at line 69 of file otbConcatenateVectorDataFilter.h.
typedef DataNodeType::LineType otb::ConcatenateVectorDataFilter< TVectorData >::LineType |
Definition at line 68 of file otbConcatenateVectorDataFilter.h.
typedef itk::SmartPointer<Self> otb::ConcatenateVectorDataFilter< TVectorData >::Pointer |
Definition at line 52 of file otbConcatenateVectorDataFilter.h.
typedef DataNodeType::PointType otb::ConcatenateVectorDataFilter< TVectorData >::PointType |
Definition at line 66 of file otbConcatenateVectorDataFilter.h.
typedef std::vector<PointType> otb::ConcatenateVectorDataFilter< TVectorData >::PointVectorType |
Definition at line 73 of file otbConcatenateVectorDataFilter.h.
typedef DataNodeType::PolygonType::RegionType otb::ConcatenateVectorDataFilter< TVectorData >::RegionType |
Definition at line 65 of file otbConcatenateVectorDataFilter.h.
typedef ConcatenateVectorDataFilter otb::ConcatenateVectorDataFilter< TVectorData >::Self |
Standard class typedefs
Definition at line 50 of file otbConcatenateVectorDataFilter.h.
typedef VectorDataSource<TVectorData> otb::ConcatenateVectorDataFilter< TVectorData >::Superclass |
Definition at line 51 of file otbConcatenateVectorDataFilter.h.
typedef DataTreeType::TreeNodeType otb::ConcatenateVectorDataFilter< TVectorData >::TreeNodeType |
Definition at line 70 of file otbConcatenateVectorDataFilter.h.
typedef VectorDataType::Pointer otb::ConcatenateVectorDataFilter< TVectorData >::VectorDataPointerType |
Definition at line 62 of file otbConcatenateVectorDataFilter.h.
typedef TVectorData otb::ConcatenateVectorDataFilter< TVectorData >::VectorDataType |
Definition at line 59 of file otbConcatenateVectorDataFilter.h.
typedef DataNodeType::PolygonType::VertexType otb::ConcatenateVectorDataFilter< TVectorData >::VertexType |
Definition at line 67 of file otbConcatenateVectorDataFilter.h.
|
protected |
Definition at line 31 of file otbConcatenateVectorDataFilter.hxx.
References otb::DOCUMENT, and otb::FOLDER.
|
inlineoverrideprotected |
Definition at line 83 of file otbConcatenateVectorDataFilter.h.
|
privatedelete |
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.
virtual::itk::LightObject::Pointer otb::ConcatenateVectorDataFilter< TVectorData >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
Triggers the Computation of the sample list
Definition at line 74 of file otbConcatenateVectorDataFilter.hxx.
const TVectorData * otb::ConcatenateVectorDataFilter< TVectorData >::GetInput | ( | unsigned int | idx | ) | const |
Definition at line 64 of file otbConcatenateVectorDataFilter.hxx.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
privatedelete |
|
overrideprotected |
Definition at line 44 of file otbConcatenateVectorDataFilter.hxx.
|
protected |
Recursive method to visit efficiently the vectordata
Definition at line 111 of file otbConcatenateVectorDataFilter.hxx.
References otb::DOCUMENT, otb::FEATURE_COLLECTION, otb::FEATURE_LINE, otb::FEATURE_MULTILINE, otb::FEATURE_MULTIPOINT, otb::FEATURE_MULTIPOLYGON, otb::FEATURE_POINT, otb::FEATURE_POLYGON, otb::FOLDER, and otb::ROOT.
|
private |
Definition at line 99 of file otbConcatenateVectorDataFilter.h.
|
private |
Definition at line 98 of file otbConcatenateVectorDataFilter.h.