threading.cpp
Go to the documentation of this file.
00001 #include "threading.h"
00002 
00003 
00004 TrackerThread::TrackerThread(tracking::Tracker& tracker) : tracker_(tracker){
00005 }
00006 
00007 void TrackerThread::operator()(){
00008   tracker_.start(); //start state machine
00009 }


visp_auto_tracker
Author(s): Filip Novotny
autogenerated on Fri Aug 28 2015 13:36:44