#include <fragmentDataBase.h>
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 |
|
Basic constructor. Definition at line 11 of file fragmentDataBase.cpp. |
|
Definition at line 13 of file fragmentDataBase.cpp. |
|
Definition at line 16 of file fragmentDataBase.cpp. References _nameOfAtoms, and _numberOfAtoms. |
|
Definition at line 51 of file fragmentDataBase.cpp. References _nameOfAtoms, and _numberOfAtoms. Referenced by ResiduDataBaseElement::getFragmentName(). |
|
Definition at line 44 of file fragmentDataBase.h. References _fragmentName. Referenced by ResiduDataBaseElement::getFragmentName(). |
|
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: ![]() |
|
Definition at line 22 of file fragmentDataBase.cpp. References _nameOfAtoms, and _numberOfAtoms. Referenced by read(). |
|
Definition at line 40 of file fragmentDataBase.cpp. References _fragmentName, _nameOfAtoms, and _numberOfAtoms. Referenced by ResiduDataBaseElement::write(). |
|
Definition at line 57 of file fragmentDataBase.h. Referenced by getFragmentName(), read(), and write(). |
|
Definition at line 58 of file fragmentDataBase.h. Referenced by findAtomName(), read(), setNumberOfAtoms(), write(), and ~FragmentDataBaseElement(). |
|
Definition at line 56 of file fragmentDataBase.h. Referenced by findAtomName(), read(), setNumberOfAtoms(), write(), and ~FragmentDataBaseElement(). |