![]() |
API Documentation
|
A variable shared between NDEVR and CAD. More...
#include <CADEntities.h>
Public Types | |
| enum | CADVARType { e_double , e_int , e_string } |
Public Member Functions | |
| CADVariable () | |
| CADVariable (const String &label) | |
| CADVariable (const String &label, sint04 key_label, const fltp08 &value) | |
| CADVariable (const String &label, sint04 key_label, const String &value) | |
| CADVariable (const String &label, sint04 key_label, const uint04 &value) | |
| CADVariable (const String &label, Vector< 2, fltp08 > data) | |
| CADVariable (const String &label, Vector< 3, fltp08 > data) | |
Public Attributes | |
| String | label |
| Buffer< std::pair< sint04, String > > | values |
| CADVARType | var_type |
A variable shared between NDEVR and CAD.
| enum CADVARType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| String label |
| CADVARType var_type |