NAMD
Public Member Functions | List of all members
GenericDihedral Class Reference

#include <GromacsTopFile.h>

Public Member Functions

 GenericDihedral (int i, int j, int k, int l, int theType)
 
int getAtomi () const
 
int getAtomj () const
 
int getAtomk () const
 
int getAtoml () const
 
int getType () const
 

Detailed Description

Definition at line 57 of file GromacsTopFile.h.

Constructor & Destructor Documentation

GenericDihedral::GenericDihedral ( int  i,
int  j,
int  k,
int  l,
int  theType 
)

Definition at line 881 of file GromacsTopFile.C.

881  {
882  atomi=i;
883  atomj=j;
884  atomk=k;
885  atoml=l;
886  type=theType;
887 }

Member Function Documentation

int GenericDihedral::getAtomi ( ) const
inline

Definition at line 70 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getDihedral().

70 {return atomi;}
int GenericDihedral::getAtomj ( ) const
inline

Definition at line 71 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getDihedral().

71 {return atomj;}
int GenericDihedral::getAtomk ( ) const
inline

Definition at line 72 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getDihedral().

72 {return atomk;}
int GenericDihedral::getAtoml ( ) const
inline

Definition at line 73 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getDihedral().

73 {return atoml;}
int GenericDihedral::getType ( ) const
inline

Definition at line 74 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getDihedral().

74 {return type;}

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