28 #ifndef __TERRALIB_VP_INTERNAL_GROUP_THREAD_MANAGER_H    29 #define __TERRALIB_VP_INTERNAL_GROUP_THREAD_MANAGER_H    38 #include <boost/thread/mutex.hpp>    77                         , std::map<std::string, te::dt::AbstractData*> specificParams);
    81       bool getNextGroup(std::vector< te::mem::DataSetItem*>& nextGroup);
    83       bool getNextOutput(std::vector< te::mem::DataSetItem*>& nextOutput);
    91       std::map<std::string, te::dt::AbstractData*> getSpecificParameters();
    95       std::vector<std::string> getWarnings();
    99       void addOutput(std::vector<te::mem::DataSetItem*>& itemGroup);
   101       void addWarning(
const std::string& warning, 
const bool& appendIfExists = 
false);
   133 #endif // __TERRALIB_VP_INTERNAL_GROUP_THREAD_MANAGER_H 
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
virtual ~GroupThreadManager()
A class that models the description of a dataset. 
te::mem::DataSet * m_outputDataSet
This class can be used to inform the progress of a task. 
An abstract class for data providers like a DBMS, Web Services or a regular file. ...
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver...
boost::mutex m_mtxWarning
te::da::DataSetType * m_outputDataSetType
te::da::DataSet * m_dataSet
std::vector< std::string > m_warnings
std::map< std::string, std::vector< int > > m_groups
te::da::DataSource * m_outputDataSource
te::common::TaskProgress m_task
An implementation of the DatasetItem class for the TerraLib In-Memory Data Access driver...
A dataset is the unit of information manipulated by the data access module of TerraLib. 
Configuration flags for the Terrralib Vector Processing module. 
te::da::DataSetType * m_dataSetType
std::vector< std::vector< te::mem::DataSetItem * > > m_outputQueue
std::map< std::string, std::vector< int > >::iterator m_groupsIterator
std::map< std::string, te::dt::AbstractData * > m_specificParams