Gromacs
2024.4
|
Data structure for integer keyword expression evaluation.
Public Attributes | |
int * | v |
Array of values for the keyword. More... | |
int | n |
Number of ranges in the r array. More... | |
int * | r |
Array of sorted integer ranges to match against. More... | |
int t_methoddata_kwint::n |
Number of ranges in the r
array.
int* t_methoddata_kwint::r |
Array of sorted integer ranges to match against.
Each range is made of two integers, giving the endpoints (inclusive). This field stores the pointer to the ranges allocated by the parameter parser; see SPAR_RANGES for more information.
int* t_methoddata_kwint::v |
Array of values for the keyword.