OrbbecSDK 1.10.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
Public Attributes | List of all members
OBFloatPropertyRange Struct Reference

Structure for float range. More...

#include <ObTypes.h>

Public Attributes

float cur
 Current value.
 
float max
 Maximum value.
 
float min
 Minimum value.
 
float step
 Step value.
 
float def
 Default value.
 

Detailed Description

Structure for float range.

Definition at line 336 of file ObTypes.h.

Member Data Documentation

◆ cur

float OBFloatPropertyRange::cur

Current value.

Definition at line 337 of file ObTypes.h.

◆ max

float OBFloatPropertyRange::max

Maximum value.

Definition at line 338 of file ObTypes.h.

◆ min

float OBFloatPropertyRange::min

Minimum value.

Definition at line 339 of file ObTypes.h.

◆ step

float OBFloatPropertyRange::step

Step value.

Definition at line 340 of file ObTypes.h.

◆ def

float OBFloatPropertyRange::def

Default value.

Definition at line 341 of file ObTypes.h.


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