#include <G4GDMLReadSetup.hh>
Public 멤버 함수 | |
G4String | GetSetup (const G4String &) |
virtual void | SetupRead (const xercesc::DOMElement *const element) |
G4VSolid * | GetSolid (const G4String &) const |
G4SurfaceProperty * | GetSurfaceProperty (const G4String &) const |
virtual void | SolidsRead (const xercesc::DOMElement *const) |
G4Element * | GetElement (const G4String &, G4bool verbose=true) const |
G4Isotope * | GetIsotope (const G4String &, G4bool verbose=true) const |
G4Material * | GetMaterial (const G4String &, G4bool verbose=true) const |
virtual void | MaterialsRead (const xercesc::DOMElement *const) |
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 | 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 G4LogicalVolume * | GetVolume (const G4String &) const =0 |
void | Read (const G4String &, G4bool validation, G4bool isModule, G4bool strip=true) |
void | StripNames () const |
void | StripName (G4String &) const |
void | OverlapCheck (G4bool) |
const G4GDMLAuxListType * | GetAuxList () const |
Protected 멤버 함수 | |
G4GDMLReadSetup () | |
virtual | ~G4GDMLReadSetup () |
void | BooleanRead (const xercesc::DOMElement *const, const BooleanOp) |
void | BoxRead (const xercesc::DOMElement *const) |
void | ConeRead (const xercesc::DOMElement *const) |
void | ElconeRead (const xercesc::DOMElement *const) |
void | EllipsoidRead (const xercesc::DOMElement *const) |
void | EltubeRead (const xercesc::DOMElement *const) |
void | XtruRead (const xercesc::DOMElement *const) |
void | HypeRead (const xercesc::DOMElement *const) |
void | MultiUnionNodeRead (const xercesc::DOMElement *const, G4MultiUnion *const) |
void | MultiUnionRead (const xercesc::DOMElement *const) |
void | OrbRead (const xercesc::DOMElement *const) |
void | ParaRead (const xercesc::DOMElement *const) |
void | ParaboloidRead (const xercesc::DOMElement *const) |
void | PolyconeRead (const xercesc::DOMElement *const) |
void | GenericPolyconeRead (const xercesc::DOMElement *const) |
void | PolyhedraRead (const xercesc::DOMElement *const) |
void | GenericPolyhedraRead (const xercesc::DOMElement *const) |
G4QuadrangularFacet * | QuadrangularRead (const xercesc::DOMElement *const) |
void | ReflectedSolidRead (const xercesc::DOMElement *const) |
void | ScaledSolidRead (const xercesc::DOMElement *const) |
G4ExtrudedSolid::ZSection | SectionRead (const xercesc::DOMElement *const, G4double) |
void | SphereRead (const xercesc::DOMElement *const) |
void | TessellatedRead (const xercesc::DOMElement *const) |
void | TetRead (const xercesc::DOMElement *const) |
void | TorusRead (const xercesc::DOMElement *const) |
void | GenTrapRead (const xercesc::DOMElement *const) |
void | TrapRead (const xercesc::DOMElement *const) |
void | TrdRead (const xercesc::DOMElement *const) |
void | TubeRead (const xercesc::DOMElement *const) |
void | CutTubeRead (const xercesc::DOMElement *const) |
void | TwistedboxRead (const xercesc::DOMElement *const) |
void | TwistedtrapRead (const xercesc::DOMElement *const) |
void | TwistedtrdRead (const xercesc::DOMElement *const) |
void | TwistedtubsRead (const xercesc::DOMElement *const) |
G4TriangularFacet * | TriangularRead (const xercesc::DOMElement *const) |
G4TwoVector | TwoDimVertexRead (const xercesc::DOMElement *const, G4double) |
zplaneType | ZplaneRead (const xercesc::DOMElement *const) |
rzPointType | RZPointRead (const xercesc::DOMElement *const) |
void | OpticalSurfaceRead (const xercesc::DOMElement *const) |
void | PropertyRead (const xercesc::DOMElement *const, G4OpticalSurface *) |
void | PropertyRead (const xercesc::DOMElement *const, G4Material *) |
G4double | AtomRead (const xercesc::DOMElement *const) |
G4int | CompositeRead (const xercesc::DOMElement *const, G4String &) |
G4double | DRead (const xercesc::DOMElement *const) |
G4double | PRead (const xercesc::DOMElement *const) |
G4double | TRead (const xercesc::DOMElement *const) |
G4double | MEERead (const xercesc::DOMElement *const) |
void | ElementRead (const xercesc::DOMElement *const) |
G4double | FractionRead (const xercesc::DOMElement *const, G4String &) |
void | IsotopeRead (const xercesc::DOMElement *const) |
void | MaterialRead (const xercesc::DOMElement *const) |
void | MixtureRead (const xercesc::DOMElement *const, G4Element *) |
void | MixtureRead (const xercesc::DOMElement *const, G4Material *) |
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, G4String > | setupMap |
std::map< G4String, G4double > | quantityMap |
std::map< G4String, G4ThreeVector > | positionMap |
std::map< G4String, G4ThreeVector > | rotationMap |
std::map< G4String, G4ThreeVector > | scaleMap |
std::map< G4String, G4GDMLMatrix > | matrixMap |
G4GDMLEvaluator | eval |
G4bool | validate |
G4bool | check |
G4bool | dostrip |
G4GDMLReadSetup.hh 파일의 49 번째 라인에서 정의되었습니다.
|
protected |
G4GDMLReadSetup.cc 파일의 36 번째 라인에서 정의되었습니다.
|
protectedvirtual |
G4GDMLReadSetup.cc 파일의 40 번째 라인에서 정의되었습니다.
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 55 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, g, G4Exception(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), mole, G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadMaterials::ElementRead(), G4GDMLReadMaterials::IsotopeRead(), G4GDMLReadMaterials::MaterialRead().
|
protectedinherited |
G4GDMLRead.cc 파일의 262 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLAuxStructType::auxList, FatalException, G4Exception(), G4GDMLRead::Transcode(), G4GDMLAuxStructType::type, G4GDMLAuxStructType::unit, G4GDMLAuxStructType::value.
다음에 의해서 참조됨 : G4GDMLRead::UserinfoRead(), G03ColorReader::VolumeRead(), G4GDMLReadStructure::VolumeRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 83 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, first, G4Exception(), G4GDMLRead::GenerateName(), G4GDMLReadDefine::GetPosition(), G4GDMLReadDefine::GetRotation(), G4GDMLReadDefine::GetRotationMatrix(), G4GDMLReadSolids::GetSolid(), G4GDMLReadSolids::INTERSECTION, position, G4GDMLReadDefine::RefRead(), G4GDMLReadSolids::SUBTRACTION, G4GDMLRead::Transcode(), G4GDMLReadSolids::UNION, G4GDMLReadDefine::VectorRead(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 180 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode(), x, y, z.
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 95 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::EvaluateInteger(), FatalException, G4Exception(), n, G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadMaterials::MixtureRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 230 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode(), z.
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadDefine.cc 파일의 146 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLEvaluator::DefineConstant(), G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadDefine::DefineRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 2007 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), CLHEP::Hep3Vector::setX(), CLHEP::Hep3Vector::setY(), CLHEP::Hep3Vector::setZ(), G4GDMLRead::Transcode(), z.
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
virtualinherited |
G4GDMLRead를 구현.
G4GDMLReadDefine.cc 파일의 467 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLReadDefine::ConstantRead(), G4GDMLReadDefine::ExpressionRead(), FatalException, G4cout, G4endl, G4Exception(), G4GDMLReadDefine::MatrixRead(), G4GDMLReadDefine::PositionRead(), G4GDMLReadDefine::QuantityRead(), G4GDMLReadDefine::RotationRead(), G4GDMLReadDefine::ScaleRead(), G4GDMLRead::Transcode(), G4GDMLReadDefine::VariableRead().
다음에 의해서 참조됨 : G4GDMLReadMaterials::MaterialsRead(), G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 129 번째 라인에서 정의되었습니다.
다음을 참조함 : cm3, G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, g, G4Exception(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadMaterials::MaterialRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 298 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 284 번째 라인에서 정의되었습니다.
다음을 참조함 : a, G4GDMLReadMaterials::AtomRead(), G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4GDMLReadMaterials::MixtureRead(), G4GDMLRead::Strip(), G4GDMLRead::Transcode(), Z.
다음에 의해서 참조됨 : G4GDMLReadMaterials::MaterialsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 349 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 405 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadDefine.cc 파일의 181 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLEvaluator::DefineConstant(), G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadDefine::DefineRead().
|
virtualinherited |
G03ColorReader에서 재구현되었습니다.
G4GDMLRead.cc 파일의 355 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Exception(), JustWarning.
다음에 의해서 참조됨 : G4GDMLRead::Read().
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 352 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), n, G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadMaterials::MixtureRead().
|
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(), G4GDMLReadDefine::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(), G4GDMLReadDefine::PositionRead(), G4GDMLReadMaterials::PropertyRead(), G4GDMLReadSolids::PropertyRead(), G4GDMLReadSolids::QuadrangularRead(), G4GDMLReadSolids::ReflectedSolidRead(), G4GDMLReadStructure::ReplicaRead(), G4GDMLReadStructure::ReplicavolRead(), G4GDMLReadDefine::RotationRead(), G4GDMLReadSolids::ScaledSolidRead(), G4GDMLReadDefine::ScaleRead(), 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().
|
protectedinherited |
G4GDMLRead.cc 파일의 81 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4VPhysicalVolume::GetLogicalVolume(), G4LogicalVolume::GetName(), G4VPhysicalVolume::SetName(), G4GDMLEvaluator::SolveBrackets().
다음에 의해서 참조됨 : G4GDMLReadStructure::DivisionvolRead(), G4GDMLReadStructure::PhysvolRead(), G4GDMLReadStructure::ReplicaRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 955 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLReadSolids::RZPointRead(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1134 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), G4GDMLEvaluator::EvaluateInteger(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLReadSolids::RZPointRead(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1692 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
inherited |
G4GDMLRead.cc 파일의 474 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::auxGlobalList.
G4GDMLReadDefine.cc 파일의 579 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::GetConstant().
|
inherited |
G4GDMLReadMaterials.cc 파일의 732 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4NistManager::FindOrBuildElement(), G4Exception(), G4Element::GetElement(), G4NistManager::Instance().
다음에 의해서 참조됨 : G4GDMLReadMaterials::MixtureRead().
|
inherited |
G4GDMLReadMaterials.cc 파일의 751 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4Isotope::GetIsotope().
다음에 의해서 참조됨 : G4GDMLReadMaterials::MixtureRead().
|
inherited |
G4GDMLReadMaterials.cc 파일의 766 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4NistManager::FindOrBuildMaterial(), G4Exception(), G4Material::GetMaterial(), G4NistManager::Instance().
다음에 의해서 참조됨 : G4GDMLReadMaterials::MixtureRead(), G03ColorReader::VolumeRead(), G4GDMLReadStructure::VolumeRead().
|
inherited |
G4GDMLReadDefine.cc 파일의 633 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4GDMLReadDefine::matrixMap.
다음에 의해서 참조됨 : G4GDMLReadMaterials::PropertyRead(), G4GDMLReadSolids::PropertyRead().
|
inherited |
G4GDMLReadDefine.cc 파일의 600 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4GDMLReadDefine::positionMap.
다음에 의해서 참조됨 : G4GDMLReadSolids::BooleanRead(), G4GDMLReadSolids::MultiUnionNodeRead(), G4GDMLReadParamvol::ParametersRead(), G4GDMLReadStructure::PhysvolRead(), G4GDMLReadSolids::QuadrangularRead(), G4GDMLReadStructure::ReplicaRead(), G4GDMLReadSolids::TetRead(), G4GDMLReadSolids::TriangularRead().
G4GDMLReadDefine.cc 파일의 589 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4GDMLReadDefine::quantityMap.
다음에 의해서 참조됨 : G4GDMLReadMaterials::MaterialRead().
|
inherited |
G4GDMLReadDefine.cc 파일의 611 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4GDMLReadDefine::rotationMap.
다음에 의해서 참조됨 : G4GDMLReadSolids::BooleanRead(), G4GDMLReadSolids::MultiUnionNodeRead(), G4GDMLReadParamvol::ParametersRead(), G4GDMLReadStructure::PhysvolRead(), G4GDMLReadStructure::ReplicaRead().
|
protectedinherited |
G4GDMLReadDefine.cc 파일의 133 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::rectify(), CLHEP::HepRotation::rotateX(), CLHEP::HepRotation::rotateY(), CLHEP::HepRotation::rotateZ(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().
다음에 의해서 참조됨 : G4GDMLReadSolids::BooleanRead(), G4GDMLReadSolids::MultiUnionNodeRead(), G4GDMLReadStructure::PhysvolRead(), G4GDMLReadSolids::ReflectedSolidRead().
|
inherited |
G4GDMLReadDefine.cc 파일의 622 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4GDMLReadDefine::scaleMap.
다음에 의해서 참조됨 : G4GDMLReadStructure::PhysvolRead(), G4GDMLReadSolids::ScaledSolidRead().
G4GDMLRead를 구현.
G4GDMLReadSetup.cc 파일의 44 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Exception(), JustWarning, message(), setupMap.
다음에 의해서 참조됨 : G4GDMLReadStructure::FileRead(), G4GDMLReadStructure::GetWorldVolume().
G4GDMLReadSolids.cc 파일의 2754 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4SolidStore::GetInstance(), G4SolidStore::GetSolid().
다음에 의해서 참조됨 : G4GDMLReadSolids::BooleanRead(), G4GDMLReadSolids::MultiUnionNodeRead(), G4GDMLReadSolids::ReflectedSolidRead(), G4GDMLReadSolids::ScaledSolidRead(), G03ColorReader::VolumeRead(), G4GDMLReadStructure::VolumeRead().
|
inherited |
G4GDMLReadSolids.cc 파일의 2769 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4SurfaceProperty::GetSurfacePropertyTable().
다음에 의해서 참조됨 : G4GDMLReadStructure::BorderSurfaceRead(), G4GDMLReadStructure::SkinSurfaceRead().
G4GDMLReadDefine.cc 파일의 584 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::GetVariable().
|
pure virtualinherited |
G4GDMLReadStructure에서 구현되었습니다.
다음에 의해서 참조됨 : G4GDMLReadParamvol::ParamvolRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 517 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode(), z.
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 387 번째 라인에서 정의되었습니다.
다음을 참조함 : a, G4GDMLReadMaterials::AtomRead(), G4GDMLRead::eval, G4GDMLEvaluator::EvaluateInteger(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), N, G4GDMLRead::Strip(), G4GDMLRead::Transcode(), Z.
다음에 의해서 참조됨 : G4GDMLReadMaterials::MaterialsRead().
G4GDMLReadDefine.cc 파일의 574 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::IsVariable().
|
protectedinherited |
G4GDMLRead.cc 파일의 176 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::EvaluateInteger(), FatalException, G4Exception(), G4GDMLRead::inLoop, G4GDMLEvaluator::IsVariable(), G4GDMLRead::loopCount, G4GDMLEvaluator::SetVariable(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadParamvol::ParameterisedRead(), G4GDMLReadParamvol::Paramvol_contentRead(), G4GDMLReadSolids::SolidsRead(), G4GDMLReadStructure::StructureRead(), G4GDMLReadStructure::Volume_contentRead().
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 444 번째 라인에서 정의되었습니다.
다음을 참조함 : a, G4GDMLReadMaterials::AtomRead(), D(), G4GDMLReadMaterials::DRead(), G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4Material::GetIonisation(), G4GDMLReadDefine::GetQuantity(), kStateGas, kStateLiquid, kStateSolid, kStateUndefined, G4GDMLReadMaterials::MEERead(), G4GDMLReadMaterials::MixtureRead(), P, G4GDMLReadMaterials::PRead(), G4GDMLReadMaterials::PropertyRead(), G4GDMLReadDefine::RefRead(), G4IonisParamMat::SetMeanExcitationEnergy(), CLHEP::STP_Pressure, CLHEP::STP_Temperature, G4GDMLRead::Strip(), G4GDMLRead::Transcode(), G4GDMLReadMaterials::TRead(), Z.
다음에 의해서 참조됨 : G4GDMLReadMaterials::MaterialsRead().
|
virtualinherited |
|
protectedinherited |
G4GDMLReadDefine.cc 파일의 217 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLEvaluator::DefineMatrix(), G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), G4GDMLEvaluator::EvaluateInteger(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4GDMLReadDefine::matrixMap, G4GDMLMatrix::Set(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadDefine::DefineRead().
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 245 번째 라인에서 정의되었습니다.
다음을 참조함 : eV, G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadMaterials::MaterialRead().
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 553 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Element::AddIsotope(), FatalException, G4GDMLReadMaterials::FractionRead(), G4Exception(), G4GDMLRead::GenerateName(), G4GDMLReadMaterials::GetIsotope(), n, G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadMaterials::ElementRead(), G4GDMLReadMaterials::MaterialRead().
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 580 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Material::AddElement(), G4Material::AddMaterial(), G4GDMLReadMaterials::CompositeRead(), FatalException, G4GDMLReadMaterials::FractionRead(), G4Exception(), G4GDMLRead::GenerateName(), G4GDMLReadMaterials::GetElement(), G4GDMLReadMaterials::GetMaterial(), n, G4GDMLRead::Transcode().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 579 번째 라인에서 정의되었습니다.
다음을 참조함 : G4MultiUnion::AddNode(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4GDMLReadDefine::GetPosition(), G4GDMLReadDefine::GetRotation(), G4GDMLReadDefine::GetRotationMatrix(), G4GDMLReadSolids::GetSolid(), position, G4GDMLReadDefine::RefRead(), G4GDMLRead::Transcode(), G4GDMLReadDefine::VectorRead().
다음에 의해서 참조됨 : G4GDMLReadSolids::MultiUnionRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 648 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4GDMLReadSolids::MultiUnionNodeRead(), G4GDMLRead::Transcode(), G4MultiUnion::Voxelize().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 2549 번째 라인에서 정의되었습니다.
다음을 참조함 : dichroic, dielectric_dichroic, dielectric_dielectric, dielectric_LUT, dielectric_metal, etchedair, etchedlumirrorair, etchedlumirrorglue, etchedteflonair, etchedtioair, etchedtyvekair, etchedvm2000air, etchedvm2000glue, G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, firsov, G4Exception(), G4GDMLRead::GenerateName(), glisur, ground, groundair, groundbackpainted, groundfrontpainted, groundlumirrorair, groundlumirrorglue, groundteflonair, groundtioair, groundtyvekair, groundvm2000air, groundvm2000glue, LUT, polished, polishedair, polishedbackpainted, polishedfrontpainted, polishedlumirrorair, polishedlumirrorglue, polishedteflonair, polishedtioair, polishedtyvekair, polishedvm2000air, polishedvm2000glue, G4GDMLReadSolids::PropertyRead(), G4GDMLRead::Transcode(), unified, x_ray.
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 706 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
G4GDMLRead.cc 파일의 63 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::check.
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 814 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
pure virtualinherited |
G4GDMLReadParamvol에서 구현되었습니다.
다음에 의해서 참조됨 : G4GDMLReadParamvol::ParameterisedRead(), G4GDMLReadParamvol::Paramvol_contentRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 749 번째 라인에서 정의되었습니다.
다음을 참조함 : alpha, G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode(), x, y, z.
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 864 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode(), G4GDMLReadSolids::ZplaneRead().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1041 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), G4GDMLEvaluator::EvaluateInteger(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode(), G4GDMLReadSolids::ZplaneRead().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadDefine.cc 파일의 273 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), position, G4GDMLReadDefine::positionMap, CLHEP::Hep3Vector::setX(), CLHEP::Hep3Vector::setY(), CLHEP::Hep3Vector::setZ(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadDefine::DefineRead().
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 169 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), hep_pascal, CLHEP::STP_Pressure, G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadMaterials::MaterialRead().
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 629 번째 라인에서 정의되었습니다.
다음을 참조함 : G4MaterialPropertiesTable::AddConstProperty(), G4MaterialPropertiesTable::AddProperty(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4GDMLMatrix::Get(), G4GDMLMatrix::GetCols(), G4Material::GetMaterialPropertiesTable(), G4GDMLReadDefine::GetMatrix(), G4GDMLMatrix::GetRows(), G4PhysicsOrderedFreeVector::InsertValues(), G4Material::SetMaterialPropertiesTable(), G4GDMLRead::Strip(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadMaterials::MaterialRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 2480 번째 라인에서 정의되었습니다.
다음을 참조함 : G4MaterialPropertiesTable::AddConstProperty(), G4MaterialPropertiesTable::AddProperty(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4GDMLMatrix::Get(), G4GDMLMatrix::GetCols(), G4OpticalSurface::GetMaterialPropertiesTable(), G4GDMLReadDefine::GetMatrix(), G4GDMLMatrix::GetRows(), G4PhysicsOrderedFreeVector::InsertValues(), G4OpticalSurface::SetMaterialPropertiesTable(), G4GDMLRead::Strip(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::OpticalSurfaceRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1224 번째 라인에서 정의되었습니다.
다음을 참조함 : ABSOLUTE, FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4GDMLReadDefine::GetPosition(), G4UnitDefinition::GetValueOf(), RELATIVE, G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::TessellatedRead().
|
protectedinherited |
G4GDMLReadDefine.cc 파일의 429 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLEvaluator::DefineConstant(), G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4UnitDefinition::GetValueOf(), G4GDMLReadDefine::quantityMap, G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadDefine::DefineRead().
|
inherited |
G4GDMLRead.cc 파일의 362 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::DefineRead(), G4GDMLRead::dostrip, e, G4GDMLRead::ExtensionRead(), FatalException, G4cout, G4endl, G4Exception(), G4GDMLRead::inLoop, G4GDMLRead::MaterialsRead(), message(), parser(), G4GDMLRead::SetupRead(), G4GDMLRead::SolidsRead(), G4GDMLRead::StripNames(), G4GDMLRead::StructureRead(), G4GDMLRead::Transcode(), G4GDMLRead::UserinfoRead(), G4GDMLRead::validate.
다음에 의해서 참조됨 : G4GDMLReadStructure::FileRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1279 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4GDMLReadDefine::GetRotationMatrix(), G4GDMLReadSolids::GetSolid(), G4UnitDefinition::GetValueOf(), position, scale, CLHEP::Hep3Vector::setX(), CLHEP::Hep3Vector::setY(), CLHEP::Hep3Vector::setZ(), G4GDMLRead::Transcode(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadDefine.cc 파일의 542 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::BooleanRead(), G4GDMLReadStructure::BorderSurfaceRead(), G4GDMLReadStructure::DivisionvolRead(), G4GDMLReadMaterials::MaterialRead(), G4GDMLReadSolids::MultiUnionNodeRead(), G4GDMLReadParamvol::ParametersRead(), G4GDMLReadParamvol::ParamvolRead(), G4GDMLReadStructure::PhysvolRead(), G4GDMLReadStructure::ReplicaRead(), G4GDMLReadStructure::ReplicavolRead(), G4GDMLReadSolids::ScaledSolidRead(), SetupRead(), G4GDMLReadStructure::SkinSurfaceRead(), G03ColorReader::VolumeRead(), G4GDMLReadStructure::VolumeRead().
|
protectedinherited |
G4GDMLReadDefine.cc 파일의 316 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLReadDefine::rotationMap, CLHEP::Hep3Vector::setX(), CLHEP::Hep3Vector::setY(), CLHEP::Hep3Vector::setZ(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadDefine::DefineRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 2445 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLReadSolids::rzPointType::r, G4GDMLRead::Transcode(), G4GDMLReadSolids::rzPointType::z.
다음에 의해서 참조됨 : G4GDMLReadSolids::GenericPolyconeRead(), G4GDMLReadSolids::GenericPolyhedraRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1345 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4GDMLReadDefine::GetScale(), G4GDMLReadSolids::GetSolid(), G4GDMLReadDefine::RefRead(), scale, G4GDMLRead::Transcode(), G4GDMLReadDefine::VectorRead(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadDefine.cc 파일의 358 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), scale, G4GDMLReadDefine::scaleMap, CLHEP::Hep3Vector::setX(), CLHEP::Hep3Vector::setY(), CLHEP::Hep3Vector::setZ(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadDefine::DefineRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1413 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), CLHEP::Hep2Vector::setX(), CLHEP::Hep2Vector::setY(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::XtruRead().
|
virtual |
G4GDMLRead를 구현.
G4GDMLReadSetup.cc 파일의 65 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4cout, G4endl, G4Exception(), G4GDMLRead::GenerateName(), G4GDMLReadDefine::RefRead(), setupMap, G4GDMLRead::Transcode().
|
virtualinherited |
G4GDMLRead를 구현.
G4GDMLReadSolids.cc 파일의 2690 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLReadSolids::BooleanRead(), G4GDMLReadSolids::BoxRead(), G4GDMLReadSolids::ConeRead(), G4GDMLReadSolids::CutTubeRead(), G4GDMLReadDefine::DefineRead(), G4GDMLReadSolids::ElconeRead(), G4GDMLReadSolids::EllipsoidRead(), G4GDMLReadSolids::EltubeRead(), FatalException, G4cout, G4endl, G4Exception(), G4GDMLReadSolids::GenericPolyconeRead(), G4GDMLReadSolids::GenericPolyhedraRead(), G4GDMLReadSolids::GenTrapRead(), G4GDMLReadSolids::HypeRead(), G4GDMLReadSolids::INTERSECTION, G4GDMLRead::LoopRead(), G4GDMLReadSolids::MultiUnionRead(), G4GDMLReadSolids::OpticalSurfaceRead(), G4GDMLReadSolids::OrbRead(), G4GDMLReadSolids::ParaboloidRead(), G4GDMLReadSolids::ParaRead(), G4GDMLReadSolids::PolyconeRead(), G4GDMLReadSolids::PolyhedraRead(), G4GDMLReadSolids::ReflectedSolidRead(), G4GDMLReadSolids::ScaledSolidRead(), G4GDMLRead::SolidsRead(), G4GDMLReadSolids::SphereRead(), G4GDMLReadSolids::SUBTRACTION, G4GDMLReadSolids::TessellatedRead(), G4GDMLReadSolids::TetRead(), G4GDMLReadSolids::TorusRead(), G4GDMLRead::Transcode(), G4GDMLReadSolids::TrapRead(), G4GDMLReadSolids::TrdRead(), G4GDMLReadSolids::TubeRead(), G4GDMLReadSolids::TwistedboxRead(), G4GDMLReadSolids::TwistedtrapRead(), G4GDMLReadSolids::TwistedtrdRead(), G4GDMLReadSolids::TwistedtubsRead(), G4GDMLReadSolids::UNION, G4GDMLReadSolids::XtruRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1456 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
G4GDMLRead.cc 파일의 97 번째 라인에서 정의되었습니다.
다음을 참조함 : G4String::remove().
다음에 의해서 참조됨 : G4GDMLReadStructure::BorderSurfaceRead(), G4GDMLReadMaterials::ElementRead(), G4GDMLReadMaterials::IsotopeRead(), G4GDMLReadMaterials::MaterialRead(), G4GDMLReadMaterials::PropertyRead(), G4GDMLReadSolids::PropertyRead(), G4GDMLReadStructure::SkinSurfaceRead().
G4GDMLRead.cc 파일의 103 번째 라인에서 정의되었습니다.
다음을 참조함 : G4String::remove().
다음에 의해서 참조됨 : G4GDMLParser::ExportRegions(), G4GDMLRead::GenerateName(), G4GDMLParser::ImportRegions(), G4GDMLRead::StripNames().
|
inherited |
G4GDMLRead.cc 파일의 108 번째 라인에서 정의되었습니다.
다음을 참조함 : G4cout, G4endl, G4Element::GetElementTable(), G4PhysicalVolumeStore::GetInstance(), G4LogicalVolumeStore::GetInstance(), G4SolidStore::GetInstance(), G4Material::GetMaterialTable(), G4VSolid::GetName(), G4Element::GetName(), G4VPhysicalVolume::GetName(), G4Material::GetName(), G4LogicalVolume::GetName(), G4VSolid::SetName(), G4VPhysicalVolume::SetName(), G4Element::SetName(), G4LogicalVolume::SetName(), G4Material::SetName(), G4GDMLRead::StripName().
다음에 의해서 참조됨 : G4GDMLRead::Read().
|
pure virtualinherited |
G4GDMLReadStructure에서 구현되었습니다.
다음에 의해서 참조됨 : G4GDMLRead::Read(), G4GDMLReadStructure::StructureRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1521 번째 라인에서 정의되었습니다.
다음을 참조함 : G4TessellatedSolid::AddFacet(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4GDMLReadSolids::QuadrangularRead(), G4TessellatedSolid::SetSolidClosed(), G4GDMLRead::Transcode(), G4GDMLReadSolids::TriangularRead().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1577 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4GDMLReadDefine::GetPosition(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1630 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
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(), G4GDMLReadDefine::ConstantRead(), G4GDMLReadSolids::CutTubeRead(), G4GDMLReadDefine::DefineRead(), G4GDMLReadStructure::DivisionvolRead(), G4GDMLReadMaterials::DRead(), G4GDMLReadSolids::ElconeRead(), G4GDMLReadMaterials::ElementRead(), G4GDMLReadParamvol::Ellipsoid_dimensionsRead(), G4GDMLReadSolids::EllipsoidRead(), G4GDMLReadSolids::EltubeRead(), G4GDMLReadDefine::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(), G4GDMLReadDefine::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(), G4GDMLReadDefine::PositionRead(), G4GDMLReadMaterials::PRead(), G4GDMLReadMaterials::PropertyRead(), G4GDMLReadSolids::PropertyRead(), G4GDMLReadSolids::QuadrangularRead(), G4GDMLReadStructure::QuantityRead(), G4GDMLReadDefine::QuantityRead(), G4GDMLRead::Read(), G4GDMLReadSolids::ReflectedSolidRead(), G4GDMLReadDefine::RefRead(), G4GDMLReadStructure::ReplicaRead(), G4GDMLReadStructure::ReplicavolRead(), G4GDMLReadDefine::RotationRead(), G4GDMLReadSolids::RZPointRead(), G4GDMLReadSolids::ScaledSolidRead(), G4GDMLReadDefine::ScaleRead(), G4GDMLReadSolids::SectionRead(), 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(), G4GDMLReadDefine::VariableRead(), G4GDMLReadDefine::VectorRead(), G4GDMLReadStructure::Volume_contentRead(), G03ColorReader::VolumeRead(), G4GDMLReadStructure::VolumeRead(), G4GDMLReadSolids::XtruRead(), G4GDMLReadSolids::ZplaneRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1762 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode(), x1, x2, y1, y2, z.
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1841 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode(), x1, x2, y1, y2, z.
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadMaterials.cc 파일의 207 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), kelvin, CLHEP::STP_Temperature, G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadMaterials::MaterialRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1896 번째 라인에서 정의되었습니다.
다음을 참조함 : ABSOLUTE, FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4GDMLReadDefine::GetPosition(), G4UnitDefinition::GetValueOf(), RELATIVE, G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::TessellatedRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 1946 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode(), z.
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 2078 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode(), x, y, z.
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 2137 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode(), x1, x2, y1, y2, z.
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 2218 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode(), x1, x2, y1, y2, z.
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 2283 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 2377 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), CLHEP::Hep2Vector::setX(), CLHEP::Hep2Vector::setY(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::XtruRead().
|
virtualinherited |
G4GDMLRead.cc 파일의 322 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::auxGlobalList, G4GDMLRead::AuxiliaryRead(), FatalException, G4cout, G4endl, G4Exception(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLRead::Read().
|
protectedinherited |
G4GDMLReadDefine.cc 파일의 395 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLEvaluator::DefineVariable(), G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadDefine::DefineRead().
|
protectedinherited |
G4GDMLReadDefine.cc 파일의 505 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4UnitDefinition::GetValueOf(), CLHEP::Hep3Vector::setX(), CLHEP::Hep3Vector::setY(), CLHEP::Hep3Vector::setZ(), G4GDMLRead::Transcode().
다음에 의해서 참조됨 : G4GDMLReadSolids::BooleanRead(), G4GDMLReadSolids::MultiUnionNodeRead(), G4GDMLReadParamvol::ParametersRead(), G4GDMLReadStructure::PhysvolRead(), G4GDMLReadStructure::ReplicaRead(), G4GDMLReadSolids::ScaledSolidRead().
|
pure virtualinherited |
G4GDMLReadStructure에서 구현되었습니다.
다음에 의해서 참조됨 : G4GDMLReadStructure::Volume_contentRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 454 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception(), G4GDMLRead::GenerateName(), G4UnitDefinition::GetCategory(), G4UnitDefinition::GetValueOf(), G4GDMLReadSolids::SectionRead(), G4GDMLRead::Transcode(), G4GDMLReadSolids::TwoDimVertexRead().
다음에 의해서 참조됨 : G4GDMLReadSolids::SolidsRead().
|
protectedinherited |
G4GDMLReadSolids.cc 파일의 2411 번째 라인에서 정의되었습니다.
다음을 참조함 : G4GDMLRead::eval, G4GDMLEvaluator::Evaluate(), FatalException, G4Exception(), G4GDMLReadSolids::zplaneType::rmax, G4GDMLReadSolids::zplaneType::rmin, G4GDMLRead::Transcode(), G4GDMLReadSolids::zplaneType::z.
다음에 의해서 참조됨 : G4GDMLReadParamvol::Polycone_dimensionsRead(), G4GDMLReadSolids::PolyconeRead(), G4GDMLReadParamvol::Polyhedra_dimensionsRead(), G4GDMLReadSolids::PolyhedraRead().
|
protectedinherited |
G4GDMLRead.hh 파일의 157 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4GDMLRead::OverlapCheck(), G4GDMLReadParamvol::ParamvolRead(), G4GDMLReadStructure::PhysvolRead().
|
protectedinherited |
G4GDMLRead.hh 파일의 158 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4GDMLReadStructure::GetWorldVolume(), G4GDMLRead::Read().
|
protectedinherited |
G4GDMLRead.hh 파일의 155 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4GDMLReadMaterials::AtomRead(), G4GDMLReadStructure::AxisRead(), G4GDMLReadParamvol::Box_dimensionsRead(), G4GDMLReadSolids::BoxRead(), G4GDMLReadStructure::Clear(), G03ColorReader::ColorRead(), G4GDMLReadMaterials::CompositeRead(), G4GDMLReadParamvol::Cone_dimensionsRead(), G4GDMLReadSolids::ConeRead(), G4GDMLReadDefine::ConstantRead(), G4GDMLReadSolids::CutTubeRead(), G4GDMLReadStructure::DivisionvolRead(), G4GDMLReadMaterials::DRead(), G4GDMLReadSolids::ElconeRead(), G4GDMLReadMaterials::ElementRead(), G4GDMLReadParamvol::Ellipsoid_dimensionsRead(), G4GDMLReadSolids::EllipsoidRead(), G4GDMLReadSolids::EltubeRead(), G4GDMLReadDefine::ExpressionRead(), G4GDMLReadMaterials::FractionRead(), G4GDMLRead::GenerateName(), G4GDMLRead::GeneratePhysvolName(), G4GDMLReadSolids::GenericPolyconeRead(), G4GDMLReadSolids::GenericPolyhedraRead(), G4GDMLReadSolids::GenTrapRead(), G4GDMLReadDefine::GetConstant(), G4GDMLReadDefine::GetVariable(), G4GDMLReadParamvol::Hype_dimensionsRead(), G4GDMLReadSolids::HypeRead(), G4GDMLReadMaterials::IsotopeRead(), G4GDMLReadDefine::IsValidID(), G4GDMLRead::LoopRead(), G4GDMLReadMaterials::MaterialRead(), G4GDMLReadDefine::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(), G4GDMLReadDefine::PositionRead(), G4GDMLReadMaterials::PRead(), G4GDMLReadStructure::QuantityRead(), G4GDMLReadDefine::QuantityRead(), G4GDMLReadSolids::ReflectedSolidRead(), G4GDMLReadDefine::RotationRead(), G4GDMLReadSolids::RZPointRead(), G4GDMLReadDefine::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(), G4GDMLReadDefine::VariableRead(), G4GDMLReadDefine::VectorRead(), G4GDMLReadStructure::Volume_contentRead(), G4GDMLReadSolids::ZplaneRead().
|
protectedinherited |
G4GDMLReadDefine.hh 파일의 109 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4GDMLReadDefine::GetMatrix(), G4GDMLReadDefine::MatrixRead().
|
protectedinherited |
G4GDMLReadDefine.hh 파일의 106 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4GDMLReadDefine::GetPosition(), G4GDMLReadDefine::PositionRead().
G4GDMLReadDefine.hh 파일의 105 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4GDMLReadDefine::GetQuantity(), G4GDMLReadDefine::QuantityRead().
|
protectedinherited |
G4GDMLReadDefine.hh 파일의 107 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4GDMLReadDefine::GetRotation(), G4GDMLReadDefine::RotationRead().
|
protectedinherited |
G4GDMLReadDefine.hh 파일의 108 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4GDMLReadDefine::GetScale(), G4GDMLReadDefine::ScaleRead().
G4GDMLReadSetup.hh 파일의 64 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetSetup(), SetupRead().
|
protectedinherited |
G4GDMLRead.hh 파일의 156 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4GDMLReadStructure::FileRead(), G4GDMLRead::Read().