#include <BALL/SOLVATION/solventDescriptor.h>
Public Member Functions | |
SolventAtomDescriptor () | |
Public Attributes | |
Atom::Type | type |
String | element_symbol |
float | radius |
int | number_of_atoms |
This struct contains the information for one atom type of the solvent
Definition at line 28 of file solventDescriptor.h.
BALL::SolventAtomDescriptor::SolventAtomDescriptor | ( | ) | [inline] |
Definition at line 47 of file solventDescriptor.h.
Element symbol of the atom
Definition at line 37 of file solventDescriptor.h.
Number of atoms of this kind within the solvent molecule
Definition at line 45 of file solventDescriptor.h.
Radius of the atom in units of Angstrom
Definition at line 41 of file solventDescriptor.h.
Atom type needed for assignment of Lennard-Jones Parameters
Definition at line 33 of file solventDescriptor.h.