#include <G4AtomicBond.hh>
Public 타입 | |
enum | theBondType { Ionic =0, Covalent =1, Metallic =2, NA =-1 } |
Public 멤버 함수 | |
G4AtomicBond (theBondType aType, G4Element *firstAtomKind, G4int firstAtomNumber, G4Element *secondAtomKind, G4int secondAtomNumber) | |
virtual | ~G4AtomicBond () |
G4Element * | GetFirstAtomKind () const |
void | SetFirstAtomKind (G4Element *aElement) |
G4int | GetFirstAtomNumber () const |
void | SetFirstAtomNumber (G4int aInt) |
G4Element * | GetSecondAtomKind () const |
void | SetSecondAtomKind (G4Element *aElement) |
G4int | GetSecondAtomNumber () const |
void | SetSecondAtomNumber (G4int aInt) |
theBondType | GetType () const |
void | SetType (theBondType aType) |
G4bool | GetAromaticity () const |
void | SetAromaticity (G4bool aBool) |
Private 속성 | |
G4Element * | theFirstAtomKind |
G4int | theFirstAtomNumber |
G4Element * | theSecondAtomKind |
G4int | theSecondAtomNumber |
theBondType | theType |
G4bool | theAromaticity |
G4AtomicBond.hh 파일의 43 번째 라인에서 정의되었습니다.
열거형 멤버 | |
---|---|
Ionic | |
Covalent | |
Metallic | |
NA |
G4AtomicBond.hh 파일의 46 번째 라인에서 정의되었습니다.
G4AtomicBond::G4AtomicBond | ( | theBondType | aType, |
G4Element * | firstAtomKind, | ||
G4int | firstAtomNumber, | ||
G4Element * | secondAtomKind, | ||
G4int | secondAtomNumber | ||
) |
G4AtomicBond.cc 파일의 38 번째 라인에서 정의되었습니다.
|
virtual |
G4AtomicBond.cc 파일의 52 번째 라인에서 정의되었습니다.
|
inline |
G4AtomicBond.hh 파일의 101 번째 라인에서 정의되었습니다.
다음을 참조함 : theAromaticity.
|
inline |
G4AtomicBond.hh 파일의 71 번째 라인에서 정의되었습니다.
다음을 참조함 : theFirstAtomKind.
|
inline |
G4AtomicBond.hh 파일의 74 번째 라인에서 정의되었습니다.
다음을 참조함 : theFirstAtomNumber.
|
inline |
G4AtomicBond.hh 파일의 77 번째 라인에서 정의되었습니다.
다음을 참조함 : theSecondAtomKind.
|
inline |
G4AtomicBond.hh 파일의 80 번째 라인에서 정의되었습니다.
다음을 참조함 : theSecondAtomNumber.
|
inline |
G4AtomicBond.hh 파일의 91 번째 라인에서 정의되었습니다.
다음을 참조함 : theType.
G4AtomicBond.hh 파일의 102 번째 라인에서 정의되었습니다.
다음을 참조함 : theAromaticity.
G4AtomicBond.hh 파일의 72 번째 라인에서 정의되었습니다.
다음을 참조함 : theFirstAtomKind.
G4AtomicBond.hh 파일의 75 번째 라인에서 정의되었습니다.
다음을 참조함 : theFirstAtomNumber.
G4AtomicBond.hh 파일의 78 번째 라인에서 정의되었습니다.
다음을 참조함 : theSecondAtomKind.
G4AtomicBond.hh 파일의 81 번째 라인에서 정의되었습니다.
|
inline |
G4AtomicBond.hh 파일의 92 번째 라인에서 정의되었습니다.
|
private |
G4AtomicBond.hh 파일의 92 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetAromaticity(), SetAromaticity().
|
private |
G4AtomicBond.hh 파일의 64 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetFirstAtomKind(), SetFirstAtomKind().
|
private |
G4AtomicBond.hh 파일의 65 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetFirstAtomNumber(), SetFirstAtomNumber().
|
private |
G4AtomicBond.hh 파일의 67 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetSecondAtomKind(), SetSecondAtomKind().
|
private |
G4AtomicBond.hh 파일의 68 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetSecondAtomNumber().
|
private |
G4AtomicBond.hh 파일의 81 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetType().