Simpatico
v1.10
|
A group of covalently interacting atoms.
Definition at line 20 of file tools/chemistry/Group.h.
#include <Group.h>
Public Attributes | |
int | atomIds [N] |
Array of integer ids of atoms in this group. More... | |
int | typeId |
Integer index for the type of group. More... | |
int | id |
Global id for this group. More... | |
int Tools::Group< N >::atomIds[N] |
Array of integer ids of atoms in this group.
Definition at line 27 of file tools/chemistry/Group.h.
Referenced by Tools::operator>>(), and Tools::HoomdConfigReader::readConfig().
int Tools::Group< N >::typeId |
Integer index for the type of group.
Definition at line 32 of file tools/chemistry/Group.h.
Referenced by Tools::operator>>(), and Tools::HoomdConfigReader::readConfig().
int Tools::Group< N >::id |
Global id for this group.
Definition at line 37 of file tools/chemistry/Group.h.
Referenced by Tools::operator>>(), and Tools::HoomdConfigReader::readConfig().