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

#include <GromacsTopFile.h>

Public Member Functions

 GenericAngle (int i, int j, int k, int theType)
 
int getAtomi () const
 
int getAtomj () const
 
int getAtomk () const
 
int getType () const
 

Detailed Description

Definition at line 34 of file GromacsTopFile.h.

Constructor & Destructor Documentation

GenericAngle::GenericAngle ( int  i,
int  j,
int  k,
int  theType 
)

Definition at line 872 of file GromacsTopFile.C.

872  {
873  atomi=i;
874  atomj=j;
875  atomk=k;
876  type=theType;
877 }

Member Function Documentation

int GenericAngle::getAtomi ( ) const
inline

Definition at line 46 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getAngle().

46 {return atomi;}
int GenericAngle::getAtomj ( ) const
inline

Definition at line 47 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getAngle().

47 {return atomj;}
int GenericAngle::getAtomk ( ) const
inline

Definition at line 48 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getAngle().

48 {return atomk;}
int GenericAngle::getType ( ) const
inline

Definition at line 49 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getAngle().

49 {return type;}

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