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

#include <G4GDMLReadDefine.hh>

G4GDMLReadDefine에 대한 상속 다이어그램 :
G4GDMLRead G4GDMLReadMaterials G4GDMLReadSolids G4GDMLReadSetup G4GDMLReadParamvol G4GDMLReadStructure G03ColorReader

Public 멤버 함수

G4bool IsValidID (const G4String &) const
 
G4double GetConstant (const G4String &)
 
G4double GetVariable (const G4String &)
 
G4double GetQuantity (const G4String &)
 
G4ThreeVector GetPosition (const G4String &)
 
G4ThreeVector GetRotation (const G4String &)
 
G4ThreeVector GetScale (const G4String &)
 
G4GDMLMatrix GetMatrix (const G4String &)
 
virtual void DefineRead (const xercesc::DOMElement *const)
 
virtual void MaterialsRead (const xercesc::DOMElement *const)=0
 
virtual void SetupRead (const xercesc::DOMElement *const)=0
 
virtual void SolidsRead (const xercesc::DOMElement *const)=0
 
virtual void Paramvol_contentRead (const xercesc::DOMElement *const)=0
 
virtual void Volume_contentRead (const xercesc::DOMElement *const)=0
 
virtual void StructureRead (const xercesc::DOMElement *const)=0
 
virtual void ExtensionRead (const xercesc::DOMElement *const)
 
virtual void UserinfoRead (const xercesc::DOMElement *const)
 
virtual G4LogicalVolumeGetVolume (const G4String &) const =0
 
virtual G4String GetSetup (const G4String &)=0
 
void Read (const G4String &, G4bool validation, G4bool isModule, G4bool strip=true)
 
void StripNames () const
 
void StripName (G4String &) const
 
void OverlapCheck (G4bool)
 
const G4GDMLAuxListTypeGetAuxList () const
 

Protected 멤버 함수

 G4GDMLReadDefine ()
 
virtual ~G4GDMLReadDefine ()
 
G4RotationMatrix GetRotationMatrix (const G4ThreeVector &)
 
void VectorRead (const xercesc::DOMElement *const, G4ThreeVector &)
 
G4String RefRead (const xercesc::DOMElement *const)
 
void ConstantRead (const xercesc::DOMElement *const)
 
void MatrixRead (const xercesc::DOMElement *const)
 
void PositionRead (const xercesc::DOMElement *const)
 
void RotationRead (const xercesc::DOMElement *const)
 
void ScaleRead (const xercesc::DOMElement *const)
 
void VariableRead (const xercesc::DOMElement *const)
 
void QuantityRead (const xercesc::DOMElement *const)
 
void ExpressionRead (const xercesc::DOMElement *const)
 
G4String Transcode (const XMLCh *const)
 
G4String GenerateName (const G4String &name, G4bool strip=false)
 
G4String Strip (const G4String &) const
 
void GeneratePhysvolName (const G4String &, G4VPhysicalVolume *)
 
void LoopRead (const xercesc::DOMElement *const, void(G4GDMLRead::*)(const xercesc::DOMElement *const))
 
G4GDMLAuxStructType AuxiliaryRead (const xercesc::DOMElement *const auxElem)
 

Protected 속성

std::map< G4String, G4doublequantityMap
 
std::map< G4String, G4ThreeVectorpositionMap
 
std::map< G4String, G4ThreeVectorrotationMap
 
std::map< G4String, G4ThreeVectorscaleMap
 
std::map< G4String, G4GDMLMatrixmatrixMap
 
G4GDMLEvaluator eval
 
G4bool validate
 
G4bool check
 
G4bool dostrip
 

상세한 설명

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

생성자 & 소멸자 문서화

G4GDMLReadDefine::G4GDMLReadDefine ( )
protected

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

G4GDMLReadDefine::~G4GDMLReadDefine ( )
protectedvirtual

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

멤버 함수 문서화

G4GDMLAuxStructType G4GDMLRead::AuxiliaryRead ( const xercesc::DOMElement *const  auxElem)
protectedinherited
void G4GDMLReadDefine::ConstantRead ( const xercesc::DOMElement * const  constantElement)
protected

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

