Main Page
Namespaces
Classes
Files
File List
File Members
include
next_best_view
unit_sphere_sampler
UnitSphereSampler.hpp
Go to the documentation of this file.
1
20
#ifndef UNITSPHERESAMPLER_HPP_
21
#define UNITSPHERESAMPLER_HPP_
22
23
#include "
next_best_view/common/CommonClass.hpp
"
24
#include "
typedef.hpp
"
25
26
namespace
next_best_view
{
34
class
UnitSphereSampler
:
public
CommonClass
{
35
protected
:
39
uint32_t
mSamples
;
40
public
:
45
UnitSphereSampler
(
const
uint32_t &samples = 0);
46
50
virtual
~UnitSphereSampler
();
51
55
virtual
SimpleQuaternionCollectionPtr
getSampledUnitSphere
() = 0;
56
61
void
setSamples
(
const
uint32_t &samples);
62
66
uint32_t
getSamples
();
67
};
68
72
typedef
boost::shared_ptr<UnitSphereSampler>
UnitSphereSamplerPtr
;
73
}
74
75
#endif
/* UNITSPHERESAMPLER_HPP_ */
next_best_view::CommonClass
Definition:
CommonClass.hpp:26
next_best_view::UnitSphereSampler
UnitSphereSampler samples a unit sphere.
Definition:
UnitSphereSampler.hpp:34
next_best_view::UnitSphereSampler::~UnitSphereSampler
virtual ~UnitSphereSampler()
destructor for UnitSphereSampler object.
Definition:
UnitSphereSampler.cpp:26
boost::shared_ptr
next_best_view
this namespace contains all generally usable classes.
Definition:
CameraModelFilter.hpp:26
CommonClass.hpp
typedef.hpp
next_best_view::UnitSphereSampler::getSampledUnitSphere
virtual SimpleQuaternionCollectionPtr getSampledUnitSphere()=0
next_best_view::UnitSphereSampler::mSamples
uint32_t mSamples
sample count.
Definition:
UnitSphereSampler.hpp:39
next_best_view::UnitSphereSamplerPtr
boost::shared_ptr< UnitSphereSampler > UnitSphereSamplerPtr
Definition for the shared pointer type of the class.
Definition:
UnitSphereSampler.hpp:72
next_best_view::UnitSphereSampler::UnitSphereSampler
UnitSphereSampler(const uint32_t &samples=0)
constructor for UnitSphereSampler object
Definition:
UnitSphereSampler.cpp:23
next_best_view::UnitSphereSampler::getSamples
uint32_t getSamples()
Definition:
UnitSphereSampler.cpp:32
next_best_view::UnitSphereSampler::setSamples
void setSamples(const uint32_t &samples)
sets the samples made from the unit sphere
Definition:
UnitSphereSampler.cpp:28
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