OrbbecSDK 2.8.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
OBFilterConfigSchemaItem Struct Reference

Configuration Item for the filter. More...

#include <ObTypes.h>

Public Attributes

const char * name
 Name of the configuration item.
OBFilterConfigValueType type
 Value type of the configuration item.
double min
 Minimum value casted to double.
double max
 Maximum value casted to double.
double step
 Step value casted to double.
double def
 Default value casted to double.
const char * desc
 Description of the configuration item.

Detailed Description

Configuration Item for the filter.

Definition at line 1717 of file ObTypes.h.

Member Data Documentation

◆ name

const char* OBFilterConfigSchemaItem::name

Name of the configuration item.

Definition at line 1718 of file ObTypes.h.

◆ type

OBFilterConfigValueType OBFilterConfigSchemaItem::type

Value type of the configuration item.

Definition at line 1719 of file ObTypes.h.

◆ min

double OBFilterConfigSchemaItem::min

Minimum value casted to double.

Definition at line 1720 of file ObTypes.h.

Referenced by ob::getPropertyRange().

◆ max

double OBFilterConfigSchemaItem::max

Maximum value casted to double.

Definition at line 1721 of file ObTypes.h.

Referenced by ob::getPropertyRange().

◆ step

double OBFilterConfigSchemaItem::step

Step value casted to double.

Definition at line 1722 of file ObTypes.h.

Referenced by ob::getPropertyRange().

◆ def

double OBFilterConfigSchemaItem::def

Default value casted to double.

Definition at line 1723 of file ObTypes.h.

Referenced by ob::getPropertyRange().

◆ desc

const char* OBFilterConfigSchemaItem::desc

Description of the configuration item.

Definition at line 1724 of file ObTypes.h.


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