다음을 참조함 : G4GDMLEvaluator::DefineConstant(), G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::Transcode().

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

void G4GDMLReadDefine::DefineRead ( const xercesc::DOMElement * const  defineElement)
virtual
void G4GDMLReadDefine::ExpressionRead ( const xercesc::DOMElement * const  expElement)
protected

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

다음을 참조함 : G4GDMLEvaluator::DefineConstant(), G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::Transcode().

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

void G4GDMLRead::ExtensionRead ( const xercesc::DOMElement * const  )
virtualinherited

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

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

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

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

G4String G4GDMLRead::GenerateName ( const G4String name,
G4bool  strip = false 
)
protectedinherited

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

다음을 참조함 : G4GDMLRead::eval, G4GDMLRead::inLoop, G4GDMLEvaluator::SolveBrackets(), G4GDMLRead::StripName().

다음에 의해서 참조됨 : G4GDMLReadStructure::AssemblyRead(), G4GDMLReadSolids::BooleanRead(), G4GDMLReadStructure::BorderSurfaceRead(), G4GDMLReadSolids::BoxRead(), G03ColorReader::ColorRead(), G4GDMLReadSolids::ConeRead(), G4GDMLReadSolids::CutTubeRead(), G4GDMLReadStructure::DivisionvolRead(), G4GDMLReadSolids::ElconeRead(), G4GDMLReadMaterials::ElementRead(), G4GDMLReadSolids::EllipsoidRead(), G4GDMLReadSolids::EltubeRead(), G4GDMLReadStructure::FileRead(), G4GDMLReadSolids::GenericPolyconeRead(), G4GDMLReadSolids::GenericPolyhedraRead(), G4GDMLReadSolids::GenTrapRead(), G4GDMLReadStructure::GetWorldVolume(), G4GDMLReadSolids::HypeRead(), G4GDMLReadMaterials::IsotopeRead(), G4GDMLReadMaterials::MaterialRead(), MatrixRead(), G4GDMLReadMaterials::MixtureRead(), G4GDMLReadSolids::MultiUnionNodeRead(), G4GDMLReadSolids::MultiUnionRead(), G4GDMLReadSolids::OpticalSurfaceRead(), G4GDMLReadSolids::OrbRead(), G4GDMLReadSolids::ParaboloidRead(), G4GDMLReadParamvol::ParametersRead(), G4GDMLReadParamvol::ParamvolRead(), G4GDMLReadSolids::ParaRead(), G4GDMLReadStructure::PhysvolRead(), G4GDMLReadSolids::PolyconeRead(), G4GDMLReadSolids::PolyhedraRead(), PositionRead(), G4GDMLReadMaterials::PropertyRead(), G4GDMLReadSolids::PropertyRead(), G4GDMLReadSolids::QuadrangularRead(), G4GDMLReadSolids::ReflectedSolidRead(), G4GDMLReadStructure::ReplicaRead(), G4GDMLReadStructure::ReplicavolRead(), RotationRead(), G4GDMLReadSolids::ScaledSolidRead(), ScaleRead(), G4GDMLReadSetup::SetupRead(), G4GDMLReadStructure::SkinSurfaceRead(), G4GDMLReadSolids::SphereRead(), G4GDMLReadSolids::TessellatedRead(), G4GDMLReadSolids::TetRead(), G4GDMLReadSolids::TorusRead(), G4GDMLReadSolids::TrapRead(), G4GDMLReadSolids::TrdRead(), G4GDMLReadSolids::TriangularRead(), G4GDMLReadSolids::TubeRead(), G4GDMLReadSolids::TwistedboxRead(), G4GDMLReadSolids::TwistedtrapRead(), G4GDMLReadSolids::TwistedtrdRead(), G4GDMLReadSolids::TwistedtubsRead(), G03ColorReader::VolumeRead(), G4GDMLReadStructure::VolumeRead(), G4GDMLReadSolids::XtruRead().

