#include <PDBresidue.hh>
Public 멤버 함수 | |
| Residue () | |
| Constructor. 더 자세히 ... | |
| Residue (const std::string &resName, int resSeq) | |
| Second constructor. 더 자세히 ... | |
| ~Residue () | |
| Destructor. 더 자세히 ... | |
| void | Affiche () |
| information about molecule (not implemented) 더 자세히 ... | |
| Residue * | GetNext () |
| Get the next residue. 더 자세히 ... | |
| Atom * | GetFirst () |
| Get the first atom. 더 자세히 ... | |
| int | GetID () |
| Get the number of the residue. 더 자세히 ... | |
| void | SetNext (Residue *) |
| Set the next residue. 더 자세히 ... | |
| void | SetFirst (Atom *) |
| Set the first Atom of the residue. 더 자세히 ... | |
Public 속성 | |
| std::string | fResName |
| Residue name. 더 자세히 ... | |
| int | fResSeq |
| Residue sequence number. 더 자세히 ... | |
| bool | fVisible |
| Whether Residue is visible or not. 더 자세히 ... | |
| bool | fSelected |
| Whether Residue is selected (Highlight) or not. 더 자세히 ... | |
| int | fCenterX |
| int | fCenterY |
| int | fCenterZ |
| int | fNbAtom |
| Number of atoms into a residue (usage before vector) 더 자세히 ... | |
Private 속성 | |
| Residue * | fpNext |
| Residue header for next residue (usage before vector) 더 자세히 ... | |
| Atom * | fpFirst |
| Atom header for first atom of residue (usage before vector) 더 자세히 ... | |
| Residue::Residue | ( | ) |
Constructor.
PDBresidue.cc 파일의 44 번째 라인에서 정의되었습니다.
| Residue::Residue | ( | const std::string & | resName, |
| int | resSeq | ||
| ) |
|
inline |
Destructor.
PDBresidue.hh 파일의 66 번째 라인에서 정의되었습니다.
| void Residue::Affiche | ( | ) |
information about molecule (not implemented)
| Atom * Residue::GetFirst | ( | ) |
Get the first atom.
PDBresidue.cc 파일의 74 번째 라인에서 정의되었습니다.
다음을 참조함 : fpFirst.
다음에 의해서 참조됨 : DetectorConstruction::AtomisticView(), PDBlib::ComputeMatchEdepDNA(), PDBlib::ComputeNucleotideBarycenters().
| int Residue::GetID | ( | ) |
| Residue * Residue::GetNext | ( | ) |
Get the next residue.
PDBresidue.cc 파일의 67 번째 라인에서 정의되었습니다.
다음을 참조함 : fpNext.
다음에 의해서 참조됨 : DetectorConstruction::AtomisticView(), PDBlib::ComputeMatchEdepDNA(), PDBlib::ComputeNbNucleotidsPerStrand(), PDBlib::ComputeNucleotideBarycenters().
Set the first Atom of the residue.
PDBresidue.cc 파일의 95 번째 라인에서 정의되었습니다.
다음을 참조함 : fpFirst.
다음에 의해서 참조됨 : PDBlib::Load().
Set the next residue.
PDBresidue.cc 파일의 88 번째 라인에서 정의되었습니다.
다음을 참조함 : fpNext.
다음에 의해서 참조됨 : PDBlib::Load().
| int Residue::fCenterX |
PDBresidue.hh 파일의 85 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Residue().
| int Residue::fCenterY |
PDBresidue.hh 파일의 86 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Residue().
| int Residue::fCenterZ |
PDBresidue.hh 파일의 87 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Residue().
| int Residue::fNbAtom |
Number of atoms into a residue (usage before vector)
PDBresidue.hh 파일의 88 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DetectorConstruction::AtomisticView(), PDBlib::ComputeMatchEdepDNA(), PDBlib::ComputeNucleotideBarycenters(), PDBlib::Load(), Residue().
|
private |
Atom header for first atom of residue (usage before vector)
PDBresidue.hh 파일의 94 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetFirst(), Residue(), SetFirst().
|
private |
| std::string Residue::fResName |
Residue name.
PDBresidue.hh 파일의 81 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : PDBlib::ComputeMatchEdepDNA(), Residue().
| int Residue::fResSeq |
Residue sequence number.
PDBresidue.hh 파일의 82 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : PDBlib::ComputeMatchEdepDNA(), PDBlib::ComputeNucleotideBarycenters(), GetID(), Residue().
| bool Residue::fSelected |
Whether Residue is selected (Highlight) or not.
PDBresidue.hh 파일의 84 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Residue().
| bool Residue::fVisible |
1.8.5