|
Gromacs
2025.3
|
#include <gromacs/selection/selmethod.h>
Help information for a selection method.
If some information is not available, the corresponding field can be set to 0/NULL.
Public Attributes | |
| const char * | syntax |
| One-line description of the syntax of the method. More... | |
| const char * | helpTitle |
Title for the help text in help. More... | |
| int | nlhelp |
Number of strings in help. More... | |
| const char *const * | help |
| Detailed help for the method. More... | |
| const char* const* gmx_ana_selmethod_help_t::help |
Detailed help for the method.
If there is no help available in addition to syntax, this can be set to NULL.
| const char* gmx_ana_selmethod_help_t::helpTitle |
Title for the help text in help.
If NULL, the name of the method is used. Only used if nlhelp > 0.
| int gmx_ana_selmethod_help_t::nlhelp |
Number of strings in help.
Set to 0 if help is NULL.
| const char* gmx_ana_selmethod_help_t::syntax |
One-line description of the syntax of the method.
If NULL, the name of the method is used.
1.8.5