The Gnome Chemistry Utils  0.14.0
Public Member Functions | Public Attributes | List of all members
gcu::AtomPair Class Reference

#include <gcu/atom.h>

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 331 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 340 of file gcu/atom.h.

References atom1, and atom2.

Member Data Documentation

Atom* gcu::AtomPair::atom1

The first atom of the pair.

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

Referenced by AtomPair().

Atom* gcu::AtomPair::atom2

The second atom of the pair.

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

Referenced by AtomPair().


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