#include <fragmentDataBase.h>
Definition at line 61 of file fragmentDataBase.h.
Public Member Functions | |
| std::string | getFragmentName (const std::string &atomName) |
| bool | isMolecule () |
| void | read (std::ifstream &data) |
| ResiduDataBaseElement (const int size) | |
| ResiduDataBaseElement () | |
| void | setNumberOfFragments (const int size) |
| void | write () |
| ~ResiduDataBaseElement () | |
Public Attributes | |
| FragmentDataBaseElement * | _nameOfFragments |
| int | _numberOfFragments |
| std::string | _residuName |
|
|
Basic constructor. Definition at line 65 of file fragmentDataBase.cpp. |
|
|
Definition at line 67 of file fragmentDataBase.cpp. |
|
|
Definition at line 70 of file fragmentDataBase.cpp. References _nameOfFragments, and _numberOfFragments. |
|
|
Definition at line 104 of file fragmentDataBase.cpp. References _nameOfFragments, _numberOfFragments, _residuName, FragmentDataBaseElement::findAtomName(), and FragmentDataBaseElement::getFragmentName(). Referenced by FragmentsDataBase::findFragmentName(), and FragmentsDataBase::getFragmentNameFrom(). Here is the call graph for this function: ![]() |
|
|
Definition at line 76 of file fragmentDataBase.h. References _numberOfFragments. |
|
|
Definition at line 83 of file fragmentDataBase.cpp. References _nameOfFragments, _numberOfFragments, _residuName, FragmentDataBaseElement::read(), and setNumberOfFragments(). Referenced by FragmentsDataBase::read(). Here is the call graph for this function: ![]() |
|
|
Definition at line 76 of file fragmentDataBase.cpp. References _nameOfFragments, and _numberOfFragments. Referenced by read(). |
|
|
Definition at line 97 of file fragmentDataBase.cpp. References _nameOfFragments, _numberOfFragments, and FragmentDataBaseElement::write(). Referenced by FragmentsDataBase::write(). Here is the call graph for this function: ![]() |
|
|
Definition at line 91 of file fragmentDataBase.h. Referenced by getFragmentName(), read(), setNumberOfFragments(), write(), and ~ResiduDataBaseElement(). |
|
|
Definition at line 89 of file fragmentDataBase.h. Referenced by getFragmentName(), isMolecule(), read(), setNumberOfFragments(), write(), and ~ResiduDataBaseElement(). |
|
|
Definition at line 90 of file fragmentDataBase.h. Referenced by getFragmentName(), and read(). |
1.4.4