void G4GDMLRead::GeneratePhysvolName ( const G4String nameIn,
G4VPhysicalVolume physvol 
)
protectedinherited
const G4GDMLAuxListType * G4GDMLRead::GetAuxList ( ) const
inherited

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

다음을 참조함 : G4GDMLRead::auxGlobalList.

G4double G4GDMLReadDefine::GetConstant ( const G4String ref)

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

다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::GetConstant().

G4GDMLMatrix G4GDMLReadDefine::GetMatrix ( const G4String ref)

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

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

다음에 의해서 참조됨 : G4GDMLReadMaterials::PropertyRead(), G4GDMLReadSolids::PropertyRead().

G4ThreeVector G4GDMLReadDefine::GetPosition ( const G4String ref)
G4double G4GDMLReadDefine::GetQuantity ( const G4String ref)

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

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

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

G4ThreeVector G4GDMLReadDefine::GetRotation ( const G4String ref)
G4RotationMatrix G4GDMLReadDefine::GetRotationMatrix ( const G4ThreeVector angles)
protected
G4ThreeVector G4GDMLReadDefine::GetScale ( const G4String ref)

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

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

다음에 의해서 참조됨 : G4GDMLReadStructure::PhysvolRead(), G4GDMLReadSolids::ScaledSolidRead().

virtual G4String G4GDMLRead::GetSetup ( const G4String )
pure virtualinherited

G4GDMLReadSetup에서 구현되었습니다.

G4double G4GDMLReadDefine::GetVariable ( const G4String ref)

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

다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::GetVariable().

virtual G4LogicalVolume* G4GDMLRead::GetVolume ( const G4String ) const
pure virtualinherited

G4GDMLReadStructure에서 구현되었습니다.

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

G4bool G4GDMLReadDefine::IsValidID ( const G4String ref) const

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

다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::IsVariable().

void G4GDMLRead::LoopRead ( const xercesc::DOMElement * const  element,
void(G4GDMLRead::*)(const xercesc::DOMElement *const)  func 
)
protectedinherited
virtual void G4GDMLRead::MaterialsRead ( const xercesc::DOMElement *  const)
pure virtualinherited

G4GDMLReadMaterials에서 구현되었습니다.

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

void G4GDMLReadDefine::MatrixRead ( const xercesc::DOMElement * const  matrixElement)
protected
void G4GDMLRead::OverlapCheck ( G4bool  flag)
inherited

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

다음을 참조함 : G4GDMLRead::check.

virtual void G4GDMLRead::Paramvol_contentRead ( const xercesc::DOMElement *  const)
pure virtualinherited

G4GDMLReadParamvol에서 구현되었습니다.

다음에 의해서 참조됨 : G4GDMLReadParamvol::ParameterisedRead(), G4GDMLReadParamvol::Paramvol_contentRead().

void G4GDMLReadDefine::PositionRead ( const xercesc::DOMElement * const  positionElement)
protected
void G4GDMLReadDefine::QuantityRead ( const xercesc::DOMElement * const  element)
protected
void G4GDMLRead::Read ( const G4String fileName,
G4bool  validation,
G4bool  isModule,
G4bool  strip = true 
)
inherited
G4String G4GDMLReadDefine::RefRead ( const xercesc::DOMElement * const  element)
protected
void G4GDMLReadDefine::RotationRead ( const xercesc::DOMElement * const  rotationElement)
protected
void G4GDMLReadDefine::ScaleRead ( const xercesc::DOMElement * const  scaleElement)
protected
virtual void G4GDMLRead::SetupRead ( const xercesc::DOMElement *  const)
pure virtualinherited

G4GDMLReadSetup에서 구현되었습니다.

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

virtual void G4GDMLRead::SolidsRead ( const xercesc::DOMElement *  const)
pure virtualinherited

G4GDMLReadSolids에서 구현되었습니다.

다음에 의해서 참조됨 : G4GDMLRead::Read(), G4GDMLReadSolids::SolidsRead().

G4String G4GDMLRead::Strip ( const G4String name) const
protectedinherited
void G4GDMLRead::StripName ( G4String name) const
inherited

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

