Searched refs:VizStorage (Results 1 – 5 of 5) sorted by relevance
96 cv::viz::VizStorage cv::viz::VizStorage::init;97 cv::viz::VizMap cv::viz::VizStorage::storage;102 cv::viz::VizStorage::VizStorage() in VizStorage() function in cv::viz::VizStorage106 void cv::viz::VizStorage::unregisterAll() { storage.replace_clear(); } in unregisterAll()108 cv::viz::Viz3d& cv::viz::VizStorage::get(const String &window_name) in get()116 void cv::viz::VizStorage::add(const Viz3d& window) in add()124 bool cv::viz::VizStorage::windowExists(const String &window_name) in windowExists()130 void cv::viz::VizStorage::removeUnreferenced() in removeUnreferenced()139 cv::String cv::viz::VizStorage::generateWindowName(const String &window_name) in generateWindowName()158 void cv::viz::unregisterAllWindows() { VizStorage::unregisterAll(); } in unregisterAllWindows()
75 if (VizStorage::windowExists(window_name)) in create()76 *this = VizStorage::get(window_name); in create()83 VizStorage::add(*this); in create()96 VizStorage::removeUnreferenced(); in release()
172 class VizStorage class181 VizStorage(); // Static192 static VizStorage init;
54 window_name_ = VizStorage::generateWindowName(name); in VizImpl()
319 friend class VizStorage;