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

#include <G4SmartVoxelHeader.hh>

Public 멤버 함수

 G4SmartVoxelHeader (G4LogicalVolume *pVolume, G4int pSlice=0)
 
 ~G4SmartVoxelHeader ()
 
G4int GetMaxEquivalentSliceNo () const
 
void SetMaxEquivalentSliceNo (G4int pMax)
 
G4int GetMinEquivalentSliceNo () const
 
void SetMinEquivalentSliceNo (G4int pMin)
 
EAxis GetAxis () const
 
EAxis GetParamAxis () const
 
G4double GetMaxExtent () const
 
G4double GetMinExtent () const
 
G4int GetNoSlices () const
 
G4SmartVoxelProxyGetSlice (G4int n) const
 
G4bool AllSlicesEqual () const
 
G4bool operator== (const G4SmartVoxelHeader &pHead) const
 
 G4SmartVoxelHeader (G4LogicalVolume *pVolume, const G4VoxelLimits &pLimits, const G4VolumeNosVector *pCandidates, G4int pSlice=0)
 

Protected 멤버 함수

void BuildVoxels (G4LogicalVolume *pVolume)
 
void BuildReplicaVoxels (G4LogicalVolume *pVolume)
 
void BuildConsumedNodes (G4int nReplicas)
 
void BuildVoxelsWithinLimits (G4LogicalVolume *pVolume, G4VoxelLimits pLimits, const G4VolumeNosVector *pCandidates)
 
void BuildEquivalentSliceNos ()
 
void CollectEquivalentNodes ()
 
void CollectEquivalentHeaders ()
 
G4ProxyVectorBuildNodes (G4LogicalVolume *pVolume, G4VoxelLimits pLimits, const G4VolumeNosVector *pCandidates, EAxis pAxis)
 
G4double CalculateQuality (G4ProxyVector *pSlice)
 
void RefineNodes (G4LogicalVolume *pVolume, G4VoxelLimits pLimits)
 

Protected 속성

G4int fminEquivalent
 
G4int fmaxEquivalent
 
EAxis faxis
 
EAxis fparamAxis
 
G4double fmaxExtent
 
G4double fminExtent
 
G4ProxyVector fslices
 

Friends

std::ostream & operator<< (std::ostream &s, const G4SmartVoxelHeader &h)
 

상세한 설명

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

생성자 & 소멸자 문서화

G4SmartVoxelHeader::G4SmartVoxelHeader ( G4LogicalVolume pVolume,
G4int  pSlice = 0 
)

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

다음을 참조함 : BuildReplicaVoxels(), BuildVoxels(), G4LogicalVolume::GetDaughter(), G4LogicalVolume::GetNoDaughters(), G4VPhysicalVolume::IsReplicated().

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

G4SmartVoxelHeader::~G4SmartVoxelHeader ( )

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

다음을 참조함 : fslices.

G4SmartVoxelHeader::G4SmartVoxelHeader ( G4LogicalVolume pVolume,
const G4VoxelLimits pLimits,
const G4VolumeNosVector pCandidates,
G4int  pSlice = 0 
)

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

다음을 참조함 : BuildVoxelsWithinLimits(), G4cout, G4endl.

멤버 함수 문서화

G4bool G4SmartVoxelHeader::AllSlicesEqual ( ) const

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

다음을 참조함 : fslices.

void G4SmartVoxelHeader::BuildConsumedNodes ( G4int  nReplicas)
protected

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

다음을 참조함 : FatalException, fslices, G4Exception().

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

void G4SmartVoxelHeader::BuildEquivalentSliceNos ( )
protected

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

다음을 참조함 : fslices, G4SmartVoxelNode::SetMaxEquivalentSliceNo(), G4SmartVoxelNode::SetMinEquivalentSliceNo().

다음에 의해서 참조됨 : BuildReplicaVoxels(), BuildVoxelsWithinLimits().

