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

#include <G4Tet.hh>

G4Tet에 대한 상속 다이어그램 :
G4VSolid

Public 멤버 함수

 G4Tet (const G4String &pName, G4ThreeVector anchor, G4ThreeVector p2, G4ThreeVector p3, G4ThreeVector p4, G4bool *degeneracyFlag=0)
 
virtual ~G4Tet ()
 
void ComputeDimensions (G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep)
 
void BoundingLimits (G4ThreeVector &pMin, G4ThreeVector &pMax) const
 
G4bool CalculateExtent (const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pmin, G4double &pmax) const
 
EInside Inside (const G4ThreeVector &p) const
 
G4ThreeVector SurfaceNormal (const G4ThreeVector &p) const
 
G4double DistanceToIn (const G4ThreeVector &p, const G4ThreeVector &v) const
 
G4double DistanceToIn (const G4ThreeVector &p) const
 
G4double DistanceToOut (const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=false, G4bool *validNorm=0, G4ThreeVector *n=0) const
 
G4double DistanceToOut (const G4ThreeVector &p) const
 
G4double GetCubicVolume ()
 
G4double GetSurfaceArea ()
 
G4GeometryType GetEntityType () const
 
G4VSolidClone () const
 
std::ostream & StreamInfo (std::ostream &os) const
 
G4ThreeVector GetPointOnSurface () const
 
void DescribeYourselfTo (G4VGraphicsScene &scene) const
 
G4VisExtent GetExtent () const
 
G4PolyhedronCreatePolyhedron () const
 
G4PolyhedronGetPolyhedron () const
 
 G4Tet (__void__ &)
 
 G4Tet (const G4Tet &rhs)
 
G4Tetoperator= (const G4Tet &rhs)
 
const char * CVSHeaderVers ()
 
const char * CVSFileVers ()
 
void PrintWarnings (G4bool flag)
 
std::vector< G4ThreeVectorGetVertices () const
 
G4bool operator== (const G4VSolid &s) const
 
G4String GetName () const
 
void SetName (const G4String &name)
 
G4double GetTolerance () const
 
void DumpInfo () const
 
virtual const G4VSolidGetConstituentSolid (G4int no) const
 
virtual G4VSolidGetConstituentSolid (G4int no)
 
virtual const G4DisplacedSolidGetDisplacedSolidPtr () const
 
virtual G4DisplacedSolidGetDisplacedSolidPtr ()
 
G4double EstimateCubicVolume (G4int nStat, G4double epsilon) const
 
G4double EstimateSurfaceArea (G4int nStat, G4double ell) const
 

정적 Public 멤버 함수

static G4bool CheckDegeneracy (G4ThreeVector anchor, G4ThreeVector p2, G4ThreeVector p3, G4ThreeVector p4)
 

Protected 멤버 함수

void CalculateClippedPolygonExtent (G4ThreeVectorList &pPolygon, const G4VoxelLimits &pVoxelLimit, const EAxis pAxis, G4double &pMin, G4double &pMax) const
 
void ClipCrossSection (G4ThreeVectorList *pVertices, const G4int pSectionIndex, const G4VoxelLimits &pVoxelLimit, const EAxis pAxis, G4double &pMin, G4double &pMax) const
 
void ClipBetweenSections (G4ThreeVectorList *pVertices, const G4int pSectionIndex, const G4VoxelLimits &pVoxelLimit, const EAxis pAxis, G4double &pMin, G4double &pMax) const
 
void ClipPolygon (G4ThreeVectorList &pPolygon, const G4VoxelLimits &pVoxelLimit, const EAxis pAxis) const
 

Protected 속성

G4double kCarTolerance
 

Private 멤버 함수

G4ThreeVector GetPointOnFace (G4ThreeVector p1, G4ThreeVector p2, G4ThreeVector p3, G4double &area) const
 

Private 속성

G4double fCubicVolume
 
G4double fSurfaceArea
 
G4bool fRebuildPolyhedron
 
G4PolyhedronfpPolyhedron
 
G4ThreeVector fAnchor
 
G4ThreeVector fP2
 
G4ThreeVector fP3
 
G4ThreeVector fP4
 
G4ThreeVector fMiddle
 
G4ThreeVector fNormal123
 
G4ThreeVector fNormal142
 
G4ThreeVector fNormal134
 
G4ThreeVector fNormal234
 
G4bool warningFlag
 
G4double fCdotN123
 
G4double fCdotN142
 
G4double fCdotN134
 
G4double fCdotN234
 
G4double fXMin
 
G4double fXMax
 
G4double fYMin
 
G4double fYMax
 
G4double fZMin
 
G4double fZMax
 
G4double fDx
 
G4double fDy
 
G4double fDz
 
