PlaneSubSpaceSampler implements the space sampling in a plane. More...
#include <PlaneSubSpaceSampler.hpp>
Public Member Functions | |
SamplePointCloudPtr | getSampledSpacePointCloud (SimpleVector3 currentSpacePosition=SimpleVector3(), float contractor=1.0) |
PlaneSubSpaceSampler () | |
constructor for PlaneSubSpaceSampler object More... | |
virtual | ~PlaneSubSpaceSampler () |
destructor for PlaneSubSpaceSampler 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... | |
Additional Inherited Members | |
Protected Attributes inherited from next_best_view::SpaceSampler | |
double | xbot |
double | xtop |
double | ybot |
double | ytop |
PlaneSubSpaceSampler implements the space sampling in a plane.
Definition at line 34 of file PlaneSubSpaceSampler.hpp.
next_best_view::PlaneSubSpaceSampler::PlaneSubSpaceSampler | ( | ) |
constructor for PlaneSubSpaceSampler object
Definition at line 24 of file PlaneSubSpaceSampler.cpp.
|
virtual |
destructor for PlaneSubSpaceSampler object
Definition at line 28 of file PlaneSubSpaceSampler.cpp.
|
virtual |
Implements next_best_view::SpaceSampler.
Definition at line 32 of file PlaneSubSpaceSampler.cpp.