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

#include <HadrontherapyMatrix.hh>

Public 멤버 함수

 ~HadrontherapyMatrix ()
 
void PrintNuclides ()
 
void ClearHitTrack ()
 
G4intGetHitTrack (G4int i, G4int j, G4int k)
 
void Initialize ()
 
void Clear ()
 
G4bool Fill (G4int, G4ParticleDefinition *particleDef, G4int i, G4int j, G4int k, G4double energyDeposit, G4bool fluence=false)
 
void Fill (G4int i, G4int j, G4int k, G4double energyDeposit)
 
void StoreMatrix (G4String file, void *data, size_t psize)
 
void StoreFluenceData ()
 
void StoreDoseData ()
 
void StoreDoseFluenceAscii (G4String filename="")
 
G4int Index (G4int i, G4int j, G4int k)
 
G4doubleGetMatrix ()
 
G4int GetNvoxel ()
 
G4int GetNumberOfVoxelAlongX ()
 
G4int GetNumberOfVoxelAlongY ()
 
G4int GetNumberOfVoxelAlongZ ()
 

정적 Public 멤버 함수

static HadrontherapyMatrixGetInstance ()
 
static HadrontherapyMatrixGetInstance (G4int nX, G4int nY, G4int nZ, G4double mass)
 

정적 Public 속성

static G4bool secondary = false
 

Private 멤버 함수

 HadrontherapyMatrix (G4int numberOfVoxelAlongX, G4int numberOfVoxelAlongY, G4int numberOfVoxelAlongZ, G4double massOfVoxel)
 

Private 속성

G4int numberOfVoxelAlongX
 
G4int numberOfVoxelAlongY
 
G4int numberOfVoxelAlongZ
 
G4double massOfVoxel
 
G4doublematrix
 
G4inthitTrack
 
G4String stdFile
 
G4String filename
 
std::ofstream ofs
 
std::vector< ionionStore
 
G4double doseUnit
 

정적 Private 속성

static HadrontherapyMatrixinstance = NULL
 

상세한 설명

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

생성자 & 소멸자 문서화

HadrontherapyMatrix::HadrontherapyMatrix ( G4int  numberOfVoxelAlongX,
G4int  numberOfVoxelAlongY,
G4int  numberOfVoxelAlongZ,
G4double  massOfVoxel 
)
private

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

다음을 참조함 : ClearHitTrack(), FatalException, G4cout, G4endl, G4Exception(), hitTrack, massOfVoxel, matrix, numberOfVoxelAlongX, numberOfVoxelAlongY, numberOfVoxelAlongZ.

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

HadrontherapyMatrix::~HadrontherapyMatrix ( )

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

다음을 참조함 : Clear(), hitTrack, matrix.

멤버 함수 문서화

void HadrontherapyMatrix::Clear ( )

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

다음을 참조함 : ionStore.

다음에 의해서 참조됨 : Initialize(), ~HadrontherapyMatrix().

void HadrontherapyMatrix::ClearHitTrack ( )

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

다음을 참조함 : hitTrack, numberOfVoxelAlongX, numberOfVoxelAlongY, numberOfVoxelAlongZ.

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

G4bool HadrontherapyMatrix::Fill ( G4int  trackID,
G4ParticleDefinition particleDef,
G4int  i,
G4int  j,
G4int  k,
G4double  energyDeposit,
G4bool  fluence = false 
)

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

다음을 참조함 : A(), ion::dose, ion::fluence, Index(), ionStore, numberOfVoxelAlongX, numberOfVoxelAlongY, numberOfVoxelAlongZ, secondary, Z.

void HadrontherapyMatrix::Fill ( G4int  i,
G4int  j,
G4int  k,
G4double  energyDeposit 
)

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

다음을 참조함 : Index(), matrix.

G4int * HadrontherapyMatrix::GetHitTrack ( G4int  i,
G4int  j,
G4int  k 
)

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

다음을 참조함 : hitTrack, Index().

HadrontherapyMatrix * HadrontherapyMatrix::GetInstance ( )
static
HadrontherapyMatrix * HadrontherapyMatrix::GetInstance ( G4int  nX,
G4int  nY,
G4int  nZ,
G4double  mass 
)
static

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

다음을 참조함 : HadrontherapyMatrix(), Initialize(), instance.

G4double* HadrontherapyMatrix::GetMatrix ( )
inline

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

다음을 참조함 : matrix.

