Gromacs  2025-dev-20241002-88a4191
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
AtomProxy Class Reference

#include <gromacs/topology/include/gromacs/topology/mtop_atomloops.h>

Description

Proxy object returned from AtomIterator.

Public Member Functions

 AtomProxy (const AtomIterator *it)
 Default constructor.
 
int globalAtomNumber () const
 Access current global atom number.
 
const t_atom & atom () const
 Access current t_atom struct.
 
const char * atomName () const
 Access current name of the atom.
 
const char * residueName () const
 Access current name of the residue the atom is in.
 
int residueNumber () const
 Access current residue number.
 
const gmx_moltype_tmoleculeType () const
 Access current molecule type.
 
int atomNumberInMol () const
 Access the position of the current atom in the molecule.
 

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