ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/management/include/G4VUserVisAction.hh>
Public Member Functions | |
G4VUserVisAction () | |
virtual | ~G4VUserVisAction () |
virtual void | Draw ()=0 |
void | operator() (G4VGraphicsScene &scene, const G4Transform3D &trans, const G4ModelingParameters *pMP) |
Protected Attributes | |
G4VGraphicsScene * | fpSceneHandler |
const G4Transform3D * | fpTransform |
const G4ModelingParameters * | fpMP |
Definition at line 51 of file G4VUserVisAction.hh.
View newest version in sPHENIX GitHub at line 51 of file G4VUserVisAction.hh
|
inline |
Definition at line 54 of file G4VUserVisAction.hh.
View newest version in sPHENIX GitHub at line 54 of file G4VUserVisAction.hh
|
inlinevirtual |
Definition at line 59 of file G4VUserVisAction.hh.
View newest version in sPHENIX GitHub at line 59 of file G4VUserVisAction.hh
|
pure virtual |
Implemented in PerspectiveVisAction, StandaloneVisAction, and UVA_VisAction.
Referenced by operator()().
|
inline |
Definition at line 61 of file G4VUserVisAction.hh.
View newest version in sPHENIX GitHub at line 61 of file G4VUserVisAction.hh
References Draw(), fpMP, fpSceneHandler, and fpTransform.
|
protected |
Definition at line 70 of file G4VUserVisAction.hh.
View newest version in sPHENIX GitHub at line 70 of file G4VUserVisAction.hh
Referenced by operator()().
|
protected |
Definition at line 68 of file G4VUserVisAction.hh.
View newest version in sPHENIX GitHub at line 68 of file G4VUserVisAction.hh
Referenced by operator()().
|
protected |
Definition at line 69 of file G4VUserVisAction.hh.
View newest version in sPHENIX GitHub at line 69 of file G4VUserVisAction.hh
Referenced by operator()().