다음을 참조함 : G4String::remove().

다음에 의해서 참조됨 : G4GDMLParser::ExportRegions(), G4GDMLRead::GenerateName(), G4GDMLParser::ImportRegions(), G4GDMLRead::StripNames().

void G4GDMLRead::StripNames ( ) const
inherited
virtual void G4GDMLRead::StructureRead ( const xercesc::DOMElement *  const)
pure virtualinherited

G4GDMLReadStructure에서 구현되었습니다.

다음에 의해서 참조됨 : G4GDMLRead::Read(), G4GDMLReadStructure::StructureRead().

G4String G4GDMLRead::Transcode ( const XMLCh * const  toTranscode)
protectedinherited

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

다음에 의해서 참조됨 : G4GDMLReadStructure::AssemblyRead(), G4GDMLReadMaterials::AtomRead(), G4GDMLRead::AuxiliaryRead(), G4GDMLReadStructure::AxisRead(), G4GDMLReadSolids::BooleanRead(), G4GDMLReadStructure::BorderSurfaceRead(), G4GDMLReadParamvol::Box_dimensionsRead(), G4GDMLReadSolids::BoxRead(), G03ColorReader::ColorRead(), G4GDMLReadMaterials::CompositeRead(), G4GDMLReadParamvol::Cone_dimensionsRead(), G4GDMLReadSolids::ConeRead(), ConstantRead(), G4GDMLReadSolids::CutTubeRead(), DefineRead(), G4GDMLReadStructure::DivisionvolRead(), G4GDMLReadMaterials::DRead(), G4GDMLReadSolids::ElconeRead(), G4GDMLReadMaterials::ElementRead(), G4GDMLReadParamvol::Ellipsoid_dimensionsRead(), G4GDMLReadSolids::EllipsoidRead(), G4GDMLReadSolids::EltubeRead(), ExpressionRead(), G03ColorReader::ExtensionRead(), G4GDMLReadStructure::FileRead(), G4GDMLReadMaterials::FractionRead(), G4GDMLReadSolids::GenericPolyconeRead(), G4GDMLReadSolids::GenericPolyhedraRead(), G4GDMLReadSolids::GenTrapRead(), G4GDMLReadParamvol::Hype_dimensionsRead(), G4GDMLReadSolids::HypeRead(), G4GDMLReadMaterials::IsotopeRead(), G4GDMLRead::LoopRead(), G4GDMLReadMaterials::MaterialRead(), G4GDMLReadMaterials::MaterialsRead(), MatrixRead(), G4GDMLReadMaterials::MEERead(), G4GDMLReadMaterials::MixtureRead(), G4GDMLReadSolids::MultiUnionNodeRead(), G4GDMLReadSolids::MultiUnionRead(), G4GDMLReadSolids::OpticalSurfaceRead(), G4GDMLReadParamvol::Orb_dimensionsRead(), G4GDMLReadSolids::OrbRead(), G4GDMLReadParamvol::Para_dimensionsRead(), G4GDMLReadSolids::ParaboloidRead(), G4GDMLReadParamvol::ParameterisedRead(), G4GDMLReadParamvol::ParametersRead(), G4GDMLReadParamvol::Paramvol_contentRead(), G4GDMLReadParamvol::ParamvolRead(), G4GDMLReadSolids::ParaRead(), G4GDMLReadStructure::PhysvolRead(), G4GDMLReadParamvol::Polycone_dimensionsRead(), G4GDMLReadSolids::PolyconeRead(), G4GDMLReadParamvol::Polyhedra_dimensionsRead(), G4GDMLReadSolids::PolyhedraRead(), PositionRead(), G4GDMLReadMaterials::PRead(), G4GDMLReadMaterials::PropertyRead(), G4GDMLReadSolids::PropertyRead(), G4GDMLReadSolids::QuadrangularRead(), G4GDMLReadStructure::QuantityRead(), QuantityRead(), G4GDMLRead::Read(), G4GDMLReadSolids::ReflectedSolidRead(), RefRead(), G4GDMLReadStructure::ReplicaRead(), G4GDMLReadStructure::ReplicavolRead(), RotationRead(), G4GDMLReadSolids::RZPointRead(), G4GDMLReadSolids::ScaledSolidRead(), ScaleRead(), G4GDMLReadSolids::SectionRead(), G4GDMLReadSetup::SetupRead(), G4GDMLReadStructure::SkinSurfaceRead(), G4GDMLReadSolids::SolidsRead(), G4GDMLReadParamvol::Sphere_dimensionsRead(), G4GDMLReadSolids::SphereRead(), G4GDMLReadStructure::StructureRead(), G4GDMLReadSolids::TessellatedRead(), G4GDMLReadSolids::TetRead(), G4GDMLReadParamvol::Torus_dimensionsRead(), G4GDMLReadSolids::TorusRead(), G4GDMLReadParamvol::Trap_dimensionsRead(), G4GDMLReadSolids::TrapRead(), G4GDMLReadParamvol::Trd_dimensionsRead(), G4GDMLReadSolids::TrdRead(), G4GDMLReadMaterials::TRead(), G4GDMLReadSolids::TriangularRead(), G4GDMLReadParamvol::Tube_dimensionsRead(), G4GDMLReadSolids::TubeRead(), G4GDMLReadSolids::TwistedboxRead(), G4GDMLReadSolids::TwistedtrapRead(), G4GDMLReadSolids::TwistedtrdRead(), G4GDMLReadSolids::TwistedtubsRead(), G4GDMLReadSolids::TwoDimVertexRead(), G4GDMLRead::UserinfoRead(), VariableRead(), VectorRead(), G4GDMLReadStructure::Volume_contentRead(), G03ColorReader::VolumeRead(), G4GDMLReadStructure::VolumeRead(), G4GDMLReadSolids::XtruRead(), G4GDMLReadSolids::ZplaneRead().

