|
Gromacs
2025.3
|
Collaboration diagram for t_compiler_data:Internal data structure used by the compiler.
Public Attributes | |
| gmx::sel_evalfunc | evaluate |
| The real evaluation method. More... | |
| int | refcount |
| Number of references to a SEL_SUBEXPR element. More... | |
| int | flags |
| Flags for specifying how to treat this element during compilation. More... | |
| gmx_ana_index_t * | gmin |
| Smallest selection that can be selected by the subexpression. More... | |
| gmx_ana_index_t * | gmax |
| Largest selection that can be selected by the subexpression. More... | |
| gmx::sel_evalfunc t_compiler_data::evaluate |
The real evaluation method.
| int t_compiler_data::flags |
Flags for specifying how to treat this element during compilation.
| gmx_ana_index_t* t_compiler_data::gmax |
Largest selection that can be selected by the subexpression.
| gmx_ana_index_t* t_compiler_data::gmin |
Smallest selection that can be selected by the subexpression.
| int t_compiler_data::refcount |
Number of references to a SEL_SUBEXPR element.
1.8.5