Enum FieldClass¶
Defined in File field.h
Enum Documentation¶
-
enum class ouster::sdk::core::FieldClass¶
Classes of LidarFrame fields.
Values:
-
enumerator PIXEL_FIELD = 0¶
Corresponds to fields of (height, width, …) dimensions.
-
enumerator COLUMN_FIELD = 1¶
Corresponds to fields that have first dimension equal to width.
-
enumerator PACKET_FIELD = 2¶
Corresponds to fields that have first dimension equal to number of packets necessary to construct a complete LidarFrame.
-
enumerator FRAME_FIELD = 3¶
Corresponds to fields of any dimension associated with the frame as a whole rather than any pixel, column or packet.
-
enumerator SCAN_FIELD = FRAME_FIELD¶
- Deprecated:
Use FRAME_FIELD instead
- Deprecated:
Use FRAME_FIELD instead. The last supported version for this will be 1.0.0 .
-
enumerator COLLATION_FIELD = 4¶
Corresponds to fields of any dimension associated with collations of frames.
-
enumerator PIXEL_FIELD = 0¶