NAMD
|
#include <GromacsTopFile.h>
Public Member Functions | |
MolInst (const GenericMol *theMol, int theNum) | |
int | getNum () const |
int | getNumAtoms () const |
int | getNumRes () const |
int | getNumBonds () const |
int | getNumAngles () const |
int | getNumDihedrals () const |
const GenericMol * | getMol () const |
Definition at line 177 of file GromacsTopFile.h.
MolInst::MolInst | ( | const GenericMol * | theMol, |
int | theNum | ||
) |
Definition at line 961 of file GromacsTopFile.C.
|
inline |
Definition at line 195 of file GromacsTopFile.h.
Referenced by getNumAngles(), getNumAtoms(), getNumBonds(), getNumDihedrals(), and getNumRes().
|
inline |
Definition at line 185 of file GromacsTopFile.h.
Referenced by getNumAngles(), getNumAtoms(), getNumBonds(), getNumDihedrals(), and getNumRes().
int MolInst::getNumAngles | ( | ) | const |
Definition at line 973 of file GromacsTopFile.C.
References getMol(), getNum(), and GenericMol::getNumAngles().
int MolInst::getNumAtoms | ( | ) | const |
Definition at line 967 of file GromacsTopFile.C.
References getMol(), getNum(), and GenericMol::getNumAtoms().
int MolInst::getNumBonds | ( | ) | const |
Definition at line 970 of file GromacsTopFile.C.
References getMol(), getNum(), and GenericMol::getNumBonds().
int MolInst::getNumDihedrals | ( | ) | const |
Definition at line 976 of file GromacsTopFile.C.
References getMol(), getNum(), and GenericMol::getNumDihedrals().
int MolInst::getNumRes | ( | ) | const |
Definition at line 979 of file GromacsTopFile.C.
References getMol(), getNum(), and GenericMol::getNumRes().