#include <G4SmartVoxelStat.hh>
클래스 | |
struct | ByCpu |
struct | ByMemory |
Public 멤버 함수 | |
G4SmartVoxelStat (const G4LogicalVolume *theVolume, const G4SmartVoxelHeader *theVoxel, G4double theSysTime, G4double theUserTime) | |
const G4LogicalVolume * | GetVolume () const |
const G4SmartVoxelHeader * | GetVoxel () 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 G4LogicalVolume * | volume |
const G4SmartVoxelHeader * | voxel |
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.
|
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 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : 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.
|
protected |
G4SmartVoxelStat.hh 파일의 98 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CountHeadsAndNodes(), GetMemoryUse(), GetNumberHeads().
|
protected |
G4SmartVoxelStat.hh 파일의 99 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CountHeadsAndNodes(), GetMemoryUse(), GetNumberNodes().
|
protected |
G4SmartVoxelStat.hh 파일의 100 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CountHeadsAndNodes(), GetMemoryUse(), GetNumberPointers().
|
protected |
G4SmartVoxelStat.hh 파일의 95 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetSysTime(), GetTotalTime().
|
protected |
G4SmartVoxelStat.hh 파일의 96 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetTotalTime(), GetUserTime().
|
protected |
G4SmartVoxelStat.hh 파일의 92 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetVolume().
|
protected |
G4SmartVoxelStat.hh 파일의 93 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4SmartVoxelStat(), GetVoxel().