#include <MapBasedRandomSpaceSampler.hpp>
Public Member Functions | |
SamplePointCloudPtr | getSampledSpacePointCloud (SimpleVector3 currentSpacePosition=SimpleVector3(), float contractor=1.0) |
MapBasedRandomSpaceSampler (const MapHelperPtr &mapHelperPtr, unsigned int sampleSize) | |
constructor for RandomSpaceSampler object More... | |
Public Member Functions inherited from next_best_view::SpaceSampler | |
uint32_t | getSamples () |
double | getXbot () const |
double | getXtop () const |
double | getYbot () const |
double | getYtop () const |
void | setSamples (const uint32_t &samples) |
SpaceSampler () | |
constructor for SpaceSampler object More... | |
virtual | ~SpaceSampler () |
destructor for SpaceSampler 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... | |
Private Attributes | |
MapHelperPtr | mMapHelperPtr |
unsigned int | mSampleSize |
Additional Inherited Members | |
Protected Attributes inherited from next_best_view::SpaceSampler | |
double | xbot |
double | xtop |
double | ybot |
double | ytop |
Definition at line 27 of file MapBasedRandomSpaceSampler.hpp.
|
inline |
constructor for RandomSpaceSampler object
Definition at line 35 of file MapBasedRandomSpaceSampler.hpp.
|
virtual |
Implements next_best_view::SpaceSampler.
Definition at line 24 of file MapBasedRandomSpaceSampler.cpp.
|
private |
Definition at line 29 of file MapBasedRandomSpaceSampler.hpp.
|
private |
Definition at line 30 of file MapBasedRandomSpaceSampler.hpp.