QTrk
Public Member Functions | Public Attributes | List of all members
LocalizationJob Struct Reference

Structure for region of interest metadata. More...

#include <qtrk_c_api.h>

Public Member Functions

 LocalizationJob ()
 
 LocalizationJob (uint frame, uint timestamp, uint zlutPlane, uint zlutIndex)
 

Public Attributes

uint frame
 Frame number this ROI belongs to. More...
 
uint timestamp
 Time stamp of the frame. More...
 
int zlutIndex
 Bead number of this ROI. Used to get the right ZLUT from memory. More...
 
vector3f initialPos
 Optional (Not used) More...
 

Detailed Description

Structure for region of interest metadata.

Compiled without padding to line up with LabVIEW alignment. Size is 24 bytes.

Warning
Changing this requires changing of the linked LabVIEW cluster QTrkLocalizationJob.ctl.
Note
Frame and timestamp are ignored by tracking code itself, but usable for the calling code.

Definition at line 49 of file qtrk_c_api.h.

Constructor & Destructor Documentation

§ LocalizationJob() [1/2]

LocalizationJob::LocalizationJob ( )
inline

Definition at line 50 of file qtrk_c_api.h.

50  {
52  }
int zlutIndex
Bead number of this ROI. Used to get the right ZLUT from memory.
Definition: qtrk_c_api.h:58
uint timestamp
Time stamp of the frame.
Definition: qtrk_c_api.h:57
uint frame
Frame number this ROI belongs to.
Definition: qtrk_c_api.h:56

§ LocalizationJob() [2/2]

LocalizationJob::LocalizationJob ( uint  frame,
uint  timestamp,
uint  zlutPlane,
uint  zlutIndex 
)
inline

Definition at line 53 of file qtrk_c_api.h.

53  :
55  {}
int zlutIndex
Bead number of this ROI. Used to get the right ZLUT from memory.
Definition: qtrk_c_api.h:58
uint timestamp
Time stamp of the frame.
Definition: qtrk_c_api.h:57
uint frame
Frame number this ROI belongs to.
Definition: qtrk_c_api.h:56

Member Data Documentation

§ frame

uint LocalizationJob::frame

Frame number this ROI belongs to.

Definition at line 56 of file qtrk_c_api.h.

§ initialPos

vector3f LocalizationJob::initialPos

Optional (Not used)

Definition at line 59 of file qtrk_c_api.h.

§ timestamp

uint LocalizationJob::timestamp

Time stamp of the frame.

Definition at line 57 of file qtrk_c_api.h.

§ zlutIndex

int LocalizationJob::zlutIndex

Bead number of this ROI. Used to get the right ZLUT from memory.

Definition at line 58 of file qtrk_c_api.h.


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