Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
methoddata_permute Struct Reference
+ Collaboration diagram for methoddata_permute:

Description

Data structure for the permute selection modifier.

Public Attributes

gmx_ana_pos_t p
 Positions to permute. More...
 
int n
 Number of elements in the permutation. More...
 
int * perm
 Array describing the permutation. More...
 
int * rperm
 Array that has the permutation reversed. More...
 

Member Data Documentation

int methoddata_permute::n

Number of elements in the permutation.

gmx_ana_pos_t methoddata_permute::p

Positions to permute.

int* methoddata_permute::perm

Array describing the permutation.

int* methoddata_permute::rperm

Array that has the permutation reversed.


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