G4int HadrontherapyMatrix::GetNumberOfVoxelAlongX ( )
inline

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

다음을 참조함 : numberOfVoxelAlongX.

G4int HadrontherapyMatrix::GetNumberOfVoxelAlongY ( )
inline

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

다음을 참조함 : numberOfVoxelAlongY.

G4int HadrontherapyMatrix::GetNumberOfVoxelAlongZ ( )
inline

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

다음을 참조함 : numberOfVoxelAlongZ.

G4int HadrontherapyMatrix::GetNvoxel ( )
inline

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

다음을 참조함 : numberOfVoxelAlongZ.

G4int HadrontherapyMatrix::Index ( G4int  i,
G4int  j,
G4int  k 
)
inline

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

다음에 의해서 참조됨 : Fill(), GetHitTrack(), StoreDoseFluenceAscii(), StoreMatrix().

void HadrontherapyMatrix::Initialize ( )

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

다음을 참조함 : Clear(), matrix, numberOfVoxelAlongX, numberOfVoxelAlongY, numberOfVoxelAlongZ.

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

void HadrontherapyMatrix::PrintNuclides ( )

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

다음을 참조함 : G4cout, G4endl, ionStore.

void HadrontherapyMatrix::StoreDoseData ( )

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

다음을 참조함 : dose, ionStore, StoreMatrix().

void HadrontherapyMatrix::StoreDoseFluenceAscii ( G4String  filename = "")
void HadrontherapyMatrix::StoreFluenceData ( )

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

다음을 참조함 : ionStore, StoreMatrix().

void HadrontherapyMatrix::StoreMatrix ( G4String  file,
void data,
size_t  psize 
)

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

다음을 참조함 : G4endl, Index(), n, numberOfVoxelAlongX, numberOfVoxelAlongY, numberOfVoxelAlongZ, ofs.

다음에 의해서 참조됨 : StoreDoseData(), StoreFluenceData().

멤버 데이타 문서화

G4double HadrontherapyMatrix::doseUnit
private

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

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

G4String HadrontherapyMatrix::filename
private

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

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

G4int* HadrontherapyMatrix::hitTrack
private

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

다음에 의해서 참조됨 : ClearHitTrack(), GetHitTrack(), HadrontherapyMatrix(), ~HadrontherapyMatrix().

HadrontherapyMatrix * HadrontherapyMatrix::instance = NULL
staticprivate

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

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

std::vector<ion> HadrontherapyMatrix::ionStore
private

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

다음에 의해서 참조됨 : Clear(), Fill(), PrintNuclides(), StoreDoseData(), StoreDoseFluenceAscii(), StoreFluenceData().

G4double HadrontherapyMatrix::massOfVoxel
private

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

다음에 의해서 참조됨 : HadrontherapyMatrix(), StoreDoseFluenceAscii().

G4double* HadrontherapyMatrix::matrix
private

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

다음에 의해서 참조됨 : Fill(), GetMatrix(), HadrontherapyMatrix(), Initialize(), StoreDoseFluenceAscii(), ~HadrontherapyMatrix().

G4int HadrontherapyMatrix::numberOfVoxelAlongX
private

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

다음에 의해서 참조됨 : ClearHitTrack(), Fill(), GetNumberOfVoxelAlongX(), HadrontherapyMatrix(), Initialize(), StoreDoseFluenceAscii(), StoreMatrix().

G4int HadrontherapyMatrix::numberOfVoxelAlongY
private

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

다음에 의해서 참조됨 : ClearHitTrack(), Fill(), GetNumberOfVoxelAlongY(), HadrontherapyMatrix(), Initialize(), StoreDoseFluenceAscii(), StoreMatrix().

G4int HadrontherapyMatrix::numberOfVoxelAlongZ
private

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

다음에 의해서 참조됨 : ClearHitTrack(), Fill(), GetNumberOfVoxelAlongZ(), GetNvoxel(), HadrontherapyMatrix(), Initialize(), StoreDoseFluenceAscii(), StoreMatrix().

std::ofstream HadrontherapyMatrix::ofs
private

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

다음에 의해서 참조됨 : StoreDoseFluenceAscii(), StoreMatrix().

G4bool HadrontherapyMatrix::secondary = false
static

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

다음에 의해서 참조됨 : Fill(), StoreDoseFluenceAscii().

G4String HadrontherapyMatrix::stdFile
private

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

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


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