Geant4
10.03.p03
|
#include <PDBresidue.hh>
Public Member Functions | |
Residue () | |
Constructor. More... | |
Residue (const std::string &resName, int resSeq) | |
Second constructor. More... | |
~Residue () | |
Destructor. More... | |
void | Affiche () |
information about molecule (not implemented) More... | |
Residue * | GetNext () |
Get the next residue. More... | |
Atom * | GetFirst () |
Get the first atom. More... | |
int | GetID () |
Get the number of the residue. More... | |
void | SetNext (Residue *) |
Set the next residue. More... | |
void | SetFirst (Atom *) |
Set the first Atom of the residue. More... | |
Public Attributes | |
std::string | fResName |
Residue name. More... | |
int | fResSeq |
Residue sequence number. More... | |
bool | fVisible |
Whether Residue is visible or not. More... | |
bool | fSelected |
Whether Residue is selected (Highlight) or not. More... | |
int | fCenterX |
int | fCenterY |
int | fCenterZ |
int | fNbAtom |
Number of atoms into a residue (usage before vector) More... | |
Residue::Residue | ( | ) |
Constructor.
Definition at line 44 of file PDBresidue.cc.
Residue::Residue | ( | const std::string & | resName, |
int | resSeq | ||
) |
Second constructor.
Definition at line 51 of file PDBresidue.cc.
|
inline |
void Residue::Affiche | ( | ) |
information about molecule (not implemented)
Atom * Residue::GetFirst | ( | ) |
Get the first atom.
Definition at line 74 of file PDBresidue.cc.
int Residue::GetID | ( | ) |
Residue * Residue::GetNext | ( | ) |
Get the next residue.
Definition at line 67 of file PDBresidue.cc.
Set the first Atom of the residue.
Definition at line 95 of file PDBresidue.cc.
Set the next residue.
Definition at line 88 of file PDBresidue.cc.
int Residue::fCenterX |
Definition at line 85 of file PDBresidue.hh.
int Residue::fCenterY |
Definition at line 86 of file PDBresidue.hh.
int Residue::fCenterZ |
Definition at line 87 of file PDBresidue.hh.
int Residue::fNbAtom |
Number of atoms into a residue (usage before vector)
Definition at line 88 of file PDBresidue.hh.
std::string Residue::fResName |
Residue name.
Definition at line 81 of file PDBresidue.hh.
int Residue::fResSeq |
Residue sequence number.
Definition at line 82 of file PDBresidue.hh.
bool Residue::fSelected |
Whether Residue is selected (Highlight) or not.
Definition at line 84 of file PDBresidue.hh.
bool Residue::fVisible |
Whether Residue is visible or not.
Definition at line 83 of file PDBresidue.hh.