#include <AlgorithmParams.h>
Definition at line 51 of file AlgorithmParams.h.
◆ AlgorithmParams() [1/2]
te::vp::AlgorithmParams::AlgorithmParams |
( |
| ) |
|
◆ AlgorithmParams() [2/2]
Constructor.
- Parameters
-
map | with a DataSetName as a key and a DataSource as a value. |
- Note
- The AlgorithmParams will take the ownership of DataSource.
◆ ~AlgorithmParams()
te::vp::AlgorithmParams::~AlgorithmParams |
( |
| ) |
|
◆ addWarning()
void te::vp::AlgorithmParams::addWarning |
( |
const std::string & |
warning, |
|
|
const bool & |
appendIfExist = false |
|
) |
| |
◆ getInputParams()
◆ getOutputDataSetName()
const std::string & te::vp::AlgorithmParams::getOutputDataSetName |
( |
| ) |
|
◆ getOutputDataSource()
◆ getOutputSRID()
const int & te::vp::AlgorithmParams::getOutputSRID |
( |
| ) |
|
◆ getSpecificParams()
const std::map< std::string, te::dt::AbstractData * > & te::vp::AlgorithmParams::getSpecificParams |
( |
| ) |
|
◆ getWarnings()
const std::vector< std::string > & te::vp::AlgorithmParams::getWarnings |
( |
| ) |
|
◆ setInputParams()
void te::vp::AlgorithmParams::setInputParams |
( |
const std::vector< te::vp::InputParams > & |
setInputParams | ) |
|
◆ setOutputDataSetName()
void te::vp::AlgorithmParams::setOutputDataSetName |
( |
const std::string & |
outputDataSetName | ) |
|
◆ setOutputDataSource()
◆ setOutputSRID()
void te::vp::AlgorithmParams::setOutputSRID |
( |
const int & |
outputSRID | ) |
|
◆ setSpecificParams()
void te::vp::AlgorithmParams::setSpecificParams |
( |
const std::map< std::string, te::dt::AbstractData * > & |
specificParams | ) |
|
◆ m_inputParams
◆ m_outputDataSetName
std::string te::vp::AlgorithmParams::m_outputDataSetName |
|
protected |
◆ m_outputDataSource
◆ m_outputSRID
int te::vp::AlgorithmParams::m_outputSRID |
|
protected |
◆ m_specificParams
◆ m_warnings
std::vector<std::string> te::vp::AlgorithmParams::m_warnings |
|
protected |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/vp/AlgorithmParams.h