We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd86558 + ba220d9 commit cc4bde5Copy full SHA for cc4bde5
visualization/include/pcl/visualization/pcl_visualizer.h
@@ -288,6 +288,8 @@ namespace pcl
288
* \param[in] time - How long (in ms) should the visualization loop be allowed to run.
289
* \param[in] force_redraw - if false it might return without doing anything if the
290
* interactor's framerate does not require a redraw yet.
291
+ * \note This function may not return immediately after the specified time has elapsed, for example if
292
+ * the user continues to interact with the visualizer, meaning that there are still events to process.
293
*/
294
void
295
spinOnce (int time = 1, bool force_redraw = false);
0 commit comments