#include <GeometricOp.h>
Public Member Functions | |
GeometricOp () | |
std::vector< std::string > | GetOutputDSetNames () |
virtual bool | paramsAreValid () |
virtual bool | run ()=0 |
void | setInput (te::da::DataSourcePtr inDsrc, std::string inDsetName, std::unique_ptr< te::da::DataSetTypeConverter > converter) |
void | setOutput (std::unique_ptr< da::DataSource > outDsrc, std::string dsname) |
void | setParams (std::vector< std::string > selectedProps, std::vector< te::vp::GeometricOperation > operations, te::vp::GeometricOpObjStrategy objStrategy, std::string attribute) |
virtual | ~GeometricOp () |
Protected Member Functions | |
te::da::DataSetType * | GetDataSetType (te::vp::GeometricOpObjStrategy, bool MultiGeomColumns, int geomOp=-1) |
Protected Attributes | |
std::string | m_attribute |
std::unique_ptr< te::da::DataSetTypeConverter > | m_converter |
std::string | m_inDsetName |
te::da::DataSourcePtr | m_inDsrc |
te::vp::GeometricOpObjStrategy | m_objStrategy |
std::vector< te::vp::GeometricOperation > | m_operations |
std::string | m_outDsetName |
std::vector< std::string > | m_outDsetNameVec |
std::unique_ptr< te::da::DataSource > | m_outDsrc |
std::vector< std::string > | m_selectedProps |
Definition at line 48 of file GeometricOp.h.
te::vp::GeometricOp::GeometricOp | ( | ) |
|
inlinevirtual |
Definition at line 54 of file GeometricOp.h.
|
protected |
std::vector<std::string> te::vp::GeometricOp::GetOutputDSetNames | ( | ) |
|
virtual |
|
pure virtual |
Implemented in te::vp::GeometricOpQuery, and te::vp::GeometricOpMemory.
void te::vp::GeometricOp::setInput | ( | te::da::DataSourcePtr | inDsrc, |
std::string | inDsetName, | ||
std::unique_ptr< te::da::DataSetTypeConverter > | converter | ||
) |
void te::vp::GeometricOp::setOutput | ( | std::unique_ptr< da::DataSource > | outDsrc, |
std::string | dsname | ||
) |
void te::vp::GeometricOp::setParams | ( | std::vector< std::string > | selectedProps, |
std::vector< te::vp::GeometricOperation > | operations, | ||
te::vp::GeometricOpObjStrategy | objStrategy, | ||
std::string | attribute | ||
) |
|
protected |
Definition at line 87 of file GeometricOp.h.
|
protected |
Definition at line 82 of file GeometricOp.h.
|
protected |
Definition at line 81 of file GeometricOp.h.
|
protected |
Definition at line 80 of file GeometricOp.h.
|
protected |
Definition at line 86 of file GeometricOp.h.
|
protected |
Definition at line 85 of file GeometricOp.h.
|
protected |
Definition at line 90 of file GeometricOp.h.
|
protected |
Definition at line 91 of file GeometricOp.h.
|
protected |
Definition at line 89 of file GeometricOp.h.
|
protected |
Definition at line 84 of file GeometricOp.h.