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 36 of file GromacsTopFile.h.

Constructor & Destructor Documentation

◆ GenericAngle()

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

◆ getAtomi()

int GenericAngle::getAtomi ( ) const
inline

Definition at line 48 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getAngle().

48 {return atomi;}

◆ getAtomj()

int GenericAngle::getAtomj ( ) const
inline

Definition at line 49 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getAngle().

49 {return atomj;}

◆ getAtomk()

int GenericAngle::getAtomk ( ) const
inline

Definition at line 50 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getAngle().

50 {return atomk;}

◆ getType()

int GenericAngle::getType ( ) const
inline

Definition at line 51 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getAngle().

51 {return type;}

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