|
|
#include <VisionX/gui-plugins/PointCloudViewer/Manager.h>
Inheritance diagram for Manager:Public Member Functions | |
| CoinPointCloud * | getCloudByName (const std::string &name) |
| std::vector< std::string > | getRegisteredPointClouds () |
| Manager () | |
| void | registerPointCloud (const std::string &name) |
| void | unregisterPointCloud (const std::string &name) |
| void | updatePointCloud (const std::string &name, CoinPointCloud &cloud) |
| ~Manager () override | |
| Manager | ( | ) |
Definition at line 29 of file Manager.cpp.
|
override |
Definition at line 33 of file Manager.cpp.
| CoinPointCloud * getCloudByName | ( | const std::string & | name | ) |
Definition at line 80 of file Manager.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector< std::string > getRegisteredPointClouds | ( | ) |
| void registerPointCloud | ( | const std::string & | name | ) |
| void unregisterPointCloud | ( | const std::string & | name | ) |
Definition at line 48 of file Manager.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void updatePointCloud | ( | const std::string & | name, |
| CoinPointCloud & | cloud | ||
| ) |