boost dependency has been removed

This commit is contained in:
ozantonkal
2013-05-30 20:01:33 +02:00
parent e10582ce4f
commit 6603cc4405
8 changed files with 70 additions and 125 deletions

View File

@@ -59,7 +59,8 @@ namespace temp_viz
void spin ();
void spinOnce (int time = 1, bool force_redraw = false);
void registerKeyboardCallback(void (*callback)(const cv::KeyboardEvent&, void*), void* cookie = NULL);
void registerKeyboardCallback(void (*callback)(const cv::KeyboardEvent&, void*), void* cookie = 0);
void registerMouseCallback(void (*callback)(const cv::MouseEvent&, void*), void* cookie = 0);
private:
Viz3d(const Viz3d&);