#include <JsonTranslator.h>
|
|
| IntArray (const json_string &key, int initValue=0) |
| |
|
bool | tryReadFromJson (const JSONNode &node) |
| |
|
void | writeToJson (JSONNode &parent) |
| |
|
void | writeToVrCore (void(*setter)(const int values[])) |
| |
|
void | writeToVrCore (void(*setter)(const int values[], const LateralSide partialImage)) |
| |
|
void | readFromVrCore (void(*getter)(int values[])) |
| |
template<size_t n>
class vr::IntArray< n >
Array von Integer-Werten
- Author
- Robert Rossmair
The documentation for this class was generated from the following file: