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

Implements a G4VNestedParameterisation. 더 자세히 ...

#include <DicomNestedPhantomParameterisation.hh>

DicomNestedPhantomParameterisation에 대한 상속 다이어그램 :
G4VNestedParameterisation G4VPVParameterisation G4VVolumeMaterialScanner

Public 멤버 함수

 DicomNestedPhantomParameterisation (const G4ThreeVector &voxelSize, std::vector< G4Material * > &mat, G4int fnZ_=0, G4int fnY_=0, G4int fnX_=0)
 
 ~DicomNestedPhantomParameterisation ()
 
G4MaterialComputeMaterial (G4VPhysicalVolume *currentVol, const G4int repNo, const G4VTouchable *parentTouch)
 
G4int GetNumberOfMaterials () const
 
G4MaterialGetMaterial (G4int idx) const
 
unsigned int GetMaterialIndex (unsigned int nx, unsigned int ny, unsigned int nz) const
 
unsigned int GetMaterialIndex (unsigned int copyNo) const
 
void SetMaterialIndices (size_t *matInd)
 
void SetNoVoxel (unsigned int nx, unsigned int ny, unsigned int nz)
 
void ComputeTransformation (const G4int no, G4VPhysicalVolume *currentPV) const
 
void ComputeDimensions (G4Box &, const G4int, const G4VPhysicalVolume *) const
 
G4MaterialComputeMaterial (const G4int repNo, G4VPhysicalVolume *currentVol, const G4VTouchable *parentTouch=0)
 
virtual G4VSolidComputeSolid (const G4int no, G4VPhysicalVolume *thisVol)
 
virtual G4bool IsNested () const
 
virtual G4VVolumeMaterialScannerGetMaterialScanner ()
 

Private 멤버 함수

void ComputeDimensions (G4Trd &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Trap &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Cons &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Sphere &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Ellipsoid &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Orb &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Torus &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Para &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Hype &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Tubs &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Polycone &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Polyhedra &, const G4int, const G4VPhysicalVolume *) const
 
void ReadColourData ()
 

Private 속성

G4double fdX
 
G4double fdY
 
G4double fdZ
 
G4int fnX
 
G4int fnY
 
G4int fnZ
 
std::vector< G4Material * > fMaterials
 
size_t * fMaterialIndices
 
std::map< G4String,
G4VisAttributes * > 
fColours
 
std::vector< G4doublefpZ
 

상세한 설명

Implements a G4VNestedParameterisation.

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

생성자 & 소멸자 문서화

DicomNestedPhantomParameterisation::DicomNestedPhantomParameterisation ( const G4ThreeVector voxelSize,
std::vector< G4Material * > &  mat,
G4int  fnZ_ = 0,
G4int  fnY_ = 0,
G4int  fnX_ = 0 
)

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

다음을 참조함 : ReadColourData().

DicomNestedPhantomParameterisation::~DicomNestedPhantomParameterisation ( )

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

멤버 함수 문서화

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Box box,
const G4int  ,
const G4VPhysicalVolume  
) const
virtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

다음을 참조함 : fdX, fdY, fdZ, G4Box::SetXHalfLength(), G4Box::SetYHalfLength(), G4Box::SetZHalfLength().

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Trd ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Trap ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Cons ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Sphere ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Ellipsoid ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Orb ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Torus ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Para ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Hype ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Tubs ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Polycone ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

