Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

ResidueTorsions::Data Struct Reference

Strcuture containing the names of the residue and the atoms for a torsion. More...

#include <residueTorsions.h>

List of all members.

Public Member Functions

 Data (const String &name, const String &A, const String &B, const String &C, const String &D)
bool operator== (const Data &data) const
bool operator!= (const Data &data) const

Public Attributes

String residue_name
String atom_name_A
String atom_name_B
String atom_name_C
String atom_name_D


Detailed Description

Strcuture containing the names of the residue and the atoms for a torsion.