Public Types | Static Public Attributes | List of all members
vtkDynamicProperties Class Reference

Key names and types for dynamic properties. More...

#include <vtkDynamicProperties.h>

Public Types

enum  Type { BOOL, INT, DOUBLE, INVALID_TYPE }
 

Static Public Attributes

static constexpr const char * VERSION_KEY = "version"
 
static constexpr const char * PROPERTIES_KEY = "properties"
 
static constexpr const char * NAME_KEY = "name"
 
static constexpr const char * TYPE_KEY = "type"
 
static constexpr const char * DESCRIPTION_KEY = "description"
 
static constexpr const char * DEFAULT_KEY = "default"
 
static constexpr const char * VALUE_KEY = "value"
 
static constexpr const char * MIN_KEY = "min"
 
static constexpr const char * MAX_KEY = "max"
 

Detailed Description

Key names and types for dynamic properties.

See:

Definition at line 29 of file vtkDynamicProperties.h.

Member Enumeration Documentation

◆ Type

Enumerator
BOOL 
INT 
DOUBLE 
INVALID_TYPE 

Definition at line 41 of file vtkDynamicProperties.h.

Member Data Documentation

◆ VERSION_KEY

constexpr const char* vtkDynamicProperties::VERSION_KEY = "version"
static

Definition at line 31 of file vtkDynamicProperties.h.

◆ PROPERTIES_KEY

constexpr const char* vtkDynamicProperties::PROPERTIES_KEY = "properties"
static

Definition at line 32 of file vtkDynamicProperties.h.

◆ NAME_KEY

constexpr const char* vtkDynamicProperties::NAME_KEY = "name"
static

Definition at line 33 of file vtkDynamicProperties.h.

◆ TYPE_KEY

constexpr const char* vtkDynamicProperties::TYPE_KEY = "type"
static

Definition at line 34 of file vtkDynamicProperties.h.

◆ DESCRIPTION_KEY

constexpr const char* vtkDynamicProperties::DESCRIPTION_KEY = "description"
static

Definition at line 35 of file vtkDynamicProperties.h.

◆ DEFAULT_KEY

constexpr const char* vtkDynamicProperties::DEFAULT_KEY = "default"
static

Definition at line 36 of file vtkDynamicProperties.h.

◆ VALUE_KEY

constexpr const char* vtkDynamicProperties::VALUE_KEY = "value"
static

Definition at line 37 of file vtkDynamicProperties.h.

◆ MIN_KEY

constexpr const char* vtkDynamicProperties::MIN_KEY = "min"
static

Definition at line 38 of file vtkDynamicProperties.h.

◆ MAX_KEY

constexpr const char* vtkDynamicProperties::MAX_KEY = "max"
static

Definition at line 39 of file vtkDynamicProperties.h.


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