VAT  3.0
Video Analysis Tool
setMultiModelObjectTrajectories2D.h
1 #ifndef SETMMT2DS_H
2 #define SETMMT2DS_H
3 
4 #include <QPainter>
5 
6 #include "drawInterface.h"
7 #include "src/RMMT/RMMMobileObject.h"
8 
10 {
11 public:
13 
15 
16  //Set module configuration parameters
17  bool setParameters(QDomNode &config);
18 
19  //Initialization after reading parameters
20  bool init();
21 
22  //Function executed at each frame
23  bool draw(QImage **image);
24 
25  bool paint(QImage *image);
26 
27  void displayShowRMMMobileTrajectory2D(QPainter &painter, SpRMMMobileObject mobileObject);
28 
29 };
30 
31 #endif // SETMMT2DS_H
Definition: drawInterface.h:23
An object of this class is instantiated at main code, and this object is used by every class to push ...
Definition: Datapool.h:39
Definition: setMultiModelObjectTrajectories2D.h:9