28 #ifndef __TERRALIB_VP_INTERNAL_ALGORITHM_PARAMS_H    29 #define __TERRALIB_VP_INTERNAL_ALGORITHM_PARAMS_H    32 #include "../dataaccess/dataset/DataSet.h"    33 #include "../dataaccess/datasource/DataSource.h"    65                       const std::string& outputDataSetName,
    66                       const std::map<std::string, te::dt::AbstractData*>& specificParams);
    72       std::vector<te::vp::InputParams> getInputParams();
    74       void setInputParams(
const std::vector<te::vp::InputParams>& setInputParams);
    82       const std::string& getOutputDataSetName();
    84       void setOutputDataSetName(
const std::string& outputDataSetName);
    87       const std::map<std::string, te::dt::AbstractData*>& getSpecificParams();
    89       void setSpecificParams(
const std::map<std::string, te::dt::AbstractData*>& specificParams);
   100 #endif // __TERRALIB_VP_INTERNAL_ALGORITHM_PARAMS_H #define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::map< std::string, te::dt::AbstractData * > m_specificParams
 
An abstract class for data providers like a DBMS, Web Services or a regular file. ...
 
te::da::DataSource * m_outputDataSource
 
std::vector< te::vp::InputParams > m_inputParams
 
Configuration flags for the Terrralib Vector Processing module. 
 
std::string m_outputDataSetName