28 #ifndef __TERRALIB_SA_INTERNAL_BAYESPARAMS_H
29 #define __TERRALIB_SA_INTERNAL_BAYESPARAMS_H
32 #include "../../dataaccess/dataset/DataSet.h"
33 #include "../../dataaccess/dataset/DataSetType.h"
34 #include "../../dataaccess/datasource/DataSource.h"
35 #include "../core/GeneralizedProximityMatrix.h"
36 #include "../Config.h"
65 m_populationAttrName =
"";
76 std::auto_ptr<te::da::DataSet>
m_ds;
77 std::auto_ptr<te::sa::GeneralizedProximityMatrix>
m_gpm;
101 m_outputDataSetName =
"";
118 #endif //__TERRALIB_SA_INTERNAL_BAYESPARAMS_H
Class that represents the Bayes output parameters.
boost::shared_ptr< DataSource > DataSourcePtr
std::string m_outputDataSetName
Attribute that defines the output dataset name.
BayesOutputParams()
Default constructor.
~BayesOutputParams()
Virtual destructor.
te::da::DataSourcePtr m_ds
Pointer to the output datasource.
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.