void DicomNestedPhantomParameterisation::ComputeDimensions ( G4Polyhedra ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

G4VNestedParameterisation(으)로부터 재구현되었습니다.

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

G4Material * DicomNestedPhantomParameterisation::ComputeMaterial ( G4VPhysicalVolume currentVol,
const G4int  repNo,
const G4VTouchable parentTouch 
)
virtual
G4Material * G4VNestedParameterisation::ComputeMaterial ( const G4int  repNo,
G4VPhysicalVolume currentVol,
const G4VTouchable parentTouch = 0 
)
virtualinherited

G4VPVParameterisation(으)로부터 재구현되었습니다.

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

다음을 참조함 : G4VNestedParameterisation::ComputeMaterial().

G4VSolid * G4VNestedParameterisation::ComputeSolid ( const G4int  no,
G4VPhysicalVolume thisVol 
)
virtualinherited

G4VPVParameterisation(으)로부터 재구현되었습니다.

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

다음을 참조함 : G4VPhysicalVolume::GetLogicalVolume(), G4LogicalVolume::GetSolid().

void DicomNestedPhantomParameterisation::ComputeTransformation ( const G4int  no,
G4VPhysicalVolume currentPV 
) const
virtual

G4VNestedParameterisation를 구현.

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

다음을 참조함 : fdZ, fnZ, G4VPhysicalVolume::SetTranslation().

G4Material * DicomNestedPhantomParameterisation::GetMaterial ( G4int  idx) const
virtual

G4VNestedParameterisation를 구현.

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

다음을 참조함 : fMaterials.

unsigned int DicomNestedPhantomParameterisation::GetMaterialIndex ( unsigned int  nx,
unsigned int  ny,
unsigned int  nz 
) const

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

unsigned int DicomNestedPhantomParameterisation::GetMaterialIndex ( unsigned int  copyNo) const

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

다음을 참조함 : fMaterialIndices.

G4VVolumeMaterialScanner * G4VNestedParameterisation::GetMaterialScanner ( )
virtualinherited

G4VPVParameterisation(으)로부터 재구현되었습니다.

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

G4int DicomNestedPhantomParameterisation::GetNumberOfMaterials ( ) const
virtual

G4VNestedParameterisation를 구현.

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

다음을 참조함 : fMaterials.

G4bool G4VNestedParameterisation::IsNested ( ) const
virtualinherited

G4VPVParameterisation(으)로부터 재구현되었습니다.

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

void DicomNestedPhantomParameterisation::ReadColourData ( )
private

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

다음을 참조함 : FALSE, fColours, fin, G4VisAttributes::SetVisibility().

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

void DicomNestedPhantomParameterisation::SetMaterialIndices ( size_t *  matInd)
inline

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

다음을 참조함 : fMaterialIndices.

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

void DicomNestedPhantomParameterisation::SetNoVoxel ( unsigned int  nx,
unsigned int  ny,
unsigned int  nz 
)

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

다음을 참조함 : fnX, fnY, fnZ.

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

멤버 데이타 문서화

std::map<G4String,G4VisAttributes*> DicomNestedPhantomParameterisation::fColours
private

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

다음에 의해서 참조됨 : ComputeMaterial(), ReadColourData().

G4double DicomNestedPhantomParameterisation::fdX
private

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

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

G4double DicomNestedPhantomParameterisation::fdY
private

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

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

G4double DicomNestedPhantomParameterisation::fdZ
private

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

다음에 의해서 참조됨 : ComputeDimensions(), ComputeTransformation().

size_t* DicomNestedPhantomParameterisation::fMaterialIndices
private

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

다음에 의해서 참조됨 : GetMaterialIndex(), SetMaterialIndices().

std::vector<G4Material*> DicomNestedPhantomParameterisation::fMaterials
private

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

다음에 의해서 참조됨 : ComputeMaterial(), GetMaterial(), GetNumberOfMaterials().

G4int DicomNestedPhantomParameterisation::fnX
private

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

다음에 의해서 참조됨 : ComputeMaterial(), SetNoVoxel().

G4int DicomNestedPhantomParameterisation::fnY
private

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

다음에 의해서 참조됨 : ComputeMaterial(), SetNoVoxel().

G4int DicomNestedPhantomParameterisation::fnZ
private

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

다음에 의해서 참조됨 : ComputeTransformation(), SetNoVoxel().

std::vector<G4double> DicomNestedPhantomParameterisation::fpZ
private

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


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