#include <fragmentDataBase.h>
Definition at line 94 of file fragmentDataBase.h.
Public Member Functions | |
std::string | findFragmentName (const std::string &residuName, const std::string &atomName) |
FragmentsDataBase (const int size) | |
FragmentsDataBase () | |
bool | getFragmentNameFrom (const std::string &residuName, const std::string &atomName, std::string &fragmentName) |
std::string | nameOfDataBase () const |
void | read (std::ifstream &data) |
void | setNumberOfResidus (const int size) |
void | write () |
~FragmentsDataBase () | |
Public Attributes | |
std::string | _nameOfDataBase |
std::string * | _nameOfResidus |
int | _numberOfResidus |
ResiduDataBaseElement * | _setOfResidus |
|
Basic constructor. Definition at line 119 of file fragmentDataBase.cpp. |
|
Definition at line 123 of file fragmentDataBase.cpp. |
|
Definition at line 129 of file fragmentDataBase.cpp. References _nameOfResidus, _numberOfResidus, and _setOfResidus. |
|
Definition at line 186 of file fragmentDataBase.cpp. References _nameOfResidus, _numberOfResidus, _setOfResidus, and ResiduDataBaseElement::getFragmentName(). Here is the call graph for this function: ![]() |
|
Definition at line 205 of file fragmentDataBase.cpp. References _nameOfResidus, _numberOfResidus, _setOfResidus, and ResiduDataBaseElement::getFragmentName(). Referenced by PDBstructure::setFragName(). Here is the call graph for this function: ![]() |
|
Definition at line 112 of file fragmentDataBase.h. References _nameOfDataBase. Referenced by PDBstructure::setFragName(). |
|
Definition at line 157 of file fragmentDataBase.cpp. References _nameOfResidus, _numberOfResidus, _setOfResidus, ResiduDataBaseElement::read(), and setNumberOfResidus(). Referenced by main(). Here is the call graph for this function: ![]() |
|
Definition at line 137 of file fragmentDataBase.cpp. References _nameOfResidus, _numberOfResidus, and _setOfResidus. Referenced by read(). |
|
Definition at line 146 of file fragmentDataBase.cpp. References _nameOfResidus, _numberOfResidus, _setOfResidus, and ResiduDataBaseElement::write(). Here is the call graph for this function: ![]() |
|
Definition at line 126 of file fragmentDataBase.h. Referenced by nameOfDataBase(). |
|
Definition at line 124 of file fragmentDataBase.h. Referenced by findFragmentName(), getFragmentNameFrom(), read(), setNumberOfResidus(), write(), and ~FragmentsDataBase(). |
|
Definition at line 123 of file fragmentDataBase.h. Referenced by findFragmentName(), getFragmentNameFrom(), read(), setNumberOfResidus(), write(), and ~FragmentsDataBase(). |
|
Definition at line 125 of file fragmentDataBase.h. Referenced by findFragmentName(), getFragmentNameFrom(), read(), setNumberOfResidus(), write(), and ~FragmentsDataBase(). |