| MetriVis | Overview | Download | User Manual | Development |
| Reference | Overview | Design Documentation | Reference Backend | Reference Frontend |
Data Fields | |
| std::string | String |
| Representing string. | |
| long double * | double_1D_array |
| Representing the double array. | |
| long double ** | double_2D_array |
| Representing the double array. | |
| long | length_x |
| The length of the double array (1D). | |
| long | length_y |
| The length of the double array (2D). | |
|
std::vector < std::vector < std::string > > | string_array |
| An 2D string array. | |
| MT_Type | type |
| The Type stored in this MultiType. | |
Only one of these values will be set, according to the type of this class.
1.5.3