28 #ifndef __TERRALIB_VP_INTERNAL_ALGORITHM_PARAMS_H    29 #define __TERRALIB_VP_INTERNAL_ALGORITHM_PARAMS_H    33 #include "../dataaccess/dataset/DataSet.h"    34 #include "../dataaccess/datasource/DataSourceInfo.h"    66                       const std::string& outputDataSetName,
    67                       const int& outputSRID,
    68                       const std::map<std::string, te::dt::AbstractData*>& specificParams);
    74       std::vector<te::vp::InputParams> getInputParams();
    76       void setInputParams(
const std::vector<te::vp::InputParams>& setInputParams);
    84       const std::string& getOutputDataSetName();
    86       void setOutputDataSetName(
const std::string& outputDataSetName);
    89       const int& getOutputSRID();
    91       void setOutputSRID(
const int& outputSRID);
    94       const std::map<std::string, te::dt::AbstractData*>& getSpecificParams();
    96       void setSpecificParams(
const std::map<std::string, te::dt::AbstractData*>& specificParams);
    99       const std::vector<std::string>& getWarnings();
   101       void addWarning(
const std::string& warning, 
const bool& appendIfExist = 
false);
   117 #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
 
boost::shared_ptr< DataSource > DataSourcePtr
 
std::vector< te::vp::InputParams > m_inputParams
 
te::da::DataSourcePtr m_outputDataSource
 
Configuration flags for the Terrralib Vector Processing module. 
 
std::string m_outputDataSetName
 
std::vector< std::string > m_warnings