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

#include <G4SmartVoxelStat.hh>

클래스

struct  ByCpu
 
struct  ByMemory
 

Public 멤버 함수

 G4SmartVoxelStat (const G4LogicalVolume *theVolume, const G4SmartVoxelHeader *theVoxel, G4double theSysTime, G4double theUserTime)
 
const G4LogicalVolumeGetVolume () const
 
const G4SmartVoxelHeaderGetVoxel () const
 
G4double GetSysTime () const
 
G4double GetUserTime () const
 
G4double GetTotalTime () const
 
G4long GetNumberHeads () const
 
G4long GetNumberNodes () const
 
G4long GetNumberPointers () const
 
G4long GetMemoryUse () const
 

Protected 멤버 함수

void CountHeadsAndNodes (const G4SmartVoxelHeader *head)
 

Protected 속성

const G4LogicalVolumevolume
 
const G4SmartVoxelHeadervoxel
 
G4double sysTime
 
G4double userTime
 
G4long heads
 
G4long nodes
 
G4long pointers
 

상세한 설명

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

생성자 & 소멸자 문서화

G4SmartVoxelStat::G4SmartVoxelStat ( const G4LogicalVolume theVolume,
const G4SmartVoxelHeader theVoxel,
G4double  theSysTime,
G4double  theUserTime 
)

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

다음을 참조함 : CountHeadsAndNodes(), voxel.

멤버 함수 문서화

void G4SmartVoxelStat::CountHeadsAndNodes ( const G4SmartVoxelHeader head)
protected

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

다음을 참조함 : G4SmartVoxelProxy::GetHeader(), G4SmartVoxelHeader::GetNoSlices(), G4SmartVoxelHeader::GetSlice(), heads, G4SmartVoxelProxy::IsNode(), nodes, pointers.

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

G4long G4SmartVoxelStat::GetMemoryUse ( ) const

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

다음을 참조함 : heads, nodes, pointers.

다음에 의해서 참조됨 : G4SmartVoxelStat::ByMemory::operator()().

G4long G4SmartVoxelStat::GetNumberHeads ( ) const

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

다음을 참조함 : heads.

G4long G4SmartVoxelStat::GetNumberNodes ( ) const

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

다음을 참조함 : nodes.

G4long G4SmartVoxelStat::GetNumberPointers ( ) const

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

다음을 참조함 : pointers.

G4double G4SmartVoxelStat::GetSysTime ( ) const

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

다음을 참조함 : sysTime.

G4double G4SmartVoxelStat::GetTotalTime ( ) const

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

다음을 참조함 : sysTime, userTime.

다음에 의해서 참조됨 : G4SmartVoxelStat::ByCpu::operator()().

G4double G4SmartVoxelStat::GetUserTime ( ) const

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

다음을 참조함 : userTime.

const G4LogicalVolume * G4SmartVoxelStat::GetVolume ( ) const

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

다음을 참조함 : volume.

const G4SmartVoxelHeader * G4SmartVoxelStat::GetVoxel ( ) const

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

다음을 참조함 : voxel.

멤버 데이타 문서화

G4long G4SmartVoxelStat::heads
protected

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

다음에 의해서 참조됨 : CountHeadsAndNodes(), GetMemoryUse(), GetNumberHeads().

G4long G4SmartVoxelStat::nodes
protected

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

다음에 의해서 참조됨 : CountHeadsAndNodes(), GetMemoryUse(), GetNumberNodes().

G4long G4SmartVoxelStat::pointers
protected

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

다음에 의해서 참조됨 : CountHeadsAndNodes(), GetMemoryUse(), GetNumberPointers().

G4double G4SmartVoxelStat::sysTime
protected

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

다음에 의해서 참조됨 : GetSysTime(), GetTotalTime().

G4double G4SmartVoxelStat::userTime
protected

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

다음에 의해서 참조됨 : GetTotalTime(), GetUserTime().

const G4LogicalVolume* G4SmartVoxelStat::volume
protected

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

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

const G4SmartVoxelHeader* G4SmartVoxelStat::voxel
protected

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

다음에 의해서 참조됨 : G4SmartVoxelStat(), GetVoxel().


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