#include <G3toG4RotationMatrix.hh>
Public 멤버 함수 | |
G3toG4RotationMatrix () | |
void | SetRotationMatrixByCol (const G4ThreeVector &Col1, const G4ThreeVector &Col2, const G4ThreeVector &Col3) |
void | SetRotationMatrixByRow (const G4ThreeVector &Row1, const G4ThreeVector &Row2, const G4ThreeVector &Row3) |
~G3toG4RotationMatrix () | |
HepRotation & | set (const Hep3Vector &axis, double delta) |
HepRotation & | set (const HepAxisAngle &ax) |
HepRotation & | set (double phi, double theta, double psi) |
HepRotation & | set (const HepEulerAngles &e) |
HepRotation & | set (const Hep3Vector &colX, const Hep3Vector &colY, const Hep3Vector &colZ) |
HepRotation & | set (const HepRotationX &r) |
HepRotation & | set (const HepRotationY &r) |
HepRotation & | set (const HepRotationZ &r) |
HepRotation & | set (const HepRep3x3 &m) |
HepRotation & | setRows (const Hep3Vector &rowX, const Hep3Vector &rowY, const Hep3Vector &rowZ) |
Hep3Vector | colX () const |
Hep3Vector | colY () const |
Hep3Vector | colZ () const |
Hep3Vector | rowX () const |
Hep3Vector | rowY () const |
Hep3Vector | rowZ () const |
double | xx () const |
double | xy () const |
double | xz () const |
double | yx () const |
double | yy () const |
double | yz () const |
double | zx () const |
double | zy () const |
double | zz () const |
HepRep3x3 | rep3x3 () const |
const HepRotation_row | operator[] (int) const |
double | operator() (int, int) const |
Hep3Vector | operator() (const Hep3Vector &p) const |
HepLorentzVector | operator() (const HepLorentzVector &w) const |
double | getPhi () const |
double | getTheta () const |
double | getPsi () const |
double | phi () const |
double | theta () const |
double | psi () const |
HepEulerAngles | eulerAngles () const |
double | getDelta () const |
Hep3Vector | getAxis () const |
double | delta () const |
Hep3Vector | axis () const |
HepAxisAngle | axisAngle () const |
void | getAngleAxis (double &delta, Hep3Vector &axis) const |
double | phiX () const |
double | phiY () const |
double | phiZ () const |
double | thetaX () const |
double | thetaY () const |
double | thetaZ () const |
HepLorentzVector | col1 () const |
HepLorentzVector | col2 () const |
HepLorentzVector | col3 () const |
HepLorentzVector | col4 () const |
HepLorentzVector | row1 () const |
HepLorentzVector | row2 () const |
HepLorentzVector | row3 () const |
HepLorentzVector | row4 () const |
double | xt () const |
double | yt () const |
double | zt () const |
double | tx () const |
double | ty () const |
double | tz () const |
double | tt () const |
HepRep4x4 | rep4x4 () const |
void | setPhi (double phi) |
void | setTheta (double theta) |
void | setPsi (double psi) |
void | setAxis (const Hep3Vector &axis) |
void | setDelta (double delta) |
void | decompose (HepAxisAngle &rotation, Hep3Vector &boost) const |
void | decompose (Hep3Vector &boost, HepAxisAngle &rotation) const |
bool | isIdentity () const |
int | compare (const HepRotation &r) const |
bool | operator== (const HepRotation &r) const |
bool | operator!= (const HepRotation &r) const |
bool | operator< (const HepRotation &r) const |
bool | operator> (const HepRotation &r) const |
bool | operator<= (const HepRotation &r) const |
bool | operator>= (const HepRotation &r) const |
double | distance2 (const HepRotation &r) const |
double | distance2 (const HepBoost <) const |
double | distance2 (const HepLorentzRotation <) const |
double | howNear (const HepRotation &r) const |
double | howNear (const HepBoost <) const |
double | howNear (const HepLorentzRotation <) const |
bool | isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const |
bool | isNear (const HepBoost <, double epsilon=Hep4RotationInterface::tolerance) const |
bool | isNear (const HepLorentzRotation <, double epsilon=Hep4RotationInterface::tolerance) const |
double | norm2 () const |
void | rectify () |
Hep3Vector | operator* (const Hep3Vector &p) const |
HepLorentzVector | operator* (const HepLorentzVector &w) const |
HepRotation | operator* (const HepRotation &r) const |
HepRotation | operator* (const HepRotationX &rx) const |
HepRotation | operator* (const HepRotationY &ry) const |
HepRotation | operator* (const HepRotationZ &rz) const |
HepRotation & | operator*= (const HepRotation &r) |
HepRotation & | operator*= (const HepRotationX &r) |
HepRotation & | operator*= (const HepRotationY &r) |
HepRotation & | operator*= (const HepRotationZ &r) |
HepRotation & | transform (const HepRotation &r) |
HepRotation & | transform (const HepRotationX &r) |
HepRotation & | transform (const HepRotationY &r) |
HepRotation & | transform (const HepRotationZ &r) |
HepRotation & | rotateX (double delta) |
HepRotation & | rotateY (double delta) |
HepRotation & | rotateZ (double delta) |
HepRotation & | rotate (double delta, const Hep3Vector &axis) |
HepRotation & | rotate (double delta, const Hep3Vector *axis) |
HepRotation & | rotateAxes (const Hep3Vector &newX, const Hep3Vector &newY, const Hep3Vector &newZ) |
HepRotation | inverse () const |
HepRotation & | invert () |
std::ostream & | print (std::ostream &os) const |
정적 Public 멤버 함수 | |
static double | getTolerance () |
static double | setTolerance (double tol) |
정적 Public 속성 | |
static DLL_API const HepRotation | IDENTITY |
Protected 속성 | |
double | rxx |
double | rxy |
double | rxz |
double | ryx |
double | ryy |
double | ryz |
double | rzx |
double | rzy |
double | rzz |
G3toG4RotationMatrix.hh 파일의 47 번째 라인에서 정의되었습니다.
G3toG4RotationMatrix::G3toG4RotationMatrix | ( | ) |
G3toG4RotationMatrix::~G3toG4RotationMatrix | ( | ) |
G3toG4RotationMatrix.cc 파일의 44 번째 라인에서 정의되었습니다.
|
inherited |
RotationA.cc 파일의 79 번째 라인에서 정의되었습니다.
다음을 참조함 : e, eps, CLHEP::HepRotation::rxx, CLHEP::HepRotation::rxy, CLHEP::HepRotation::rxz, CLHEP::HepRotation::ryx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::ryz, CLHEP::HepRotation::rzx, CLHEP::HepRotation::rzy, CLHEP::HepRotation::rzz, CLHEP::Hep3Vector::unit(), x, y, z.
다음에 의해서 참조됨 : CLHEP::HepRotation::axisAngle(), CLHEP::HepRotation::rectify(), CLHEP::HepRotation::setDelta().
|
inherited |
RotationA.cc 파일의 124 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::axis(), CLHEP::HepRotation::delta().
다음에 의해서 참조됨 : CLHEP::HepLorentzRotation::decompose(), CLHEP::HepRotation::decompose().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inherited |
|
inherited |
RotationP.cc 파일의 23 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::axisAngle(), CLHEP::Hep3Vector::set().
|
inherited |
RotationP.cc 파일의 28 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::axisAngle(), CLHEP::Hep3Vector::set().
|
inherited |
RotationA.cc 파일의 66 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::pi, CLHEP::HepRotation::rxx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::rzz.
다음에 의해서 참조됨 : CLHEP::HepRotation::axisAngle(), CLHEP::HepRotation::rectify(), CLHEP::HepRotation::setAxis().
|
inherited |
RotationP.cc 파일의 33 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::rxx, CLHEP::HepRotation::rxy, CLHEP::HepRotation::rxz, CLHEP::HepRotation::ryx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::ryz, CLHEP::HepRotation::rzx, CLHEP::HepRotation::rzy, CLHEP::HepRotation::rzz, sum.
다음에 의해서 참조됨 : CLHEP::HepLorentzRotation::distance2(), CLHEP::HepRotation::distance2(), CLHEP::HepRotation::howNear(), CLHEP::HepLorentzRotation::isNear(), CLHEP::HepRotation::isNear().
|
inherited |
RotationL.cc 파일의 39 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::distance2().
|
inherited |
RotationL.cc 파일의 29 번째 라인에서 정의되었습니다.
다음을 참조함 : a, CLHEP::Hep3Vector::beta(), CLHEP::HepLorentzRotation::decompose(), CLHEP::HepRotation::distance2().
|
inherited |
RotationE.cc 파일의 201 번째 라인에서 정의되었습니다.
다음을 참조함 : c1, CLHEP::correctPsiPhi(), CLHEP::HepRotation::rxx, CLHEP::HepRotation::rxy, CLHEP::HepRotation::rxz, CLHEP::HepRotation::ryx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::ryz, CLHEP::HepRotation::rzx, CLHEP::HepRotation::rzy, CLHEP::HepRotation::rzz, CLHEP::safe_acos().
다음에 의해서 참조됨 : CLHEP::HepRotation::phi(), CLHEP::HepRotation::psi().
|
inherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticinherited |
|
inherited |
RotationP.cc 파일의 41 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::distance2().
|
inherited |
RotationL.cc 파일의 47 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::distance2().
|
inherited |
RotationL.cc 파일의 43 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::distance2().
|
inlineinherited |
다음에 의해서 참조됨 : G4GMocrenFileSceneHandler::AddPrimitive(), G4GMocrenFileSceneHandler::AddSolid(), G4INCLXXInterface::ApplyYourself(), G4ReflectedSolid::BoundingLimits(), G4ScaledSolid::CalculateExtent(), G4ReflectedSolid::CalculateExtent(), G4NavigationLogger::CheckAndReportBadNormal(), G4ParameterisedNavigation::ComputeStep(), G4NormalNavigation::ComputeStep(), G4VoxelNavigation::ComputeStep(), G4ReplicaNavigation::ComputeStep(), F04DetectorConstruction::ConstructDetector(), WLSDetectorConstruction::ConstructDetector(), G4NRESP71M03::DKINMA(), B5HodoscopeHit::Draw(), B5HadCalorimeterHit::Draw(), B5EmCalorimeterHit::Draw(), G4GMocrenFileSceneHandler::EndSavingGdd(), G4DisplacedSolid::G4DisplacedSolid(), G4ErrorCylSurfaceTarget::G4ErrorCylSurfaceTarget(), G4PVPlacement::G4PVPlacement(), G4TwistTubsFlatSide::G4TwistTubsFlatSide(), G4QuadrupoleMagField::GetFieldValue(), G4VPhysicalVolume::GetObjectRotation(), G4TwistTubsHypeSide::GetRhoAtPZ(), NeuronLoadDataFile::NeuralNetworkDATAfile(), G4STRead::PhysvolRead(), DetectorConstruction::PlaceWithEulerAngles(), DetectorConstruction::PlaceWithInverseMatrix(), G4TwistTubsSide::ProjectAtPXPZ(), G4TwistBoxSide::ProjectPoint(), G4TwistTrapParallelSide::ProjectPoint(), G4TwistTrapAlphaSide::ProjectPoint(), DetectorConstruction::ResiduesView(), G4LogicalCrystalVolume::SetMillerOrientation(), NeuronLoadDataFile::SingleNeuronSWCfile(), G4ParticleHPInelasticCompFS::two_body_reaction().
|
inlineinherited |
|
inherited |
Rotation.cc 파일의 172 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::rxx, CLHEP::HepRotation::rxy, CLHEP::HepRotation::rxz, CLHEP::HepRotation::ryx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::ryz, CLHEP::HepRotation::rzx, CLHEP::HepRotation::rzy, CLHEP::HepRotation::rzz.
다음에 의해서 참조됨 : G4GMocrenFileSceneHandler::AddSolid(), G4PVPlacement::NewPtrRotMatrix().
|
inherited |
RotationP.cc 파일의 45 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::distance2(), epsilon().
|
inherited |
RotationL.cc 파일의 56 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::distance2(), epsilon().
|
inherited |
RotationL.cc 파일의 51 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::distance2(), epsilon().
|
inherited |
RotationP.cc 파일의 50 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::rxx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::rzz.
다음에 의해서 참조됨 : CLHEP::HepBoostX::distance2(), CLHEP::HepBoostZ::distance2(), CLHEP::HepBoostY::distance2(), CLHEP::HepBoost::distance2(), CLHEP::HepLorentzRotation::distance2(), CLHEP::HepBoostZ::isNear(), CLHEP::HepBoostX::isNear(), CLHEP::HepBoostY::isNear(), CLHEP::HepBoost::isNear(), CLHEP::HepLorentzRotation::isNear(), CLHEP::HepLorentzRotation::norm2().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inherited |
RotationE.cc 파일의 70 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::eulerAngles(), CLHEP::HepEulerAngles::phi(), CLHEP::pi, CLHEP::HepRotation::rzx, CLHEP::HepRotation::rzy, CLHEP::HepRotation::rzz.
다음에 의해서 참조됨 : CLHEP::HepRotation::setPsi(), CLHEP::HepRotation::setTheta().
|
inherited |
Rotation.cc 파일의 129 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::xx(), CLHEP::HepRotation::yx().
다음에 의해서 참조됨 : G4HepRepFileSceneHandler::AddSolid(), G4tgbGeometryDumper::DumpRotationMatrix(), operator<<().
|
inherited |
Rotation.cc 파일의 133 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::xy(), CLHEP::HepRotation::yy().
다음에 의해서 참조됨 : G4HepRepFileSceneHandler::AddSolid(), G4tgbGeometryDumper::DumpRotationMatrix(), operator<<().
|
inherited |
Rotation.cc 파일의 137 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::xz(), CLHEP::HepRotation::yz().
다음에 의해서 참조됨 : G4HepRepFileSceneHandler::AddSolid(), G4tgbGeometryDumper::DumpRotationMatrix(), operator<<().
|
inherited |
RotationIO.cc 파일의 21 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::xx(), CLHEP::HepRotation::xy(), CLHEP::HepRotation::xz(), CLHEP::HepRotation::yx(), CLHEP::HepRotation::yy(), CLHEP::HepRotation::yz(), CLHEP::HepRotation::zx(), CLHEP::HepRotation::zy(), CLHEP::HepRotation::zz().
다음에 의해서 참조됨 : DetectorConstruction::PlaceWithAxialRotations(), DetectorConstruction::PlaceWithDirectMatrix(), DetectorConstruction::PlaceWithEulerAngles(), DetectorConstruction::PlaceWithInverseMatrix(), G4ReflectedSolid::StreamInfo(), G4DisplacedSolid::StreamInfo().
|
inherited |
RotationE.cc 파일의 110 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::eulerAngles(), CLHEP::pi, CLHEP::HepEulerAngles::psi(), CLHEP::HepRotation::rxz, CLHEP::HepRotation::ryz, CLHEP::HepRotation::rzz.
다음에 의해서 참조됨 : CLHEP::HepRotation::setPhi(), CLHEP::HepRotation::setTheta().
|
inherited |
RotationC.cc 파일의 152 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::axis(), CLHEP::HepRotation::delta(), CLHEP::HepRotation::rxx, CLHEP::HepRotation::rxy, CLHEP::HepRotation::rxz, CLHEP::HepRotation::ryx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::ryz, CLHEP::HepRotation::rzx, CLHEP::HepRotation::rzy, CLHEP::HepRotation::rzz, CLHEP::HepRotation::set(), CLHEP::Hep3Vector::unit().
다음에 의해서 참조됨 : CLHEP::HepLorentzRotation::decompose(), G4GDMLWriteDefine::GetAngles(), G4GDMLReadDefine::GetRotationMatrix().
|
inlineinherited |
다음에 의해서 참조됨 : G4tgbGeometryDumper::MatDeterminant().
|
inlineinherited |
|
inherited |
Rotation.cc 파일의 47 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::Hep3Vector::mag(), CLHEP::HepRotation::transform(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().
다음에 의해서 참조됨 : G4tgbPlaceParamCircle::ComputeTransformation(), CLHEP::Hep3Vector::rotate().
|
inlineinherited |
|
inherited |
Rotation.cc 파일의 105 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::Hep3Vector::cross(), CLHEP::Hep3Vector::dot(), CLHEP::HepRotation::HepRotation(), CLHEP::Hep3Vector::mag2(), CLHEP::HepRotation::transform(), w, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().
다음에 의해서 참조됨 : CCalRotationMatrixFactory::AddMatrix().
|
inherited |
Rotation.cc 파일의 66 번째 라인에서 정의되었습니다.
다음을 참조함 : c1, CLHEP::HepRotation::ryx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::ryz, CLHEP::HepRotation::rzx, CLHEP::HepRotation::rzy, CLHEP::HepRotation::rzz, x1, y1.
다음에 의해서 참조됨 : G4tgbRotationMatrix::BuildG4RotMatrixFrom3(), NeuronLoadDataFile::ComputeTransformation(), G4MIRDLiver::Construct(), G4MIRDSmallIntestine::Construct(), G4MIRDRightLeg::Construct(), G4MIRDLeftLeg::Construct(), G4MIRDTrunk::Construct(), G4MIRDUterus::Construct(), G4MIRDLeftBreast::Construct(), G4MIRDRightBreast::Construct(), G4MIRDHead::Construct(), G4MIRDLeftArmBone::Construct(), G4MIRDRightArmBone::Construct(), B5DetectorConstruction::Construct(), FCALTestbeamSetup::Construct(), XrayFluoMercuryDetectorConstruction::ConstructApparate(), XrayFluoPlaneDetectorConstruction::ConstructApparate(), XrayFluoDetectorConstruction::ConstructApparate(), DetectorConstruction::ConstructCalorimeter(), DetectorConstruction::ConstructLine(), LaserDrivenBeamLine::FaradayCup(), G4tgrUtils::GetRotationFromDirection(), G4GDMLReadDefine::GetRotationMatrix(), LXeMainVolume::LXeMainVolume(), G4GDMLReadParamvol::ParametersRead(), CML2Acc1::primaryCollimator(), CML2AcceleratorConstruction::rotateAccelerator(), CexmcSetup::RotateMatrix(), G4VScoringMesh::RotateX(), CML2Acc1::SetJawAperture(), DicomIntersectVolume::SetNewValue(), XrayFluoPlaneDetectorConstruction::UpdateGeometry(), XrayFluoMercuryDetectorConstruction::UpdateGeometry(), XrayFluoDetectorConstruction::UpdateGeometry().
|
inherited |
Rotation.cc 파일의 79 번째 라인에서 정의되었습니다.
다음을 참조함 : c1, CLHEP::HepRotation::rxx, CLHEP::HepRotation::rxy, CLHEP::HepRotation::rxz, CLHEP::HepRotation::rzx, CLHEP::HepRotation::rzy, CLHEP::HepRotation::rzz, x1, y1.
다음에 의해서 참조됨 : G4INCLXXInterface::ApplyYourself(), B5DetectorConstruction::B5DetectorConstruction(), G4tgbRotationMatrix::BuildG4RotMatrixFrom3(), LaserDrivenBeamLine::Collimator(), NeuronLoadDataFile::ComputeTransformation(), G4MIRDRightLeg::Construct(), G4MIRDSmallIntestine::Construct(), G4MIRDLeftLeg::Construct(), G4MIRDLeftBreast::Construct(), G4MIRDRightBreast::Construct(), G4MIRDHeart::Construct(), G4MIRDPancreas::Construct(), G4MIRDTrunk::Construct(), G4MIRDHead::Construct(), B3DetectorConstruction::Construct(), IORTDetectorConstruction::ConstructDisc(), DetectorConstruction::ConstructLine(), G4NeutronBetaDecayChannel::DecayIt(), LaserDrivenBeamLine::Entrancehole(), LaserDrivenBeamLine::EntrancePipe(), LaserDrivenBeamLine::Exithole(), LaserDrivenBeamLine::ExitPipe(), LaserDrivenBeamLine::ExitWindow(), LaserDrivenBeamLine::FaradayCup(), LaserDrivenBeamLine::FinalCollimator(), G4tgrUtils::GetRotationFromDirection(), G4GDMLReadDefine::GetRotationMatrix(), PassiveProtonBeamLine::HadrontherapyBeamCollimators(), PassiveCarbonBeamLine::HadrontherapyBeamFinalCollimator(), PassiveProtonBeamLine::HadrontherapyBeamFinalCollimator(), PassiveCarbonBeamLine::HadrontherapyBeamNozzle(), PassiveProtonBeamLine::HadrontherapyBeamNozzle(), PassiveProtonBeamLine::HadrontherapyBeamScatteringFoils(), PassiveCarbonBeamLine::HadrontherapyPMMACollimator(), TrentoPassiveProtonBeamLine::HadrontherapyRidgeFilter(), PassiveCarbonBeamLine::HadrontherapyRippleFilter(), Collimator70BeamLine::IortBeamLineBlocks(), Collimator100BeamLine::IortBeamLineBlocks(), Collimator80BeamLine::IortBeamLineBlocks(), Collimator50BeamLine::IortBeamLineBlocks(), Collimator60BeamLine::IortBeamLineBlocks(), Collimator40BeamLine::IortBeamLineBlocks(), Collimator40BeamLine::IortBeamLineFinalCollimator(), Collimator50BeamLine::IortBeamLineFinalCollimator(), Collimator80BeamLine::IortBeamLineFinalCollimator(), Collimator100BeamLine::IortBeamLineFinalCollimator(), Collimator70BeamLine::IortBeamLineFinalCollimator(), Collimator60BeamLine::IortBeamLineFinalCollimator(), Collimator70BeamLine::IortBeamLineJunctions(), Collimator50BeamLine::IortBeamLineJunctions(), Collimator100BeamLine::IortBeamLineJunctions(), Collimator60BeamLine::IortBeamLineJunctions(), Collimator80BeamLine::IortBeamLineJunctions(), Collimator40BeamLine::IortBeamLineJunctions(), Collimator60BeamLine::IortBeamLineMonitorChambers(), Collimator80BeamLine::IortBeamLineMonitorChambers(), Collimator40BeamLine::IortBeamLineMonitorChambers(), Collimator50BeamLine::IortBeamLineMonitorChambers(), Collimator100BeamLine::IortBeamLineMonitorChambers(), Collimator70BeamLine::IortBeamLineMonitorChambers(), Collimator70BeamLine::IortBeamLineTitaniumWindows(), Collimator40BeamLine::IortBeamLineTitaniumWindows(), Collimator80BeamLine::IortBeamLineTitaniumWindows(), Collimator50BeamLine::IortBeamLineTitaniumWindows(), Collimator100BeamLine::IortBeamLineTitaniumWindows(), Collimator60BeamLine::IortBeamLineTitaniumWindows(), Collimator50BeamLine::IortBeamLineVacuumSource(), Collimator60BeamLine::IortBeamLineVacuumSource(), Collimator100BeamLine::IortBeamLineVacuumSource(), Collimator40BeamLine::IortBeamLineVacuumSource(), Collimator80BeamLine::IortBeamLineVacuumSource(), Collimator70BeamLine::IortBeamLineVacuumSource(), LXeMainVolume::LXeMainVolume(), LXeWLSSlab::LXeWLSSlab(), CML2Acc1::mirror(), G4GDMLReadParamvol::ParametersRead(), DetectorConstruction::PlaceWithAxialRotations(), LaserDrivenBeamLine::Quadrupole(), CML2AcceleratorConstruction::rotateAccelerator(), CexmcSetup::RotateMatrix(), G4VScoringMesh::RotateY(), B5DetectorConstruction::SetArmAngle(), CML2Acc1::SetJawAperture(), G4LogicalCrystalVolume::SetMillerOrientation(), DicomIntersectVolume::SetNewValue().
|
inherited |
Rotation.cc 파일의 92 번째 라인에서 정의되었습니다.
다음을 참조함 : c1, CLHEP::HepRotation::rxx, CLHEP::HepRotation::rxy, CLHEP::HepRotation::rxz, CLHEP::HepRotation::ryx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::ryz, x1, y1.
다음에 의해서 참조됨 : G4VTwistSurface::AmIOnLeftSide(), G4INCLXXInterface::ApplyYourself(), G4tgbRotationMatrix::BuildG4RotMatrixFrom3(), HadrontherapyModulator::BuildSteps(), G4VDivisionParameterisation::ChangeRotMatrix(), NeuronLoadDataFile::ComputeTransformation(), H02DetectorConstruction::Construct(), ExN04DetectorConstruction::Construct(), G4MIRDThyroid::Construct(), G4MIRDRightBreast::Construct(), G4MIRDRightLung::Construct(), G4MIRDLeftBreast::Construct(), RE05DetectorConstruction::Construct(), B3DetectorConstruction::Construct(), FCALEMModule::Construct(), FCALHadModule::Construct(), FCALCryostatVolumes::Construct(), DetectorConstruction::ConstructLine(), G4TwistedTubs::CreateSurfaces(), G4NeutronBetaDecayChannel::DecayIt(), G4VisCommandSceneAddLogo::G4Logo::G4Logo(), G4TwistBoxSide::G4TwistBoxSide(), G4TwistTrapAlphaSide::G4TwistTrapAlphaSide(), G4TwistTrapFlatSide::G4TwistTrapFlatSide(), G4TwistTrapParallelSide::G4TwistTrapParallelSide(), G4TwistTubsFlatSide::G4TwistTubsFlatSide(), G4TwistTubsSide::G4TwistTubsSide(), G4GDMLReadDefine::GetRotationMatrix(), G4GDMLReadParamvol::ParametersRead(), DetectorConstruction::PlaceWithAxialRotations(), DetectorConstruction::PlaceWithReflections(), CexmcSetup::RotateMatrix(), G4VScoringMesh::RotateZ(), G4LogicalCrystalVolume::SetMillerOrientation(), G4PhysicalVolumeModel::VisitGeometryAndGetVisReps().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
다음에 의해서 참조됨 : G4QuadrupoleMagField::GetFieldValue().
|
inlineinherited |
다음에 의해서 참조됨 : G4QuadrupoleMagField::GetFieldValue().
|
inlineinherited |
다음에 의해서 참조됨 : G4QuadrupoleMagField::GetFieldValue().
|
inherited |
RotationA.cc 파일의 27 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::Hep3Vector::getX(), CLHEP::Hep3Vector::getY(), CLHEP::Hep3Vector::getZ(), CLHEP::HepRotation::rxx, CLHEP::HepRotation::rxy, CLHEP::HepRotation::rxz, CLHEP::HepRotation::ryx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::ryz, CLHEP::HepRotation::rzx, CLHEP::HepRotation::rzy, CLHEP::HepRotation::rzz, CLHEP::Hep3Vector::unit().
다음에 의해서 참조됨 : G4MuonDecayChannel::DecayIt(), CLHEP::HepLorentzRotation::decompose(), CLHEP::HepRotation::HepRotation(), CLHEP::HepRotation::rectify(), CLHEP::HepRotation::set(), CLHEP::HepRotation::setAxis(), CLHEP::HepRotation::setDelta(), CLHEP::HepRotation::setPhi(), CLHEP::HepRotation::setPsi(), CLHEP::HepRotation::setRows(), CLHEP::HepRotation::setTheta().
|
inherited |
RotationA.cc 파일의 58 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepAxisAngle::axis(), CLHEP::HepAxisAngle::delta(), CLHEP::HepRotation::set().
|
inherited |
|
inherited |
RotationE.cc 파일의 61 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepEulerAngles::phi(), CLHEP::HepEulerAngles::psi(), CLHEP::HepRotation::set(), CLHEP::HepEulerAngles::theta().
|
inherited |
RotationC.cc 파일의 73 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::Hep3Vector::dot(), CLHEP::HepRotation::rxx, CLHEP::HepRotation::rxy, CLHEP::HepRotation::rxz, CLHEP::HepRotation::ryx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::ryz, CLHEP::HepRotation::rzx, CLHEP::HepRotation::rzy, CLHEP::HepRotation::rzz, CLHEP::HepRotation::setCols(), CLHEP::Hep4RotationInterface::tolerance, CLHEP::Hep3Vector::unit(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inherited |
RotationA.cc 파일의 131 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::delta(), CLHEP::HepRotation::set().
|
inherited |
RotationA.cc 파일의 135 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::axis(), CLHEP::HepRotation::set().
|
inherited |
RotationE.cc 파일의 262 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::psi(), CLHEP::HepRotation::set(), CLHEP::HepRotation::theta().
다음에 의해서 참조됨 : G4GMocrenTouchable::GetRotation(), G4ParticleHPInelasticCompFS::two_body_reaction().
|
inherited |
RotationE.cc 파일의 270 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::phi(), CLHEP::HepRotation::set(), CLHEP::HepRotation::theta().
void G3toG4RotationMatrix::SetRotationMatrixByCol | ( | const G4ThreeVector & | Col1, |
const G4ThreeVector & | Col2, | ||
const G4ThreeVector & | Col3 | ||
) |
G3toG4RotationMatrix.cc 파일의 50 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::rxx, CLHEP::HepRotation::rxy, CLHEP::HepRotation::rxz, CLHEP::HepRotation::ryx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::ryz, CLHEP::HepRotation::rzx, CLHEP::HepRotation::rzy, CLHEP::HepRotation::rzz, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().
void G3toG4RotationMatrix::SetRotationMatrixByRow | ( | const G4ThreeVector & | Row1, |
const G4ThreeVector & | Row2, | ||
const G4ThreeVector & | Row3 | ||
) |
G3toG4RotationMatrix.cc 파일의 69 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::rxx, CLHEP::HepRotation::rxy, CLHEP::HepRotation::rxz, CLHEP::HepRotation::ryx, CLHEP::HepRotation::ryy, CLHEP::HepRotation::ryz, CLHEP::HepRotation::rzx, CLHEP::HepRotation::rzy, CLHEP::HepRotation::rzz, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().
다음에 의해서 참조됨 : G4gsrotm().
|
inherited |
RotationC.cc 파일의 142 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::invert(), CLHEP::HepRotation::set().
|
inherited |
RotationE.cc 파일의 266 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::phi(), CLHEP::HepRotation::psi(), CLHEP::HepRotation::set().
다음에 의해서 참조됨 : G4ParticleHPInelasticCompFS::two_body_reaction().
|
inlinestaticinherited |
|
inherited |
RotationE.cc 파일의 104 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRotation::rzz, CLHEP::safe_acos().
다음에 의해서 참조됨 : CLHEP::HepRotation::setPhi(), CLHEP::HepRotation::setPsi().
|
inherited |
Rotation.cc 파일의 141 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::safe_acos(), CLHEP::HepRotation::zx().
다음에 의해서 참조됨 : G4tgbGeometryDumper::DumpRotationMatrix(), operator<<().
|
inherited |
Rotation.cc 파일의 145 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::safe_acos(), CLHEP::HepRotation::zy().
다음에 의해서 참조됨 : G4tgbGeometryDumper::DumpRotationMatrix(), operator<<().
|
inherited |
Rotation.cc 파일의 149 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::safe_acos(), CLHEP::HepRotation::zz().
다음에 의해서 참조됨 : G4tgbGeometryDumper::DumpRotationMatrix(), operator<<().
|
inlineinherited |
다음에 의해서 참조됨 : CLHEP::HepRotation::rotate(), CLHEP::HepRotation::rotateAxes().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
다음에 의해서 참조됨 : CLHEP::operator*().
|
inlineinherited |
다음에 의해서 참조됨 : CLHEP::operator*().
|
inlineinherited |
다음에 의해서 참조됨 : CLHEP::operator*().
|
inlineinherited |
다음에 의해서 참조됨 : CLHEP::operator*().
|
inlineinherited |
다음에 의해서 참조됨 : CLHEP::operator*().
|
inlineinherited |
다음에 의해서 참조됨 : NeuronLoadDataFile::ComputeTransformation(), CLHEP::HepRotationY::distance2(), CLHEP::HepRotationZ::distance2(), CLHEP::HepRotationX::distance2(), G4tgrUtils::Dumprm(), G4tgbGeometryDumper::DumpRotationMatrix(), CLHEP::HepRotation::getAngleAxis(), G4GDMLWriteDefine::GetAngles(), G4VScoringMesh::List(), CLHEP::HepRotation::operator()(), CLHEP::operator*(), CLHEP::HepRotation::phiX(), CLHEP::HepRotation::print().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
다음에 의해서 참조됨 : CLHEP::operator*().
|
inlineinherited |
다음에 의해서 참조됨 : NeuronLoadDataFile::ComputeTransformation(), CLHEP::HepRotationZ::distance2(), G4tgrUtils::Dumprm(), G4tgbGeometryDumper::DumpRotationMatrix(), CLHEP::HepRotation::getAngleAxis(), G4GDMLWriteDefine::GetAngles(), G4VScoringMesh::List(), CLHEP::HepRotation::operator()(), CLHEP::operator*(), CLHEP::HepRotation::phiX(), CLHEP::HepRotation::print().
|
inlineinherited |
다음에 의해서 참조됨 : NeuronLoadDataFile::ComputeTransformation(), CLHEP::HepRotationY::distance2(), CLHEP::HepRotationZ::distance2(), CLHEP::HepRotationX::distance2(), G4tgrUtils::Dumprm(), G4tgbGeometryDumper::DumpRotationMatrix(), CLHEP::HepRotation::getAngleAxis(), G4GDMLWriteDefine::GetAngles(), G4VScoringMesh::List(), CLHEP::HepRotation::operator()(), CLHEP::operator*(), CLHEP::HepRotation::phiY(), CLHEP::HepRotation::print().
|
inlineinherited |
다음에 의해서 참조됨 : NeuronLoadDataFile::ComputeTransformation(), CLHEP::HepRotationX::distance2(), G4tgrUtils::Dumprm(), G4tgbGeometryDumper::DumpRotationMatrix(), CLHEP::HepRotation::getAngleAxis(), G4GDMLWriteDefine::GetAngles(), G4VScoringMesh::List(), CLHEP::HepRotation::operator()(), CLHEP::operator*(), CLHEP::HepRotation::phiZ(), CLHEP::HepRotation::print().
|
inlineinherited |
다음에 의해서 참조됨 : CLHEP::operator*().
|
inlineinherited |
다음에 의해서 참조됨 : NeuronLoadDataFile::ComputeTransformation(), CLHEP::HepRotationY::distance2(), G4tgrUtils::Dumprm(), G4tgbGeometryDumper::DumpRotationMatrix(), CLHEP::HepRotation::getAngleAxis(), G4GDMLWriteDefine::GetAngles(), G4VScoringMesh::List(), CLHEP::HepRotation::operator()(), CLHEP::operator*(), CLHEP::HepRotation::print(), CLHEP::HepRotation::thetaX().
|
inlineinherited |
다음에 의해서 참조됨 : NeuronLoadDataFile::ComputeTransformation(), CLHEP::HepRotationX::distance2(), G4tgrUtils::Dumprm(), G4tgbGeometryDumper::DumpRotationMatrix(), CLHEP::HepRotation::getAngleAxis(), G4GDMLWriteDefine::GetAngles(), G4VScoringMesh::List(), CLHEP::HepRotation::operator()(), CLHEP::operator*(), CLHEP::HepRotation::print(), CLHEP::HepRotation::thetaY().
|
inlineinherited |
다음에 의해서 참조됨 : NeuronLoadDataFile::ComputeTransformation(), CLHEP::HepRotationY::distance2(), CLHEP::HepRotationZ::distance2(), CLHEP::HepRotationX::distance2(), G4tgrUtils::Dumprm(), G4tgbGeometryDumper::DumpRotationMatrix(), CLHEP::HepRotation::getAngleAxis(), G4GDMLWriteDefine::GetAngles(), G4VScoringMesh::List(), CLHEP::HepRotation::operator()(), CLHEP::operator*(), CLHEP::HepRotation::print(), CLHEP::HepRotation::thetaZ().
|
staticinherited |
Rotation.h 파일의 369 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VScoringMesh::GetRotationMatrix(), G4AssemblyVolume::MakeImprint(), G4LogicalCrystalVolume::SetMillerOrientation(), G4LatticePhysical::SetPhysicalOrientation().
|
protectedinherited |
Rotation.h 파일의 388 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::HepRotation::axis(), CLHEP::HepRotation::compare(), CLHEP::HepRotation::delta(), CLHEP::HepRotation::distance2(), CLHEP::HepRotation::eulerAngles(), G3toG4RotationMatrix(), CLHEP::HepRotation::isIdentity(), CLHEP::HepRotation::norm2(), CLHEP::HepRotation::rectify(), CLHEP::HepRotation::rotateY(), CLHEP::HepRotation::rotateZ(), CLHEP::HepRotation::set(), SetRotationMatrixByCol(), SetRotationMatrixByRow().
|
protectedinherited |
Rotation.h 파일의 388 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::HepRotation::axis(), CLHEP::HepRotation::compare(), CLHEP::HepRotation::distance2(), CLHEP::HepRotation::eulerAngles(), G3toG4RotationMatrix(), CLHEP::HepRotation::isIdentity(), CLHEP::HepRotation::rectify(), CLHEP::HepRotation::rotateY(), CLHEP::HepRotation::rotateZ(), CLHEP::HepRotation::set(), SetRotationMatrixByCol(), SetRotationMatrixByRow().
|
protectedinherited |
Rotation.h 파일의 388 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::HepRotation::axis(), CLHEP::HepRotation::compare(), CLHEP::HepRotation::distance2(), CLHEP::HepRotation::eulerAngles(), G3toG4RotationMatrix(), CLHEP::HepRotation::isIdentity(), CLHEP::HepRotation::psi(), CLHEP::HepRotation::rectify(), CLHEP::HepRotation::rotateY(), CLHEP::HepRotation::rotateZ(), CLHEP::HepRotation::set(), SetRotationMatrixByCol(), SetRotationMatrixByRow().
|
protectedinherited |
Rotation.h 파일의 388 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::HepRotation::axis(), CLHEP::HepRotation::compare(), CLHEP::HepRotation::distance2(), CLHEP::HepRotation::eulerAngles(), G3toG4RotationMatrix(), CLHEP::HepRotation::isIdentity(), CLHEP::HepRotation::rectify(), CLHEP::HepRotation::rotateX(), CLHEP::HepRotation::rotateZ(), CLHEP::HepRotation::set(), SetRotationMatrixByCol(), SetRotationMatrixByRow().
|
protectedinherited |
Rotation.h 파일의 388 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::HepRotation::axis(), CLHEP::HepRotation::compare(), CLHEP::HepRotation::delta(), CLHEP::HepRotation::distance2(), CLHEP::HepRotation::eulerAngles(), G3toG4RotationMatrix(), CLHEP::HepRotation::isIdentity(), CLHEP::HepRotation::norm2(), CLHEP::HepRotation::rectify(), CLHEP::HepRotation::rotateX(), CLHEP::HepRotation::rotateZ(), CLHEP::HepRotation::set(), SetRotationMatrixByCol(), SetRotationMatrixByRow().
|
protectedinherited |
Rotation.h 파일의 388 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::HepRotation::axis(), CLHEP::HepRotation::compare(), CLHEP::HepRotation::distance2(), CLHEP::HepRotation::eulerAngles(), G3toG4RotationMatrix(), CLHEP::HepRotation::isIdentity(), CLHEP::HepRotation::psi(), CLHEP::HepRotation::rectify(), CLHEP::HepRotation::rotateX(), CLHEP::HepRotation::rotateZ(), CLHEP::HepRotation::set(), SetRotationMatrixByCol(), SetRotationMatrixByRow().
|
protectedinherited |
Rotation.h 파일의 388 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::HepRotation::axis(), CLHEP::HepRotation::compare(), CLHEP::HepRotation::distance2(), CLHEP::HepRotation::eulerAngles(), G3toG4RotationMatrix(), CLHEP::HepRotation::isIdentity(), CLHEP::HepRotation::phi(), CLHEP::HepRotation::rectify(), CLHEP::HepRotation::rotateX(), CLHEP::HepRotation::rotateY(), CLHEP::HepRotation::set(), SetRotationMatrixByCol(), SetRotationMatrixByRow().
|
protectedinherited |
Rotation.h 파일의 388 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::HepRotation::axis(), CLHEP::HepRotation::compare(), CLHEP::HepRotation::distance2(), CLHEP::HepRotation::eulerAngles(), G3toG4RotationMatrix(), CLHEP::HepRotation::isIdentity(), CLHEP::HepRotation::phi(), CLHEP::HepRotation::rectify(), CLHEP::HepRotation::rotateX(), CLHEP::HepRotation::rotateY(), CLHEP::HepRotation::set(), SetRotationMatrixByCol(), SetRotationMatrixByRow().
|
protectedinherited |
Rotation.h 파일의 388 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::HepRotation::axis(), CLHEP::HepRotation::compare(), CLHEP::HepRotation::delta(), CLHEP::HepRotation::distance2(), CLHEP::HepRotation::eulerAngles(), G3toG4RotationMatrix(), CLHEP::HepRotation::isIdentity(), CLHEP::HepRotation::norm2(), CLHEP::HepRotation::phi(), CLHEP::HepRotation::psi(), CLHEP::HepRotation::rectify(), CLHEP::HepRotation::rotateX(), CLHEP::HepRotation::rotateY(), CLHEP::HepRotation::set(), SetRotationMatrixByCol(), SetRotationMatrixByRow(), CLHEP::HepRotation::theta().