The Gnome Chemistry Utils 0.13.3
Public Member Functions | Public Attributes
gcu::AtomPair Class Reference

#include <gcu/atom.h>

List of all members.

Public Member Functions

 AtomPair (Atom *at1, Atom *at2)

Public Attributes

Atomatom1
Atomatom2

Detailed Description

This class stores atoms pairs. It is used when comparing two molecules.

Definition at line 302 of file gcu/atom.h.


Constructor & Destructor Documentation

gcu::AtomPair::AtomPair ( Atom at1,
Atom at2 
) [inline]
Parameters:
at1the first atom in the pair.
at2the second atom in the pair.

Constructs the atoms pair from two atoms.

Definition at line 311 of file gcu/atom.h.

References atom1, and atom2.


Member Data Documentation

The first atom of the pair.

Definition at line 316 of file gcu/atom.h.

Referenced by AtomPair().

The second atom of the pair.

Definition at line 321 of file gcu/atom.h.

Referenced by AtomPair().


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