#include "common.h"#include <vector>Go to the source code of this file.
|
|
Value: for(int i=0; i<sig.TUPLE##Cnt; i++){ \ if(!(TUPLE##Sigs[i]==sig.TUPLE##Sigs[i])) return 0; \ } \ Referenced by AtomSignature::operator==(). |
|
|
Definition at line 23 of file structures.h. |
|
|
Definition at line 19 of file structures.h. |
|
|
Definition at line 20 of file structures.h. |
|
|
Definition at line 18 of file structures.h. |
|
|
Definition at line 21 of file structures.h. |
|
|
Definition at line 16 of file structures.h. |
|
|
Definition at line 22 of file structures.h. |
|
|
Definition at line 17 of file structures.h. |
|
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. Definition at line 15 of file structures.h. |
|
|
|
|
Referenced by AddAtom(), Parameters::assign_vdw_index(), buildAtomData(), Molecule::getAtoms(), outputCompressedFile(), Molecule::receive_Molecule(), and Molecule::send_Molecule(). |
|
|
Referenced by buildAtomData(), and Molecule::getAtomNames(). |
|
|
|
|
|
Referenced by Molecule::receive_Molecule(), and Molecule::send_Molecule(). |
|
|
|
Definition at line 26 of file structures.h. Referenced by Molecule::atomvdwtype(), dumpbench(), Molecule::get_atom_from_name(), Parameters::get_table_pair_params(), Parameters::get_vdw_pair_params(), ARestraintManager::operator[](), ALambdaManager::operator[](), AGroup::operator[](), and ARestraintManager::PrintPreInfo(). |
|
|
Referenced by Molecule::get_lphost(), Molecule::getAllLphosts(), Molecule::receive_Molecule(), and Molecule::send_Molecule(). |
|
|
Referenced by ComputeSelfThole::ComputeSelfThole(), ComputeThole::ComputeThole(), TholeElem::getMoleculePointers(), and TholeElem::TholeElem(). |
|
|
Definition at line 165 of file structures.h.
|
|
||||||||||||
|
Definition at line 167 of file structures.h. Referenced by ExclusionSignature::hash(), TupleSignature::hash(), and ExclSigInfo::hash(). 00167 {
00168 const unsigned int intBits=8*sizeof(unsigned int);
00169 by%=intBits;
00170 return (h<<by)|(h>>(intBits-by));
00171 }
|
1.3.9.1