openModeller  Version 1.5.0
test_rules_dummy_sampler.cpp
Go to the documentation of this file.
1 
31 #include <garp_sampler.hh>
32 
33 SampledData::SampledData() {}
34 SampledData::~SampledData() {}
35 GarpCustomSampler::GarpCustomSampler() {}
36 GarpCustomSampler::~GarpCustomSampler() {}
37 void GarpCustomSampler::initialize(const SamplerPtr&, int) {}
38 int GarpCustomSampler::resamples() {}
39 Scalar * GarpCustomSampler::getSample(Scalar *) { g_log("#### dummy getSample() called ####\n"); }
40 int * GarpCustomSampler::getFrequencies(double, int *) {}
41 void GarpCustomSampler::createBioclimHistogram(double, double, double) {}
42 void GarpCustomSampler::getBioclimRange(Scalar, int, Scalar *, Scalar *) {}
43 int GarpCustomSampler::dim() { g_log("#### dummy dim() called ####\n"); }
double Scalar
Type of map values.
Definition: om_defs.hh:39