G4ProxyVector * G4SmartVoxelHeader::BuildNodes ( G4LogicalVolume pVolume,
G4VoxelLimits  pLimits,
const G4VolumeNosVector pCandidates,
EAxis  pAxis 
)
protected
void G4SmartVoxelHeader::BuildReplicaVoxels ( G4LogicalVolume pVolume)
protected
void G4SmartVoxelHeader::BuildVoxels ( G4LogicalVolume pVolume)
protected

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

다음을 참조함 : BuildVoxelsWithinLimits(), G4LogicalVolume::GetNoDaughters().

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

void G4SmartVoxelHeader::BuildVoxelsWithinLimits ( G4LogicalVolume pVolume,
G4VoxelLimits  pLimits,
const G4VolumeNosVector pCandidates 
)
protected
G4double G4SmartVoxelHeader::CalculateQuality ( G4ProxyVector pSlice)
protected

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

다음을 참조함 : FatalException, G4cout, G4endl, G4Exception(), G4SmartVoxelNode::GetNoContained(), kInfinity.

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

void G4SmartVoxelHeader::CollectEquivalentHeaders ( )
protected

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

다음을 참조함 : fslices, G4cout, G4endl, G4SmartVoxelProxy::GetHeader(), GetMaxEquivalentSliceNo(), G4SmartVoxelProxy::IsHeader().

void G4SmartVoxelHeader::CollectEquivalentNodes ( )
protected

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

다음을 참조함 : fslices, G4cout, G4endl, G4SmartVoxelNode::GetMaxEquivalentSliceNo(), G4SmartVoxelProxy::GetNode().

다음에 의해서 참조됨 : BuildReplicaVoxels(), BuildVoxelsWithinLimits().

EAxis G4SmartVoxelHeader::GetAxis ( ) const
G4int G4SmartVoxelHeader::GetMaxEquivalentSliceNo ( ) const
G4double G4SmartVoxelHeader::GetMaxExtent ( ) const
G4int G4SmartVoxelHeader::GetMinEquivalentSliceNo ( ) const

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

G4double G4SmartVoxelHeader::GetMinExtent ( ) const
G4int G4SmartVoxelHeader::GetNoSlices ( ) const
EAxis G4SmartVoxelHeader::GetParamAxis ( ) const
G4SmartVoxelProxy* G4SmartVoxelHeader::GetSlice ( G4int  n) const
G4bool G4SmartVoxelHeader::operator== ( const G4SmartVoxelHeader pHead) const
void G4SmartVoxelHeader::RefineNodes ( G4LogicalVolume pVolume,
G4VoxelLimits  pLimits 
)
protected
void G4SmartVoxelHeader::SetMaxEquivalentSliceNo ( G4int  pMax)

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

void G4SmartVoxelHeader::SetMinEquivalentSliceNo ( G4int  pMin)

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

Friend, 그리고 관련된 함수 문서화

std::ostream& operator<< ( std::ostream &  s,
const G4SmartVoxelHeader h 
)
friend

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

멤버 데이타 문서화

EAxis G4SmartVoxelHeader::faxis
protected

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

다음에 의해서 참조됨 : BuildReplicaVoxels(), BuildVoxelsWithinLimits(), operator<<(), RefineNodes().

G4int G4SmartVoxelHeader::fmaxEquivalent
protected

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

G4double G4SmartVoxelHeader::fmaxExtent
protected

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

다음에 의해서 참조됨 : BuildReplicaVoxels(), BuildVoxelsWithinLimits(), RefineNodes().

G4int G4SmartVoxelHeader::fminEquivalent
protected

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

G4double G4SmartVoxelHeader::fminExtent
protected

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

다음에 의해서 참조됨 : BuildReplicaVoxels(), BuildVoxelsWithinLimits(), RefineNodes().

EAxis G4SmartVoxelHeader::fparamAxis
protected

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

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

G4ProxyVector G4SmartVoxelHeader::fslices
protected

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