BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
BALL::PDB::Structure::AtomEntry Struct Reference

#include <BALL/FORMAT/PDBdefs.h>

Public Member Functions

 AtomEntry (const BALL::Atom &a)
 

Public Attributes

const BALL::Atomatom
 
const BALL::Residueresidue
 
const BALL::SecondaryStructuresec_struct
 
const BALL::Chainchain
 

Detailed Description

Definition at line 1247 of file PDBdefs.h.

Constructor & Destructor Documentation

BALL::PDB::Structure::AtomEntry::AtomEntry ( const BALL::Atom a)
inline

Definition at line 1253 of file PDBdefs.h.

Member Data Documentation

const BALL::Atom* BALL::PDB::Structure::AtomEntry::atom

Definition at line 1249 of file PDBdefs.h.

const BALL::Chain* BALL::PDB::Structure::AtomEntry::chain

Definition at line 1252 of file PDBdefs.h.

const BALL::Residue* BALL::PDB::Structure::AtomEntry::residue

Definition at line 1250 of file PDBdefs.h.

const BALL::SecondaryStructure* BALL::PDB::Structure::AtomEntry::sec_struct

Definition at line 1251 of file PDBdefs.h.