| 92 | } |
| 93 | |
| 94 | void |
| 95 | pcl::cloud_composer::CloudView::refresh () |
| 96 | { |
| 97 | #if VTK_MAJOR_VERSION > 8 |
| 98 | qvtk_->renderWindow()->Render(); |
| 99 | #else |
| 100 | qvtk_->update (); |
| 101 | #endif // VTK_MAJOR_VERSION > 8 |
| 102 | } |
| 103 | |
| 104 | void |
| 105 | pcl::cloud_composer::CloudView::itemChanged (QStandardItem* changed_item) |
no test coverage detected