Geant4-11
|
Functions | |
QColor | ConvertToQColor (const G4Colour &c) |
QVector3D | ConvertToQVector3D (const G4ThreeVector &v) |
Qt3DCore::QTransform * | CreateQTransformFrom (const G4Transform3D &) |
void | delete_components_and_children_of_entity_recursively (Qt3DCore::QNode *node) |
void | delete_entity_recursively (Qt3DCore::QNode *node) |
QColor G4Qt3DUtils::ConvertToQColor | ( | const G4Colour & | c | ) |
Definition at line 46 of file G4Qt3DUtils.cc.
References G4Colour::GetAlpha(), G4Colour::GetBlue(), G4Colour::GetGreen(), and G4Colour::GetRed().
Referenced by G4Qt3DSceneHandler::AddPrimitive(), and G4Qt3DViewer::SetView().
QVector3D G4Qt3DUtils::ConvertToQVector3D | ( | const G4ThreeVector & | v | ) |
Definition at line 52 of file G4Qt3DUtils.cc.
References CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Referenced by G4Qt3DViewer::SetView().
Qt3DCore::QTransform * G4Qt3DUtils::CreateQTransformFrom | ( | const G4Transform3D & | g | ) |
Definition at line 33 of file G4Qt3DUtils.cc.
References g.
Referenced by G4Qt3DSceneHandler::AddPrimitive().
void G4Qt3DUtils::delete_components_and_children_of_entity_recursively | ( | Qt3DCore::QNode * | node | ) |
Definition at line 102 of file G4Qt3DUtils.cc.
References delete_entity_recursively(), and G4InuclParticleNames::name().
Referenced by G4Qt3DSceneHandler::ClearStore(), and G4Qt3DSceneHandler::ClearTransientStore().
void G4Qt3DUtils::delete_entity_recursively | ( | Qt3DCore::QNode * | node | ) |
Definition at line 57 of file G4Qt3DUtils.cc.
References delete_entity_recursively(), and G4InuclParticleNames::name().
Referenced by delete_components_and_children_of_entity_recursively(), and delete_entity_recursively().