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... | |
| InputParams & | operator= (const InputParams &rhs) |
| Assignment operator. More... | |
| ~InputParams () | |
| Destructor. More... | |
Public Attributes | |
| te::da::DataSet * | m_inputDataSet |
| std::string | m_inputDataSetName |
| te::da::DataSetType * | m_inputDataSetType |
| te::da::DataSourcePtr | m_inputDataSource |
| te::da::Select * | m_inputRestriction |
A structure to hold the input parameters of vector processing.
Definition at line 50 of file InputParams.h.
| te::vp::InputParams::InputParams | ( | ) |
Constructor.
| te::vp::InputParams::InputParams | ( | const InputParams & | rhs | ) |
Copy constructor.
| rhs | The right-hand-side copy used to copy from. |
| te::vp::InputParams::~InputParams | ( | ) |
Destructor.
| void te::vp::InputParams::clear | ( | ) |
Clear the structure.
| InputParams& te::vp::InputParams::operator= | ( | const InputParams & | rhs | ) |
Assignment operator.
| rhs | The right-hand-side copy used to copy from. |
| te::da::DataSet* te::vp::InputParams::m_inputDataSet |
Definition at line 83 of file InputParams.h.
| std::string te::vp::InputParams::m_inputDataSetName |
Definition at line 82 of file InputParams.h.
| te::da::DataSetType* te::vp::InputParams::m_inputDataSetType |
Definition at line 84 of file InputParams.h.
| te::da::DataSourcePtr te::vp::InputParams::m_inputDataSource |
Definition at line 81 of file InputParams.h.
| te::da::Select* te::vp::InputParams::m_inputRestriction |
Definition at line 85 of file InputParams.h.