VizKit  3.3.7
Public Attributes
VizKit::VisualDataStore::Value Class Reference

Stores a key-value-pair of values. More...

List of all members.

Public Attributes

ValueKey key
 The key of the value (e.g.
int valueInt
 The integer value of the value (e.g.
float valueFloat
 The float value of the value (e.g.
char valueChar [256]
 The char value of the value (e.g.
bool valueBool
 The boolean value of the value (true or false).
ValueDataType dataType
 The format of the value data.

Detailed Description

Stores a key-value-pair of values.

The type of data of the value is set with the field dataType.


Member Data Documentation

The format of the value data.

The key of the value (e.g.

kTrackInfoTextureHeight).

The boolean value of the value (true or false).

The char value of the value (e.g.

"LucidaGrande").

The float value of the value (e.g.

1.35).

The integer value of the value (e.g.

32).


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

Generated on Sun May 3 2015 20:26:31 for VizKit by doxygen 1.8.0