void G4GDMLRead::UserinfoRead ( const xercesc::DOMElement * const  userinfoElement)
virtualinherited

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

다음을 참조함 : G4GDMLRead::auxGlobalList, G4GDMLRead::AuxiliaryRead(), FatalException, G4cout, G4endl, G4Exception(), G4GDMLRead::Transcode().

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

void G4GDMLReadDefine::VariableRead ( const xercesc::DOMElement * const  variableElement)
protected

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

다음을 참조함 : G4GDMLEvaluator::DefineVariable(), G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::Transcode().

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

void G4GDMLReadDefine::VectorRead ( const xercesc::DOMElement * const  vectorElement,
G4ThreeVector vec 
)
protected
virtual void G4GDMLRead::Volume_contentRead ( const xercesc::DOMElement *  const)
pure virtualinherited

G4GDMLReadStructure에서 구현되었습니다.

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

멤버 데이타 문서화

G4bool G4GDMLRead::check
protectedinherited

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

다음에 의해서 참조됨 : G4GDMLRead::OverlapCheck(), G4GDMLReadParamvol::ParamvolRead(), G4GDMLReadStructure::PhysvolRead().

G4bool G4GDMLRead::dostrip
protectedinherited

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

다음에 의해서 참조됨 : G4GDMLReadStructure::GetWorldVolume(), G4GDMLRead::Read().

G4GDMLEvaluator G4GDMLRead::eval
protectedinherited

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

