OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
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 317 of file ObTypes.h.

Member Data Documentation

◆ cur

float OBFloatPropertyRange::cur

Current value.

Definition at line 318 of file ObTypes.h.

Referenced by ob::getPropertyRange().

◆ max

float OBFloatPropertyRange::max

Maximum value.

Definition at line 319 of file ObTypes.h.

◆ min

float OBFloatPropertyRange::min

Minimum value.

Definition at line 320 of file ObTypes.h.

◆ step

float OBFloatPropertyRange::step

Step value.

Definition at line 321 of file ObTypes.h.

◆ def

float OBFloatPropertyRange::def

Default value.

Definition at line 322 of file ObTypes.h.


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