PropertyNode
origin.h
Name | Brief | Example |
---|---|---|
PropertyNode | Default constructor. |
|
Name | Brief | Example |
---|---|---|
pVal | Void pointer value of the node. | Examples |
bVals | Vector of char values of the node. | Examples |
bVals2 | Matrix of char values of the node. | Examples |
dVal | Double value of the node. | Examples |
dVals | Vector of double values of the node. | Examples |
dVals2 | Matrix of double values of the node. | Examples |
fVals | Vector of float values of the node. | Examples |
fVals2 | Matrix of float values of the node. | Examples |
nVal | Integer value of the node. | Examples |
nVal64 | 64-bit integer value of the node. | Examples |
nVals | Vector of integer values of the node. | Examples |
nVals2 | Matrix of integer values of the node. | Examples |
oipVal | A signed integer type for pointer precision of the node. | Examples |
pict | Save a picture in node. | Examples |
strVal | String value of the node. | Examples |
strVals | Vector of string values of the node. | Examples |
sVals | Vector of short integer values of the node. | Examples |
sVals2 | Matrix of short integer values of the node. | Examples |