다음에 의해서 참조됨 : G4GDMLReadMaterials::AtomRead(), G4GDMLReadStructure::AxisRead(), G4GDMLReadParamvol::Box_dimensionsRead(), G4GDMLReadSolids::BoxRead(), G4GDMLReadStructure::Clear(), G03ColorReader::ColorRead(), G4GDMLReadMaterials::CompositeRead(), G4GDMLReadParamvol::Cone_dimensionsRead(), G4GDMLReadSolids::ConeRead(), ConstantRead(), G4GDMLReadSolids::CutTubeRead(), G4GDMLReadStructure::DivisionvolRead(), G4GDMLReadMaterials::DRead(), G4GDMLReadSolids::ElconeRead(), G4GDMLReadMaterials::ElementRead(), G4GDMLReadParamvol::Ellipsoid_dimensionsRead(), G4GDMLReadSolids::EllipsoidRead(), G4GDMLReadSolids::EltubeRead(), ExpressionRead(), G4GDMLReadMaterials::FractionRead(), G4GDMLRead::GenerateName(), G4GDMLRead::GeneratePhysvolName(), G4GDMLReadSolids::GenericPolyconeRead(), G4GDMLReadSolids::GenericPolyhedraRead(), G4GDMLReadSolids::GenTrapRead(), GetConstant(), GetVariable(), G4GDMLReadParamvol::Hype_dimensionsRead(), G4GDMLReadSolids::HypeRead(), G4GDMLReadMaterials::IsotopeRead(), IsValidID(), G4GDMLRead::LoopRead(), G4GDMLReadMaterials::MaterialRead(), MatrixRead(), G4GDMLReadMaterials::MEERead(), G4GDMLReadSolids::OpticalSurfaceRead(), G4GDMLReadParamvol::Orb_dimensionsRead(), G4GDMLReadSolids::OrbRead(), G4GDMLReadParamvol::Para_dimensionsRead(), G4GDMLReadSolids::ParaboloidRead(), G4GDMLReadParamvol::ParameterisedRead(), G4GDMLReadSolids::ParaRead(), G4GDMLReadStructure::PhysvolRead(), G4GDMLReadParamvol::Polycone_dimensionsRead(), G4GDMLReadSolids::PolyconeRead(), G4GDMLReadParamvol::Polyhedra_dimensionsRead(), G4GDMLReadSolids::PolyhedraRead(), PositionRead(), G4GDMLReadMaterials::PRead(), G4GDMLReadStructure::QuantityRead(), QuantityRead(), G4GDMLReadSolids::ReflectedSolidRead(), RotationRead(), G4GDMLReadSolids::RZPointRead(), ScaleRead(), G4GDMLReadSolids::SectionRead(), G4GDMLReadParamvol::Sphere_dimensionsRead(), G4GDMLReadSolids::SphereRead(), G4GDMLReadParamvol::Torus_dimensionsRead(), G4GDMLReadSolids::TorusRead(), G4GDMLReadParamvol::Trap_dimensionsRead(), G4GDMLReadSolids::TrapRead(), G4GDMLReadParamvol::Trd_dimensionsRead(), G4GDMLReadSolids::TrdRead(), G4GDMLReadMaterials::TRead(), G4GDMLReadParamvol::Tube_dimensionsRead(), G4GDMLReadSolids::TubeRead(), G4GDMLReadSolids::TwistedboxRead(), G4GDMLReadSolids::TwistedtrapRead(), G4GDMLReadSolids::TwistedtrdRead(), G4GDMLReadSolids::TwistedtubsRead(), G4GDMLReadSolids::TwoDimVertexRead(), VariableRead(), VectorRead(), G4GDMLReadStructure::Volume_contentRead(), G4GDMLReadSolids::ZplaneRead().

std::map<G4String,G4GDMLMatrix> G4GDMLReadDefine::matrixMap
protected

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

다음에 의해서 참조됨 : GetMatrix(), MatrixRead().

std::map<G4String,G4ThreeVector> G4GDMLReadDefine::positionMap
protected

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

다음에 의해서 참조됨 : GetPosition(), PositionRead().

std::map<G4String,G4double> G4GDMLReadDefine::quantityMap
protected

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

다음에 의해서 참조됨 : GetQuantity(), QuantityRead().

std::map<G4String,G4ThreeVector> G4GDMLReadDefine::rotationMap
protected

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

다음에 의해서 참조됨 : GetRotation(), RotationRead().

std::map<G4String,G4ThreeVector> G4GDMLReadDefine::scaleMap
protected

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

다음에 의해서 참조됨 : GetScale(), ScaleRead().

G4bool G4GDMLRead::validate
protectedinherited

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

다음에 의해서 참조됨 : G4GDMLReadStructure::FileRead(), G4GDMLRead::Read().


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