te::vp::InputParams Struct Reference

A structure to hold the input parameters of vector processing. More...

#include <InputParams.h>

Public Member Functions

void clear ()
 Clear the structure. More...
 
 InputParams ()
 Constructor. More...
 
 InputParams (const InputParams &rhs)
 Copy constructor. More...
 
InputParamsoperator= (const InputParams &rhs)
 Assignment operator. More...
 
 ~InputParams ()
 Destructor. More...
 

Public Attributes

te::da::DataSetm_inputDataSet
 Is required for operations in memory. More...
 
std::string m_inputDataSetName
 Deprecated. More...
 
te::da::DataSetTypem_inputDataSetType
 Is required. More...
 
te::da::DataSourcePtr m_inputDataSource
 Is Required. More...
 
te::da::Selectm_inputQuery
 Is required for operations in spatial database. More...
 

Detailed Description

A structure to hold the input parameters of vector processing.

Definition at line 50 of file InputParams.h.

Constructor & Destructor Documentation

te::vp::InputParams::InputParams ( )

Constructor.

Definition at line 29 of file InputParams.cpp.

te::vp::InputParams::InputParams ( const InputParams rhs)

Copy constructor.

Parameters
rhsThe right-hand-side copy used to copy from.

Definition at line 38 of file InputParams.cpp.

References m_inputDataSet, m_inputDataSetName, m_inputDataSetType, m_inputDataSource, and m_inputQuery.

te::vp::InputParams::~InputParams ( )

Destructor.

Definition at line 52 of file InputParams.cpp.

References clear().

Member Function Documentation

void te::vp::InputParams::clear ( void  )

Clear the structure.

Definition at line 73 of file InputParams.cpp.

References m_inputDataSet, m_inputDataSetName, m_inputDataSetType, m_inputDataSource, and m_inputQuery.

Referenced by operator=(), and ~InputParams().

te::vp::InputParams & te::vp::InputParams::operator= ( const InputParams rhs)

Assignment operator.

Parameters
rhsThe right-hand-side copy used to copy from.
Returns
A reference to this object.

Definition at line 57 of file InputParams.cpp.

References clear(), m_inputDataSet, m_inputDataSetName, m_inputDataSetType, m_inputDataSource, and m_inputQuery.

Member Data Documentation

std::string te::vp::InputParams::m_inputDataSetName

Deprecated.

Definition at line 87 of file InputParams.h.

Referenced by clear(), InputParams(), and operator=().

te::da::Select* te::vp::InputParams::m_inputQuery

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