Searched defs:VizImpl (Results 1 – 2 of 2) sorted by relevance
49 struct cv::viz::Viz3d::VizImpl struct in cv::viz::Viz3d52 typedef Viz3d::KeyboardCallback KeyboardCallback;53 typedef Viz3d::MouseCallback MouseCallback;55 int ref_counter;106 struct TimerCallback : public vtkCommand113 struct ExitCallback : public vtkCommand120 mutable bool spin_once_state_;121 vtkSmartPointer<vtkRenderWindowInteractor> interactor_;123 vtkSmartPointer<vtkRenderWindow> window_;124 String window_name_;[all …]
50 cv::viz::Viz3d::VizImpl::VizImpl(const String &name) : spin_once_state_(false), in VizImpl() function in cv::viz::Viz3d::VizImpl