28 #ifndef __TERRALIB_SA_INTERNAL_SAMPLEPOINTSGENERATORRANDOM_H
29 #define __TERRALIB_SA_INTERNAL_SAMPLEPOINTSGENERATORRANDOM_H
40 namespace da {
class DataSetType; }
41 namespace mem {
class DataSet; }
This file contains a virtual class to generate samples points.
A class that models the description of a dataset.
Virtual class to generate samples points.
Class to generate samples points using random strategy.
void setNumberOfPoints(int nPoints)
virtual std::unique_ptr< te::mem::DataSet > generateSamples(te::da::DataSetType *dsType)
SamplePointsGeneratorRandom()
Default constructor.
int m_nPoints
Attribute used to define the number of points to be generated.
virtual ~SamplePointsGeneratorRandom()
Virtual destructor.
virtual std::unique_ptr< te::da::DataSetType > createDataSetType()
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.