Gromacs  2025-dev-20241003-bd59e46
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
gmx_ana_pos_t Struct Reference

#include <gromacs/selection/position.h>

+ Collaboration diagram for gmx_ana_pos_t:

Description

Stores a set of positions together with their origins.

Public Member Functions

 gmx_ana_pos_t ()
 Initializes an empty position structure.
 
int count () const
 Returns the number of positions.
 

Public Attributes

rvecx
 Array of positions.
 
rvecv
 Velocities (can be NULL).
 
rvecf
 Forces (can be NULL).
 
gmx_ana_indexmap_t m
 Mapping of the current positions to the original group. More...
 
int nalloc_x
 Number of elements allocated for x.
 

Member Data Documentation

gmx_ana_indexmap_t gmx_ana_pos_t::m

Mapping of the current positions to the original group.

See Also
gmx_ana_indexmap_t

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