G4double fTol
 
G4double fMaxSize
 

정적 Private 속성

static const char CVSVers [] ="$Id: G4Tet.cc 106603 2017-10-16 09:17:44Z gcosmo $"
 

상세한 설명

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

생성자 & 소멸자 문서화

G4Tet::G4Tet ( const G4String pName,
G4ThreeVector  anchor,
G4ThreeVector  p2,
G4ThreeVector  p3,
G4ThreeVector  p4,
G4bool degeneracyFlag = 0 
)
G4Tet::~G4Tet ( )
virtual

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

다음을 참조함 : fpPolyhedron.

G4Tet::G4Tet ( __void__ &  a)

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

G4Tet::G4Tet ( const G4Tet rhs)

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

멤버 함수 문서화

void G4Tet::BoundingLimits ( G4ThreeVector pMin,
G4ThreeVector pMax 
) const
virtual

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

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

다음을 참조함 : G4VSolid::DumpInfo(), fXMax, fXMin, fYMax, fYMin, fZMax, fZMin, G4Exception(), G4VSolid::GetName(), JustWarning, message(), CLHEP::Hep3Vector::set(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().

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

void G4VSolid::CalculateClippedPolygonExtent ( G4ThreeVectorList pPolygon,
const G4VoxelLimits pVoxelLimit,
const EAxis  pAxis,
G4double pMin,
G4double pMax 
) const
protectedinherited

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

다음을 참조함 : G4VSolid::ClipPolygon().

다음에 의해서 참조됨 : G4VSolid::ClipBetweenSections(), G4VSolid::ClipCrossSection().

G4bool G4Tet::CalculateExtent ( const EAxis  pAxis,
const G4VoxelLimits pVoxelLimit,
const G4AffineTransform pTransform,
G4double pmin,
G4double pmax 
) const
virtual

G4VSolid를 구현.

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

다음을 참조함 : G4BoundingEnvelope::BoundingBoxVsVoxelLimits(), BoundingLimits(), G4BoundingEnvelope::CalculateExtent(), GetVertices(), x, y, z.

G4bool G4Tet::CheckDegeneracy ( G4ThreeVector  anchor,
G4ThreeVector  p2,
G4ThreeVector  p3,
G4ThreeVector  p4 
)
static

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

다음을 참조함 : G4Tet(), result.

void G4VSolid::ClipBetweenSections ( G4ThreeVectorList pVertices,
const G4int  pSectionIndex,
const G4VoxelLimits pVoxelLimit,
const EAxis  pAxis,
G4double pMin,
G4double pMax 
) const
protectedinherited

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

다음을 참조함 : G4VSolid::CalculateClippedPolygonExtent().

void G4VSolid::ClipCrossSection ( G4ThreeVectorList pVertices,
const G4int  pSectionIndex,
const G4VoxelLimits pVoxelLimit,
const EAxis  pAxis,
G4double pMin,
G4double pMax 
) const
protectedinherited

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

다음을 참조함 : G4VSolid::CalculateClippedPolygonExtent().

void G4VSolid::ClipPolygon ( G4ThreeVectorList pPolygon,
const G4VoxelLimits pVoxelLimit,
const EAxis  pAxis 
) const
protectedinherited
G4VSolid * G4Tet::Clone ( ) const
virtual

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

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

다음을 참조함 : G4Tet().

void G4Tet::ComputeDimensions ( G4VPVParameterisation p,
const G4int  n,
const G4VPhysicalVolume pRep 
)
virtual

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

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

G4Polyhedron * G4Tet::CreatePolyhedron ( ) const
virtual

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

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

다음을 참조함 : HepPolyhedron::createPolyhedron(), fAnchor, fP2, fP3, fP4, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().

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

const char* G4Tet::CVSFileVers ( )
inline

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

다음을 참조함 : CVSVers.

const char* G4Tet::CVSHeaderVers ( )
inline

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

void G4Tet::DescribeYourselfTo ( G4VGraphicsScene scene) const
virtual

G4VSolid를 구현.

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

다음을 참조함 : G4VGraphicsScene::AddSolid().

G4double G4Tet::DistanceToIn ( const G4ThreeVector p,
const G4ThreeVector v 
) const
virtual

G4VSolid를 구현.

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

다음을 참조함 : CLHEP::Hep3Vector::dot(), e, fCdotN123, fCdotN134, fCdotN142, fCdotN234, fNormal123, fNormal134, fNormal142, fNormal234, fTol, kInfinity, G4INCL::Math::max(), CLHEP::Hep3Vector::unit().

G4double G4Tet::DistanceToIn ( const G4ThreeVector p) const
virtual

G4VSolid를 구현.

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

다음을 참조함 : fMaxSize, fMiddle, fTol, G4INCL::Math::max().

G4double G4Tet::DistanceToOut ( const G4ThreeVector p,
const G4ThreeVector v,
const G4bool  calcNorm = false,
G4bool validNorm = 0,
G4ThreeVector n = 0 
) const
virtual
G4double G4Tet::DistanceToOut ( const G4ThreeVector p) const
virtual

G4VSolid를 구현.

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

다음을 참조함 : CLHEP::Hep3Vector::dot(), fCdotN123, fCdotN134, fCdotN142, fCdotN234, fNormal123, fNormal134, fNormal142, fNormal234, fTol, G4INCL::Math::min(), t1, t2.

void G4VSolid::DumpInfo ( ) const
inlineinherited

다음에 의해서 참조됨 : G4CutTubs::ApproxSurfaceNormal(), G4Torus::ApproxSurfaceNormal(), G4Tubs::ApproxSurfaceNormal(), G4Cons::ApproxSurfaceNormal(), G4Sphere::ApproxSurfaceNormal(), G4ScaledSolid::BoundingLimits(), G4ReflectedSolid::BoundingLimits(), G4Box::BoundingLimits(), G4DisplacedSolid::BoundingLimits(), BoundingLimits(), G4Orb::BoundingLimits(), G4UnionSolid::BoundingLimits(), G4SubtractionSolid::BoundingLimits(), G4IntersectionSolid::BoundingLimits(), G4Ellipsoid::BoundingLimits(), G4GenericPolycone::BoundingLimits(), G4Hype::BoundingLimits(), G4Paraboloid::BoundingLimits(), G4CutTubs::BoundingLimits(), G4TwistedTubs::BoundingLimits(), G4Polycone::BoundingLimits(), G4Polyhedra::BoundingLimits(), G4EllipticalCone::BoundingLimits(), G4Trd::BoundingLimits(), G4GenericTrap::BoundingLimits(), G4Para::BoundingLimits(), G4Tubs::BoundingLimits(), G4Cons::BoundingLimits(), G4Torus::BoundingLimits(), G4ExtrudedSolid::BoundingLimits(), G4Sphere::BoundingLimits(), G4TessellatedSolid::BoundingLimits(), G4Trap::BoundingLimits(), G4ScaledSolid::ComputeDimensions(), G4ParameterisationTubsRho::ComputeDimensions(), G4ReflectedSolid::ComputeDimensions(), G4ParameterisationBoxX::ComputeDimensions(), G4ParameterisationParaX::ComputeDimensions(), G4ParameterisationConsRho::ComputeDimensions(), G4ParameterisationPolyconeRho::ComputeDimensions(), G4ParameterisationTrdX::ComputeDimensions(), G4ParameterisationPolyhedraRho::ComputeDimensions(), G4DisplacedSolid::ComputeDimensions(), G4ParameterisationTubsPhi::ComputeDimensions(), G4ParameterisationConsPhi::ComputeDimensions(), G4ParameterisationBoxY::ComputeDimensions(), G4ParameterisationParaY::ComputeDimensions(), G4ParameterisationPolyconePhi::ComputeDimensions(), G4ParameterisationTrdY::ComputeDimensions(), G4ParameterisationPolyhedraPhi::ComputeDimensions(), G4ParameterisationBoxZ::ComputeDimensions(), G4ParameterisationConsZ::ComputeDimensions(), G4ParameterisationTubsZ::ComputeDimensions(), G4ParameterisationParaZ::ComputeDimensions(), G4ParameterisationPolyconeZ::ComputeDimensions(), G4ParameterisationTrdZ::ComputeDimensions(), G4ParameterisationPolyhedraZ::ComputeDimensions(), G4ParameterisedNavigation::ComputeStep(), G4ReplicaNavigation::ComputeStep(), G4ScaledSolid::CreatePolyhedron(), G4DisplacedSolid::CreatePolyhedron(), G4SubtractionSolid::DistanceToIn(), G4EllipticalTube::DistanceToOut(), G4Ellipsoid::DistanceToOut(), DistanceToOut(), G4VTwistedFaceted::DistanceToOut(), G4Box::DistanceToOut(), G4Orb::DistanceToOut(), G4GenericTrap::DistanceToOut(), G4CutTubs::DistanceToOut(), G4Paraboloid::DistanceToOut(), G4EllipticalCone::DistanceToOut(), G4Trd::DistanceToOut(), G4Tubs::DistanceToOut(), G4Torus::DistanceToOut(), G4Cons::DistanceToOut(), G4Para::DistanceToOut(), G4Sphere::DistanceToOut(), G4Trap::DistanceToOut(), export_G4VSolid(), G4Polycone::G4Polycone(), G4Polyhedra::G4Polyhedra(), G4BooleanSolid::GetConstituentSolid(), G4NavigationLogger::PostComputeStepLog(), G4Box::SurfaceNormal(), G4EllipticalCone::SurfaceNormal(), G4Trd::SurfaceNormal(), G4ExtrudedSolid::SurfaceNormal(), G4Para::SurfaceNormal(), G4Trap::SurfaceNormal().

G4double G4VSolid::EstimateCubicVolume ( G4int  nStat,
G4double  epsilon 
) const
inherited

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

다음을 참조함 : G4VSolid::CalculateExtent(), epsilon(), G4UniformRand, in, G4VSolid::Inside(), kOutside, kXAxis, kYAxis, kZAxis, maxY, maxZ, minY.

다음에 의해서 참조됨 : G4VCSGfaceted::GetCubicVolume(), G4VSolid::GetCubicVolume().

G4double G4VSolid::EstimateSurfaceArea ( G4int  nStat,
G4double  ell 
) const
inherited
const G4VSolid * G4VSolid::GetConstituentSolid ( G4int  no) const
virtualinherited

G4BooleanSolid에서 재구현되었습니다.

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

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

G4VSolid * G4VSolid::GetConstituentSolid ( G4int  no)
virtualinherited

G4BooleanSolid에서 재구현되었습니다.

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

G4double G4Tet::GetCubicVolume ( )
virtual

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

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

다음을 참조함 : fCubicVolume.

const G4DisplacedSolid * G4VSolid::GetDisplacedSolidPtr ( ) const
virtualinherited

G4DisplacedSolid에서 재구현되었습니다.

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

G4DisplacedSolid * G4VSolid::GetDisplacedSolidPtr ( )
virtualinherited

G4DisplacedSolid에서 재구현되었습니다.

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

G4GeometryType G4Tet::GetEntityType ( ) const
virtual

G4VSolid를 구현.

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

G4VisExtent G4Tet::GetExtent ( ) const
virtual

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

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

다음을 참조함 : fXMax, fXMin, fYMax, fYMin, fZMax, fZMin.

G4String G4VSolid::GetName ( ) const
inlineinherited

다음에 의해서 참조됨 : G4GMocrenFileSceneHandler::AddDetector(), G4HepRepFileSceneHandler::AddHepRepInstance(), G4GMocrenFileSceneHandler::AddPrimitive(), G4XXXFileSceneHandler::AddSolid(), G4XXXStoredSceneHandler::AddSolid(), G4HepRepFileSceneHandler::AddSolid(), G4XXXSGSceneHandler::AddSolid(), G4GMocrenFileSceneHandler::AddSolid(), G4GDMLWriteSolids::AddSolid(), G4NavigationLogger::AlongComputeStepLog(), G4GDMLWriteSolids::BooleanWrite(), G4ScaledSolid::BoundingLimits(), G4ReflectedSolid::BoundingLimits(), G4Box::BoundingLimits(), G4DisplacedSolid::BoundingLimits(), BoundingLimits(), G4Orb::BoundingLimits(), G4UnionSolid::BoundingLimits(), G4SubtractionSolid::BoundingLimits(), G4IntersectionSolid::BoundingLimits(), G4Ellipsoid::BoundingLimits(), G4GenericPolycone::BoundingLimits(), G4Hype::BoundingLimits(), G4CutTubs::BoundingLimits(), G4TwistedTubs::BoundingLimits(), G4Paraboloid::BoundingLimits(), G4Polycone::BoundingLimits(), G4Polyhedra::BoundingLimits(), G4EllipticalCone::BoundingLimits(), G4Trd::BoundingLimits(), G4GenericTrap::BoundingLimits(), G4Para::BoundingLimits(), G4Tubs::BoundingLimits(), G4Cons::BoundingLimits(), G4Torus::BoundingLimits(), G4ExtrudedSolid::BoundingLimits(), G4Sphere::BoundingLimits(), G4TessellatedSolid::BoundingLimits(), G4Trap::BoundingLimits(), G4GDMLWriteSolids::BoxWrite(), G4GenericPolycone::CalculateExtent(), G4Polycone::CalculateExtent(), G4Polyhedra::CalculateExtent(), G4ExtrudedSolid::CalculateExtent(), G4NavigationLogger::CheckDaughterEntryPoint(), G4VDivisionParameterisation::CheckNDivAndWidth(), G4VDivisionParameterisation::CheckOffset(), G4GenericTrap::CheckOrder(), G4Trd::CheckParameters(), G4Para::CheckParameters(), G4Trap::CheckParameters(), G4ParameterisationPolyconeRho::CheckParametersValidity(), G4ParameterisationPolyhedraRho::CheckParametersValidity(), G4ParameterisationPolyhedraPhi::CheckParametersValidity(), G4ParameterisationPolyconeZ::CheckParametersValidity(), G4ParameterisationPolyhedraZ::CheckParametersValidity(), G4PhantomParameterisation::CheckVoxelsFillContainer(), G4GenericTrap::ComputeIsTwisted(), G4VoxelSafety::ComputeSafety(), G4VoxelNavigation::ComputeSafety(), G4NavigationLogger::ComputeSafetyLog(), G4ParameterisedNavigation::ComputeStep(), G4ReplicaNavigation::ComputeStep(), G4GDMLWriteSolids::ConeWrite(), FFDetectorConstruction::Construct(), CCalG4Hall::constructIn(), G4GenericPolycone::Create(), G4Polycone::Create(), G4Polyhedra::Create(), G4PhysicalVolumeModel::CreateCurrentAttValues(), G4GenericPolycone::CreatePolyhedron(), G4ReflectedSolid::CreatePolyhedron(), G4Polyhedra::CreatePolyhedron(), G4ReflectionFactory::CreateReflectedLV(), G4GenericTrap::CreateTessellatedSolid(), G4GDMLWriteSolids::CutTubeWrite(), G4PhysicalVolumeModel::DescribeSolid(), G4SubtractionSolid::DistanceToIn(), G4Paraboloid::DistanceToIn(), G4TessellatedSolid::DistanceToIn(), G4Box::DistanceToOut(), G4Orb::DistanceToOut(), G4EllipticalCone::DistanceToOut(), G4Trd::DistanceToOut(), G4Para::DistanceToOut(), G4TessellatedSolid::DistanceToOut(), G4Trap::DistanceToOut(), G4tgbGeometryDumper::DumpSolid(), G4GDMLWriteSolids::ElconeWrite(), G4GDMLWriteSolids::EllipsoidWrite(), G4GDMLWriteSolids::EltubeWrite(), G4PVDivision::ErrorInAxis(), G4ReplicatedSlice::ErrorInAxis(), export_G4VSolid(), G4Box::G4Box(), G4Cons::G4Cons(), G4CutTubs::G4CutTubs(), G4Ellipsoid::G4Ellipsoid(), G4EllipticalCone::G4EllipticalCone(), G4Hype::G4Hype(), G4Para::G4Para(), G4Paraboloid::G4Paraboloid(), G4Polycone::G4Polycone(), G4Polyhedra::G4Polyhedra(), G4Sphere::G4Sphere(), G4Trap::G4Trap(), G4Tubs::G4Tubs(), G4VParameterisationCons::G4VParameterisationCons(), G4VParameterisationPara::G4VParameterisationPara(), G4VParameterisationPolycone::G4VParameterisationPolycone(), G4VParameterisationPolyhedra::G4VParameterisationPolyhedra(), G4VParameterisationTrd::G4VParameterisationTrd(), G4VTwistedFaceted::G4VTwistedFaceted(), G4GDMLWriteSolids::GenericPolyconeWrite(), G4GDMLWriteSolids::GenTrapWrite(), G4HepRepSceneHandler::getGeometryInstance(), G4Navigator::GetGlobalExitNormal(), G4Navigator::GetLocalExitNormal(), G4ITNavigator1::GetLocalExitNormal(), G4ITNavigator2::GetLocalExitNormal(), G4BooleanSolid::GetPointOnSurface(), G4PhantomParameterisation::GetReplicaNo(), G4GDMLWriteSolids::HypeWrite(), G4TessellatedSolid::InsideNoVoxels(), G4TessellatedSolid::InsideVoxels(), G4Navigator::LocateGlobalPointAndSetup(), G4ITNavigator1::LocateGlobalPointAndSetup(), G4ITNavigator2::LocateGlobalPointAndSetup(), G4GenericTrap::MakeDownFacet(), G4Trap::MakePlanes(), G4GenericTrap::MakeUpFacet(), G4GDMLWriteSolids::MultiUnionWrite(), G4GDMLWriteSolids::OrbWrite(), G4GDMLWriteSolids::ParaboloidWrite(), G4GDMLWriteParamvol::ParametersWrite(), G4GDMLWriteSolids::ParaWrite(), G4GDMLWriteSolids::PolyconeWrite(), G4GDMLWriteSolids::PolyhedraWrite(), G4NavigationLogger::PostComputeStepLog(), G4NavigationLogger::PreComputeStepLog(), G4NavigationLogger::PrintDaughterLog(), G4tgbVolumeMgr::RegisterMe(), G4NavigationLogger::ReportOutsideMother(), G4ASCIITreeSceneHandler::RequestPrimitives(), G4VSceneHandler::RequestPrimitives(), G4GenericPolycone::Reset(), G4Polyhedra::Reset(), G4VoxelSafety::SafetyForVoxelNode(), G4GDMLWriteSolids::ScaledWrite(), G4Torus::SetAllParameters(), G4Polycone::SetOriginalParameters(), G4Polyhedra::SetOriginalParameters(), G4Box::SetXHalfLength(), G4Box::SetYHalfLength(), G4Box::SetZHalfLength(), G4GDMLWriteSolids::SphereWrite(), G4BooleanSolid::StackPolyhedron(), G4CSGSolid::StreamInfo(), G4TwistedBox::StreamInfo(), G4BooleanSolid::StreamInfo(), G4VCSGfaceted::StreamInfo(), G4TwistedTrd::StreamInfo(), G4EllipticalTube::StreamInfo(), G4GenericPolycone::StreamInfo(), G4ScaledSolid::StreamInfo(), G4Ellipsoid::StreamInfo(), G4ReflectedSolid::StreamInfo(), StreamInfo(), G4Box::StreamInfo(), G4Orb::StreamInfo(), G4VTwistedFaceted::StreamInfo(), G4TwistedTrap::StreamInfo(), G4Polycone::StreamInfo(), G4Polyhedra::StreamInfo(), G4Hype::StreamInfo(), G4Paraboloid::StreamInfo(), G4CutTubs::StreamInfo(), G4GenericTrap::StreamInfo(), G4TwistedTubs::StreamInfo(), G4MultiUnion::StreamInfo(), G4DisplacedSolid::StreamInfo(), G4EllipticalCone::StreamInfo(), G4ExtrudedSolid::StreamInfo(), G4Trd::StreamInfo(), G4Para::StreamInfo(), G4Tubs::StreamInfo(), G4Torus::StreamInfo(), G4Cons::StreamInfo(), G4Sphere::StreamInfo(), G4TessellatedSolid::StreamInfo(), G4Trap::StreamInfo(), G4GDMLRead::StripNames(), SubstractSolids(), G4UnionSolid::SurfaceNormal(), G4Box::SurfaceNormal(), G4EllipticalCone::SurfaceNormal(), G4Trd::SurfaceNormal(), G4ExtrudedSolid::SurfaceNormal(), G4Para::SurfaceNormal(), G4Trap::SurfaceNormal(), G4GDMLWriteSolids::TessellatedWrite(), G4GDMLWriteSolids::TetWrite(), G4GDMLWriteSolids::TorusWrite(), G4GDMLWriteSolids::TrapWrite(), G4GDMLWriteStructure::TraverseVolumeTree(), G4GDMLWriteSolids::TrdWrite(), G4GDMLWriteSolids::TubeWrite(), G4GDMLWriteSolids::TwistedboxWrite(), G4GDMLWriteSolids::TwistedtrapWrite(), G4GDMLWriteSolids::TwistedtrdWrite(), G4GDMLWriteSolids::TwistedtubsWrite(), G4PhysicalVolumeModel::VisitGeometryAndGetVisReps(), G4GDMLWriteSolids::XtruWrite().

G4ThreeVector G4Tet::GetPointOnFace ( G4ThreeVector  p1,
G4ThreeVector  p2,
G4ThreeVector  p3,
G4double area 
) const
private

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

다음을 참조함 : CLHEP::Hep3Vector::cross(), G4INCL::DeJongSpin::shoot(), w.

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

G4ThreeVector G4Tet::GetPointOnSurface ( ) const
virtual

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

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

다음을 참조함 : fAnchor, fP2, fP3, fP4, GetPointOnFace(), G4INCL::DeJongSpin::shoot().

G4Polyhedron * G4Tet::GetPolyhedron ( ) const
virtual
G4double G4Tet::GetSurfaceArea ( )
virtual

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

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

다음을 참조함 : fSurfaceArea.

G4double G4VSolid::GetTolerance ( ) const
inlineinherited
std::vector< G4ThreeVector > G4Tet::GetVertices ( ) const

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

다음을 참조함 : fAnchor, fP2, fP3, fP4.

다음에 의해서 참조됨 : CalculateExtent(), G4GDMLWriteSolids::TetWrite().

EInside G4Tet::Inside ( const G4ThreeVector p) const
virtual

G4VSolid를 구현.

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

다음을 참조함 : CLHEP::Hep3Vector::dot(), fCdotN123, fCdotN134, fCdotN142, fCdotN234, fNormal123, fNormal134, fNormal142, fNormal234, fTol, kInside, kOutside, kSurface.

G4Tet & G4Tet::operator= ( const G4Tet rhs)
G4bool G4VSolid::operator== ( const G4VSolid s) const
inlineinherited
void G4Tet::PrintWarnings ( G4bool  flag)
inline

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

다음을 참조함 : warningFlag.

void G4VSolid::SetName ( const G4String name)
inlineinherited
std::ostream & G4Tet::StreamInfo ( std::ostream &  os) const
virtual

G4VSolid를 구현.

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

다음을 참조함 : fAnchor, fNormal123, fNormal134, fNormal142, fNormal234, fP2, fP3, fP4, G4VSolid::GetName(), mm.

G4ThreeVector G4Tet::SurfaceNormal ( const G4ThreeVector p) const
virtual

G4VSolid를 구현.

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

다음을 참조함 : CLHEP::Hep3Vector::dot(), fCdotN123, fCdotN134, fCdotN142, fCdotN234, fNormal123, fNormal134, fNormal142, fNormal234, G4VSolid::kCarTolerance, CLHEP::Hep3Vector::unit().

멤버 데이타 문서화

const char G4Tet::CVSVers ="$Id: G4Tet.cc 106603 2017-10-16 09:17:44Z gcosmo $"
staticprivate

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

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

G4ThreeVector G4Tet::fAnchor
private

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

다음에 의해서 참조됨 : CreatePolyhedron(), G4Tet(), GetPointOnSurface(), GetVertices(), operator=(), StreamInfo().

G4double G4Tet::fCdotN123
private

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

다음에 의해서 참조됨 : DistanceToIn(), DistanceToOut(), G4Tet(), Inside(), operator=(), SurfaceNormal().

G4double G4Tet::fCdotN134
private

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

다음에 의해서 참조됨 : DistanceToIn(), DistanceToOut(), G4Tet(), Inside(), operator=(), SurfaceNormal().

G4double G4Tet::fCdotN142
private

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

다음에 의해서 참조됨 : DistanceToIn(), DistanceToOut(), G4Tet(), Inside(), operator=(), SurfaceNormal().

G4double G4Tet::fCdotN234
private

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

다음에 의해서 참조됨 : DistanceToIn(), DistanceToOut(), G4Tet(), Inside(), operator=(), SurfaceNormal().

G4double G4Tet::fCubicVolume
private

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

다음에 의해서 참조됨 : G4Tet(), GetCubicVolume(), operator=().

G4double G4Tet::fDx
private

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

다음에 의해서 참조됨 : G4Tet(), operator=().

G4double G4Tet::fDy
private

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

다음에 의해서 참조됨 : G4Tet(), operator=().

G4double G4Tet::fDz
private

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

다음에 의해서 참조됨 : G4Tet(), operator=().

G4double G4Tet::fMaxSize
private

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

다음에 의해서 참조됨 : DistanceToIn(), G4Tet(), operator=().

G4ThreeVector G4Tet::fMiddle
private

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

다음에 의해서 참조됨 : DistanceToIn(), G4Tet(), operator=().

G4ThreeVector G4Tet::fNormal123
private

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

다음에 의해서 참조됨 : DistanceToIn(), DistanceToOut(), G4Tet(), Inside(), operator=(), StreamInfo(), SurfaceNormal().

G4ThreeVector G4Tet::fNormal134
private

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

다음에 의해서 참조됨 : DistanceToIn(), DistanceToOut(), G4Tet(), Inside(), operator=(), StreamInfo(), SurfaceNormal().

G4ThreeVector G4Tet::fNormal142
private

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

다음에 의해서 참조됨 : DistanceToIn(), DistanceToOut(), G4Tet(), Inside(), operator=(), StreamInfo(), SurfaceNormal().

G4ThreeVector G4Tet::fNormal234
private

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

다음에 의해서 참조됨 : DistanceToIn(), DistanceToOut(), G4Tet(), Inside(), operator=(), StreamInfo(), SurfaceNormal().

G4ThreeVector G4Tet::fP2
private

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

다음에 의해서 참조됨 : CreatePolyhedron(), G4Tet(), GetPointOnSurface(), GetVertices(), operator=(), StreamInfo().

G4ThreeVector G4Tet::fP3
private

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

다음에 의해서 참조됨 : CreatePolyhedron(), G4Tet(), GetPointOnSurface(), GetVertices(), operator=(), StreamInfo().

G4ThreeVector G4Tet::fP4
private

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

다음에 의해서 참조됨 : CreatePolyhedron(), G4Tet(), GetPointOnSurface(), GetVertices(), operator=(), StreamInfo().

G4Polyhedron* G4Tet::fpPolyhedron
mutableprivate

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

다음에 의해서 참조됨 : GetPolyhedron(), operator=(), ~G4Tet().

G4bool G4Tet::fRebuildPolyhedron
mutableprivate

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

다음에 의해서 참조됨 : GetPolyhedron(), operator=().

G4double G4Tet::fSurfaceArea
private

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

다음에 의해서 참조됨 : G4Tet(), GetSurfaceArea(), operator=().

G4double G4Tet::fTol
private

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

다음에 의해서 참조됨 : DistanceToIn(), DistanceToOut(), G4Tet(), Inside(), operator=().

G4double G4Tet::fXMax
private

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

다음에 의해서 참조됨 : BoundingLimits(), G4Tet(), GetExtent(), operator=().

G4double G4Tet::fXMin
private

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

다음에 의해서 참조됨 : BoundingLimits(), G4Tet(), GetExtent(), operator=().

G4double G4Tet::fYMax
private

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

다음에 의해서 참조됨 : BoundingLimits(), G4Tet(), GetExtent(), operator=().

G4double G4Tet::fYMin
private

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

다음에 의해서 참조됨 : BoundingLimits(), G4Tet(), GetExtent(), operator=().

G4double G4Tet::fZMax
private

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

다음에 의해서 참조됨 : BoundingLimits(), G4Tet(), GetExtent(), operator=().

G4double G4Tet::fZMin
private

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

다음에 의해서 참조됨 : BoundingLimits(), G4Tet(), GetExtent(), operator=().

G4double G4VSolid::kCarTolerance
protectedinherited

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

다음에 의해서 참조됨 : G4TessellatedSolid::AddFacet(), G4Polycone::CalculateExtent(), G4Polyhedra::CalculateExtent(), G4Trd::CheckParameters(), G4Para::CheckParameters(), G4GenericTrap::ComputeIsTwisted(), G4GenericPolycone::Create(), G4Polycone::Create(), G4Polyhedra::Create(), G4GenericPolycone::CreatePolyhedron(), G4Polyhedra::CreatePolyhedron(), G4CutTubs::CreatePolyhedron(), G4TessellatedSolid::CreateVertexList(), G4VCSGfaceted::DistanceTo(), G4VCSGfaceted::DistanceToIn(), G4Paraboloid::DistanceToIn(), G4Hype::DistanceToIn(), G4Sphere::DistanceToIn(), G4TessellatedSolid::DistanceToInCore(), G4VCSGfaceted::DistanceToOut(), G4UnionSolid::DistanceToOut(), G4Paraboloid::DistanceToOut(), G4GenericTrap::DistanceToOut(), G4Hype::DistanceToOut(), G4CutTubs::DistanceToOut(), G4Tubs::DistanceToOut(), G4Torus::DistanceToOut(), G4Cons::DistanceToOut(), G4Sphere::DistanceToOut(), G4TessellatedSolid::DistanceToOutCandidates(), G4TessellatedSolid::DistanceToOutCore(), G4TessellatedSolid::DistanceToOutNoVoxels(), G4GenericTrap::DistToPlane(), G4GenericTrap::DistToTriangle(), G4Box::G4Box(), G4Cons::G4Cons(), G4CutTubs::G4CutTubs(), G4Ellipsoid::G4Ellipsoid(), G4EllipticalCone::G4EllipticalCone(), G4EllipticalTube::G4EllipticalTube(), G4ExtrudedSolid::G4ExtrudedSolid(), G4GenericTrap::G4GenericTrap(), G4Hype::G4Hype(), G4Para::G4Para(), G4Sphere::G4Sphere(), G4Trap::G4Trap(), G4Tubs::G4Tubs(), G4UnionSolid::G4UnionSolid(), G4VSolid::G4VSolid(), G4VTwistedFaceted::G4VTwistedFaceted(), G4Orb::Initialize(), G4TessellatedSolid::Initialize(), G4VCSGfaceted::Inside(), G4VTwistedFaceted::Inside(), G4Hype::Inside(), G4Paraboloid::Inside(), G4TessellatedSolid::InsideNoVoxels(), G4GenericTrap::InsidePolygone(), G4TessellatedSolid::InsideVoxels(), G4GenericTrap::IsSegCrossingZ(), G4Trap::MakePlane(), G4GenericTrap::NormalToPlane(), G4VSolid::operator=(), G4TessellatedSolid::SafetyFromInside(), G4TessellatedSolid::SafetyFromOutside(), G4Torus::SetAllParameters(), G4Polycone::SetOriginalParameters(), G4Polyhedra::SetOriginalParameters(), G4Box::SetXHalfLength(), G4Box::SetYHalfLength(), G4Box::SetZHalfLength(), SurfaceNormal(), G4GenericTrap::SurfaceNormal(), G4Paraboloid::SurfaceNormal(), G4Torus::SurfaceNormal().

G4bool G4Tet::warningFlag
private

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

다음에 의해서 참조됨 : DistanceToOut(), operator=(), PrintWarnings().


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