Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
t_matrix Struct Reference

#include <gromacs/fileio/matio.h>

Description

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< realaxis_x
 The x-ticklabels.
 
std::vector< realaxis_y
 The y-ticklabels.
 
DynamicMatrix2D< t_matelmt > matrix
 Element x,y is matrix(x, y)
 
std::vector< t_mappingmap
 Color levels for the output(?)
 

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