UnitSphereSampler.cpp
Go to the documentation of this file.
1 
21 
22 namespace next_best_view {
23  UnitSphereSampler::UnitSphereSampler(const uint32_t &samples) : CommonClass(), mSamples(samples) {
24  }
25 
27 
28  void UnitSphereSampler::setSamples(const uint32_t &samples) {
29  mSamples = samples;
30  }
31 
33  return mSamples;
34  }
35 }
virtual ~UnitSphereSampler()
destructor for UnitSphereSampler object.
this namespace contains all generally usable classes.
UnitSphereSampler(const uint32_t &samples=0)
constructor for UnitSphereSampler object
void setSamples(const uint32_t &samples)
sets the samples made from the unit sphere


asr_next_best_view
Author(s): Aumann Florian, Borella Jocelyn, Heller Florian, Meißner Pascal, Schleicher Ralf, Stöckle Patrick, Stroh Daniel, Trautmann Jeremias, Walter Milena, Wittenbeck Valerij
autogenerated on Thu Jan 9 2020 07:20:18