Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Public 속성 | Private 속성 | 모든 멤버 목록
Residue 클래스 참조

Residue Class. 더 자세히 ...

#include <PDBresidue.hh>

Public 멤버 함수

 Residue ()
 Constructor. 더 자세히 ...
 
 Residue (const std::string &resName, int resSeq)
 Second constructor. 더 자세히 ...
 
 ~Residue ()
 Destructor. 더 자세히 ...
 
void Affiche ()
 information about molecule (not implemented) 더 자세히 ...
 
ResidueGetNext ()
 Get the next residue. 더 자세히 ...
 
AtomGetFirst ()
 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 속성

ResiduefpNext
 Residue header for next residue (usage before vector) 더 자세히 ...
 
AtomfpFirst
 Atom header for first atom of residue (usage before vector) 더 자세히 ...
 

상세한 설명

Residue Class.

This Class define residue model ...

PDBresidue.hh 파일의 58 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

Residue::Residue ( )

Constructor.

PDBresidue.cc 파일의 44 번째 라인에서 정의되었습니다.

Residue::Residue ( const std::string &  resName,
int  resSeq 
)

Second constructor.

PDBresidue.cc 파일의 51 번째 라인에서 정의되었습니다.

다음을 참조함 : fCenterX, fCenterY, fCenterZ, fNbAtom, fpFirst, fpNext, fResName, fResSeq, fSelected, fVisible.

Residue::~Residue ( )
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 ( )

Get the number of the residue.

PDBresidue.cc 파일의 81 번째 라인에서 정의되었습니다.

다음을 참조함 : fResSeq.

Residue * Residue::GetNext ( )

Get the next residue.

PDBresidue.cc 파일의 67 번째 라인에서 정의되었습니다.

다음을 참조함 : fpNext.

다음에 의해서 참조됨 : DetectorConstruction::AtomisticView(), PDBlib::ComputeMatchEdepDNA(), PDBlib::ComputeNbNucleotidsPerStrand(), PDBlib::ComputeNucleotideBarycenters().

void Residue::SetFirst ( Atom atomFirst)

Set the first Atom of the residue.

PDBresidue.cc 파일의 95 번째 라인에서 정의되었습니다.

다음을 참조함 : fpFirst.

다음에 의해서 참조됨 : PDBlib::Load().

void Residue::SetNext ( Residue residueNext)

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().

Atom* Residue::fpFirst
private

Atom header for first atom of residue (usage before vector)

PDBresidue.hh 파일의 94 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetFirst(), Residue(), SetFirst().

Residue* Residue::fpNext
private

Residue header for next residue (usage before vector)

PDBresidue.hh 파일의 92 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetNext(), Residue(), SetNext().

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

Whether Residue is visible or not.

PDBresidue.hh 파일의 83 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Residue().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: