Raytracing2DBasedSpaceSampler. More...
#include <Raytracing2DBasedSpaceSampler.hpp>
Public Member Functions | |
SamplePointCloudPtr | getSampledSpacePointCloud (SimpleVector3 currentSpacePosition=SimpleVector3(), float contractor=1.0) |
Raytracing2DBasedSpaceSampler (const MapHelperPtr &mapHelperPtr) | |
constructor for CostmapBasedSpaceSampler object More... | |
virtual | ~Raytracing2DBasedSpaceSampler () |
destructor for CostmapBasedSpaceSampler 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 |
Additional Inherited Members | |
Protected Attributes inherited from next_best_view::SpaceSampler | |
double | xbot |
double | xtop |
double | ybot |
double | ytop |
Raytracing2DBasedSpaceSampler.
Definition at line 34 of file Raytracing2DBasedSpaceSampler.hpp.
next_best_view::Raytracing2DBasedSpaceSampler::Raytracing2DBasedSpaceSampler | ( | const MapHelperPtr & | mapHelperPtr | ) |
constructor for CostmapBasedSpaceSampler object
Definition at line 23 of file Raytracing2DBasedSpaceSampler.cpp.
|
virtual |
destructor for CostmapBasedSpaceSampler object
Definition at line 26 of file Raytracing2DBasedSpaceSampler.cpp.
|
virtual |
Implements next_best_view::SpaceSampler.
Definition at line 28 of file Raytracing2DBasedSpaceSampler.cpp.
|
private |
Definition at line 36 of file Raytracing2DBasedSpaceSampler.hpp.