FragmentDataBaseElement Class Reference

#include <fragmentDataBase.h>

List of all members.


Detailed Description

Definition at line 29 of file fragmentDataBase.h.

Public Member Functions

bool findAtomName (const std::string &atomName)
 FragmentDataBaseElement (const int size)
 FragmentDataBaseElement ()
std::string getFragmentName () const
void read (std::ifstream &data)
void setNumberOfAtoms (const int size)
void write ()
 ~FragmentDataBaseElement ()

Public Attributes

std::string _fragmentName
std::string * _nameOfAtoms
int _numberOfAtoms


Constructor & Destructor Documentation

FragmentDataBaseElement::FragmentDataBaseElement  ) 
 

Basic constructor.

Definition at line 11 of file fragmentDataBase.cpp.

FragmentDataBaseElement::FragmentDataBaseElement const int  size  ) 
 

Definition at line 13 of file fragmentDataBase.cpp.

FragmentDataBaseElement::~FragmentDataBaseElement  ) 
 

Definition at line 16 of file fragmentDataBase.cpp.

References _nameOfAtoms, and _numberOfAtoms.


Member Function Documentation

bool FragmentDataBaseElement::findAtomName const std::string &  atomName  ) 
 

Definition at line 51 of file fragmentDataBase.cpp.

References _nameOfAtoms, and _numberOfAtoms.

Referenced by ResiduDataBaseElement::getFragmentName().

std::string FragmentDataBaseElement::getFragmentName  )  const [inline]
 

Definition at line 44 of file fragmentDataBase.h.

References _fragmentName.

Referenced by ResiduDataBaseElement::getFragmentName().

void FragmentDataBaseElement::read std::ifstream &  data  ) 
 

Definition at line 29 of file fragmentDataBase.cpp.

References _fragmentName, _nameOfAtoms, _numberOfAtoms, and setNumberOfAtoms().

Referenced by ResiduDataBaseElement::read().

Here is the call graph for this function:

void FragmentDataBaseElement::setNumberOfAtoms const int  size  ) 
 

Definition at line 22 of file fragmentDataBase.cpp.

References _nameOfAtoms, and _numberOfAtoms.

Referenced by read().

void FragmentDataBaseElement::write  ) 
 

Definition at line 40 of file fragmentDataBase.cpp.

References _fragmentName, _nameOfAtoms, and _numberOfAtoms.

Referenced by ResiduDataBaseElement::write().


Member Data Documentation

std::string FragmentDataBaseElement::_fragmentName
 

Definition at line 57 of file fragmentDataBase.h.

Referenced by getFragmentName(), read(), and write().

std::string* FragmentDataBaseElement::_nameOfAtoms
 

Definition at line 58 of file fragmentDataBase.h.

Referenced by findAtomName(), read(), setNumberOfAtoms(), write(), and ~FragmentDataBaseElement().

int FragmentDataBaseElement::_numberOfAtoms
 

Definition at line 56 of file fragmentDataBase.h.

Referenced by findAtomName(), read(), setNumberOfAtoms(), write(), and ~FragmentDataBaseElement().


The documentation for this class was generated from the following files:
Generated on Sat Jan 28 21:07:33 2006 for QC++ by  doxygen 1.4.4