VAT
3.0
Video Analysis Tool
Main Page
ToDo
Modules
Parameters
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
DRAW
setGroundtruthProcessTrajectory2D.h
1
#ifndef SETGPT2D_H
2
#define SETGPT2D_H
3
4
#include <QPainter>
5
6
#include "drawInterface.h"
7
8
class
setGroundtruthProcessTrajectory2D
:
public
drawInterface
9
{
10
public
:
11
setGroundtruthProcessTrajectory2D
(
Datapool
*i_data);
12
13
14
~
setGroundtruthProcessTrajectory2D
();
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
};
28
29
#endif // SETGPT2D_H
drawInterface
Definition:
drawInterface.h:23
Datapool
An object of this class is instantiated at main code, and this object is used by every class to push ...
Definition:
Datapool.h:39
setGroundtruthProcessTrajectory2D
Definition:
setGroundtruthProcessTrajectory2D.h:8
Generated on Fri Jan 15 2016 06:14:51 for VAT by
1.8.11