| 31 | } |
| 32 | |
| 33 | pcl::cloud_composer::ProjectModel* |
| 34 | pcl::cloud_composer::CloudViewer::getModel() const |
| 35 | { |
| 36 | if (this->count() == 0) |
| 37 | return nullptr; |
| 38 | return dynamic_cast<CloudView*>(currentWidget())->getModel(); |
| 39 | } |
| 40 | |
| 41 | void |
| 42 | pcl::cloud_composer::CloudViewer::addNewProject(ProjectModel* new_model) |
no outgoing calls