Public Member Functions | |
void | RegisterWindow (const std::string &name) |
~CvWindows () | |
Private Member Functions | |
CvWindows () | |
Private Attributes | |
boost::mutex | mutex_ |
std::map< std::string, std::string > | windows_ |
Friends | |
class | boost::serialization::detail::singleton_wrapper< CvWindows > |
swri_opencv_util::CvWindows::~CvWindows | ( | ) | [inline] |
swri_opencv_util::CvWindows::CvWindows | ( | ) | [inline, private] |
void swri_opencv_util::CvWindows::RegisterWindow | ( | const std::string & | name | ) | [inline] |
friend class boost::serialization::detail::singleton_wrapper< CvWindows > [friend] |
boost::mutex swri_opencv_util::CvWindows::mutex_ [private] |
std::map<std::string, std::string> swri_opencv_util::CvWindows::windows_ [private] |