|
Gromacs
2026.0-dev-20251106-2ba968f
|
#include <gromacs/fileio/matio.h>
A matrix of integers, plus supporting values, such as used in XPM output.
Public Attributes | |
| unsigned int | flags = 0 |
| Defines if x and y are spatial dimensions. See comments on MAT_*. | |
| int | nx = 0 |
| Size of the matrix in x. | |
| int | ny = 0 |
| Size of the matrix in y. | |
| std::string | title |
| Matrix title. | |
| std::string | legend |
| Label for the continuous legend. | |
| std::string | label_x |
| Label for the x-axis. | |
| std::string | label_y |
| Label for the y-axis. | |
| bool | bDiscrete = false |
| Whether the quantity described is discrete or continuous. | |
| std::vector< real > | axis_x |
| The x-ticklabels. | |
| std::vector< real > | axis_y |
| The y-ticklabels. | |
| DynamicMatrix2D< t_matelmt > | matrix |
| Element x,y is matrix(x, y) | |
| std::vector< t_mapping > | map |
| Color levels for the output(?) | |
1.8.5