Struct SimOne_Data_Marker¶
ClassList > SimOne_Data_Marker
#include <SimOneIOStruct.h>
Inherits the following classes: SimOne_Data
Public Attributes¶
| Type | Name |
|---|---|
| int | markerSize |
| SimOne_Data_Marker_Entry | markers |
Public Attributes inherited from SimOne_Data¶
See SimOne_Data
| Type | Name |
|---|---|
| int | frame = 0 |
| long long | timestamp = 0 |
| int | version = 0 |
Public Attributes Documentation¶
variable markerSize¶
int SimOne_Data_Marker::markerSize;
标记的数量 * Number of markers
variable markers¶
SimOne_Data_Marker_Entry SimOne_Data_Marker::markers[1024];
标记条目数组,最多可包含 100 个标记 * Array of marker entries, with a maximum of 100 markers
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h