SpiralApproxUnitSphereSampler samples a unit sphere in a spiral manner. More...
#include <SpiralApproxUnitSphereSampler.hpp>

Public Member Functions | |
| SimpleQuaternionCollectionPtr | getSampledUnitSphere () |
| SpiralApproxUnitSphereSampler () | |
| constructor SpiralApproxUnitSphereSampler object More... | |
| virtual | ~SpiralApproxUnitSphereSampler () |
| destructor SpiralApproxUnitSphereSampler object More... | |
Public Member Functions inherited from next_best_view::UnitSphereSampler | |
| uint32_t | getSamples () |
| void | setSamples (const uint32_t &samples) |
| sets the samples made from the unit sphere More... | |
| UnitSphereSampler (const uint32_t &samples=0) | |
| constructor for UnitSphereSampler object More... | |
| virtual | ~UnitSphereSampler () |
| destructor for UnitSphereSampler object. More... | |
Public Member Functions inherited from next_best_view::CommonClass | |
| CommonClass () | |
| constructor More... | |
| virtual IndicesPtr & | getIndices () |
| virtual ObjectPointCloudPtr & | getInputCloud () |
| virtual void | setIndices (const IndicesPtr &indicesPtr) |
| setting the shared pointer to the active indices of the point cloud. More... | |
| virtual void | setInputCloud (const ObjectPointCloudPtr &pointCloudPtr) |
| setting the input cloud. More... | |
| virtual | ~CommonClass ()=0 |
| pure virtual deconstructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from next_best_view::UnitSphereSampler | |
| uint32_t | mSamples |
| sample count. More... | |
SpiralApproxUnitSphereSampler samples a unit sphere in a spiral manner.
Definition at line 33 of file SpiralApproxUnitSphereSampler.hpp.
| next_best_view::SpiralApproxUnitSphereSampler::SpiralApproxUnitSphereSampler | ( | ) |
constructor SpiralApproxUnitSphereSampler object
Definition at line 24 of file SpiralApproxUnitSphereSampler.cpp.
|
virtual |
destructor SpiralApproxUnitSphereSampler object
Definition at line 28 of file SpiralApproxUnitSphereSampler.cpp.
|
virtual |
Implements next_best_view::UnitSphereSampler.
Definition at line 30 of file SpiralApproxUnitSphereSampler.cpp.