////////////////////////////////////////////////////////////////////////////////////////
| 153 | |
| 154 | ///////////////////////////////////////////////////////////////////////////////////////////// |
| 155 | void |
| 156 | pcl::visualization::Window::spin () |
| 157 | { |
| 158 | resetStoppedFlag (); |
| 159 | // Render the window before we start the interactor |
| 160 | win_->Render (); |
| 161 | interactor_->Start (); |
| 162 | } |
| 163 | |
| 164 | ///////////////////////////////////////////////////////////////////////////////////////////// |
| 165 | void |