QTrk
Public Member Functions | Public Attributes | List of all members
QueuedCPUTracker::Job Struct Reference

Structure around LocalizationJob to link data and job. More...

Public Member Functions

 Job ()
 
 ~Job ()
 

Public Attributes

uchardata
 Pointer to the location in memory where the ROI for this job is located. More...
 
QTRK_PixelDataType dataType
 Data type of the image. More...
 
LocalizationJob job
 The regular LocalizationJob job information. More...
 

Detailed Description

Structure around LocalizationJob to link data and job.

Definition at line 139 of file QueuedCPUTracker.h.

Constructor & Destructor Documentation

§ Job()

QueuedCPUTracker::Job::Job ( )
inline

Definition at line 140 of file QueuedCPUTracker.h.

140 { data=0; dataType=QTrkU8; }
uchar * data
Pointer to the location in memory where the ROI for this job is located.
QTRK_PixelDataType dataType
Data type of the image.
8 bit unsigned int
Definition: qtrk_c_api.h:35

§ ~Job()

QueuedCPUTracker::Job::~Job ( )
inline

Definition at line 141 of file QueuedCPUTracker.h.

141 { delete[] data; }
uchar * data
Pointer to the location in memory where the ROI for this job is located.

Member Data Documentation

§ data

uchar* QueuedCPUTracker::Job::data

Pointer to the location in memory where the ROI for this job is located.

Definition at line 143 of file QueuedCPUTracker.h.

§ dataType

QTRK_PixelDataType QueuedCPUTracker::Job::dataType

Data type of the image.

Definition at line 144 of file QueuedCPUTracker.h.

§ job

LocalizationJob QueuedCPUTracker::Job::job

The regular LocalizationJob job information.

Definition at line 145 of file QueuedCPUTracker.h.


The documentation for this struct was generated from the following file: