Class PointcloudDrawer
Defined in File PointcloudDrawer.h
Inheritance Relationships
Base Type
public octomap::ScanGraphDrawer
(Class ScanGraphDrawer)
Class Documentation
-
class PointcloudDrawer : public octomap::ScanGraphDrawer
Drawer which visualizes Pointclouds
Public Functions
-
PointcloudDrawer()
-
PointcloudDrawer(const ScanGraph &graph)
-
virtual ~PointcloudDrawer()
-
virtual void draw() const
Actual draw function which will be called to visualize the object
-
virtual void clear()
Clears the object’s representation (will be called when it gets invalid)
-
virtual void setScanGraph(const ScanGraph &graph)
-
PointcloudDrawer()