This file contains a class to generate samples points using stratified strategy. More...
#include "../../geometry/Geometry.h"
#include "SamplePointsGeneratorAbstract.h"
#include <map>
#include <memory>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int_distribution.hpp>
Go to the source code of this file.
Classes | |
class | te::sa::SamplePointsGeneratorStratified |
Class to generate samples points using stratified strategy. More... | |
Namespaces | |
te | |
TerraLib. | |
te::da | |
Namespace for the DataAccess API of TerraLib. | |
te::mem | |
Namespace for the memory data source of TerraLib. | |
te::sa | |
Namespace for the TerraLib SA module. | |
This file contains a class to generate samples points using stratified strategy.
\reference Adapted from TerraLib4.
Definition in file SamplePointsGeneratorStratified.h.