28 #ifndef __TERRALIB_SA_INTERNAL_BAYESGLOBALOPERATION_H 
   29 #define __TERRALIB_SA_INTERNAL_BAYESGLOBALOPERATION_H 
   32 #include "../Config.h" 
   43   namespace da  { 
class DataSetType; }
 
   44   namespace gm  { 
class Geometry; }
 
   45   namespace mem { 
class DataSet; }
 
   83         void runBayesGlobal(
te::mem::DataSet* ds, std::size_t eventIdx, std::size_t popIdx, std::size_t bayesIdx);
 
   94 #endif //__TERRALIB_SA_INTERNAL_BAYESGLOBALOPERATION_H 
Class that represents the Bayes output parameters. 
 
std::auto_ptr< te::sa::BayesOutputParams > m_outputParams
Attribute with the bayes output parameters. 
 
A class that models the description of a dataset. 
 
This file contains a class that represents the Bayes parameters. 
 
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver...
 
Class used to execute the bayes global operations. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< te::sa::BayesInputParams > m_inputParams
Attribute with the bayes input parameters.