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

Description

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...
 

Member Data Documentation

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.


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