Gromacs  2025-dev-20240906-b7d3419
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
t_methoddata_distance Struct Reference
+ Collaboration diagram for t_methoddata_distance:

Description

Data structure for distance-based selection method.

The same data structure is used by all the distance-based methods.

Public Attributes

real cutoff
 Cutoff distance. More...
 
gmx_ana_pos_t p
 Positions of the reference points. More...
 
gmx::AnalysisNeighborhood nb
 Neighborhood search data. More...
 
gmx::AnalysisNeighborhoodSearch nbsearch
 Neighborhood search for an invididual frame. More...
 

Member Data Documentation

real t_methoddata_distance::cutoff

Cutoff distance.

gmx::AnalysisNeighborhood t_methoddata_distance::nb

Neighborhood search data.

gmx::AnalysisNeighborhoodSearch t_methoddata_distance::nbsearch

Neighborhood search for an invididual frame.

gmx_ana_pos_t t_methoddata_distance::p

Positions of the reference points.


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