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