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