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

#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 ()
 
G4ElementGetFirstAtomKind () const
 
void SetFirstAtomKind (G4Element *aElement)
 
G4int GetFirstAtomNumber () const
 
void SetFirstAtomNumber (G4int aInt)
 
G4ElementGetSecondAtomKind () 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 속성

G4ElementtheFirstAtomKind
 
G4int theFirstAtomNumber
 
G4ElementtheSecondAtomKind
 
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 번째 라인에서 정의되었습니다.

G4AtomicBond::~G4AtomicBond ( )
virtual

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

멤버 함수 문서화

G4bool G4AtomicBond::GetAromaticity ( ) const
inline

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

다음을 참조함 : theAromaticity.

G4Element* G4AtomicBond::GetFirstAtomKind ( ) const
inline

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

다음을 참조함 : theFirstAtomKind.

G4int G4AtomicBond::GetFirstAtomNumber ( ) const
inline

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

다음을 참조함 : theFirstAtomNumber.

G4Element* G4AtomicBond::GetSecondAtomKind ( ) const
inline

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

다음을 참조함 : theSecondAtomKind.

G4int G4AtomicBond::GetSecondAtomNumber ( ) const
inline

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

다음을 참조함 : theSecondAtomNumber.

theBondType G4AtomicBond::GetType ( ) const
inline

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

다음을 참조함 : theType.

void G4AtomicBond::SetAromaticity ( G4bool  aBool)
inline

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

다음을 참조함 : theAromaticity.

void G4AtomicBond::SetFirstAtomKind ( G4Element aElement)
inline

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

다음을 참조함 : theFirstAtomKind.

void G4AtomicBond::SetFirstAtomNumber ( G4int  aInt)
inline

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

다음을 참조함 : theFirstAtomNumber.

void G4AtomicBond::SetSecondAtomKind ( G4Element aElement)
inline

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

다음을 참조함 : theSecondAtomKind.

void G4AtomicBond::SetSecondAtomNumber ( G4int  aInt)
inline

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

void G4AtomicBond::SetType ( theBondType  aType)
inline

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

멤버 데이타 문서화

G4bool G4AtomicBond::theAromaticity
private

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

다음에 의해서 참조됨 : GetAromaticity(), SetAromaticity().

G4Element* G4AtomicBond::theFirstAtomKind
private

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

다음에 의해서 참조됨 : GetFirstAtomKind(), SetFirstAtomKind().

G4int G4AtomicBond::theFirstAtomNumber
private

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

다음에 의해서 참조됨 : GetFirstAtomNumber(), SetFirstAtomNumber().

G4Element* G4AtomicBond::theSecondAtomKind
private

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

다음에 의해서 참조됨 : GetSecondAtomKind(), SetSecondAtomKind().

G4int G4AtomicBond::theSecondAtomNumber
private

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

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

theBondType G4AtomicBond::theType
private

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

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


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