Simpatico  v1.10
List of all members | Public Attributes
Tools::Group< N > Class Template Reference

Detailed Description

template<int N>
class Tools::Group< N >

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...
 

Member Data Documentation

template<int N>
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().

template<int N>
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().

template<int N>
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().


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