Home
last modified time | relevance | path

Searched refs:spin_once_state_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/viz/src/
Dvizimpl.cpp50 cv::viz::Viz3d::VizImpl::VizImpl(const String &name) : spin_once_state_(false), in VizImpl()
99 bool stopped = spin_once_state_ ? interactor_ == 0 : false; in wasStopped()
100 spin_once_state_ &= !stopped; in wasStopped()
159 spin_once_state_ = true; in spinOnce()
Dvizimpl.hpp120 mutable bool spin_once_state_; member