| 
    Geant4
    9.6.p02
    
   | 
 
#include <stdio.h>#include <string.h>#include <string>#include <sstream>#include <cmath>#include <iostream>#include <iomanip>#include <algorithm>#include <X11/keysym.h>#include <Xm/Xm.h>#include <Xm/Text.h>#include <Xm/List.h>#include <Xm/MessageB.h>#include <Xm/PushB.h>#include <Xm/ToggleB.h>#include <Xm/CascadeB.h>#include <Xm/ArrowBG.h>#include <Xm/Form.h>#include <Xm/RowColumn.h>#include <Xm/FileSB.h>#include <Xm/SelectioB.h>#include <Xm/Protocols.h>#include <Xm/SeparatoG.h>#include <Xm/DialogS.h>#include <Xm/PanedW.h>#include <Xm/LabelG.h>#include <Xm/Scale.h>#include <Xm/DrawingA.h>#include <Inventor/Xt/SoXt.h>#include <Inventor/Xt/SoXtCursor.h>#include <Inventor/events/SoKeyboardEvent.h>#include <Inventor/events/SoMouseButtonEvent.h>#include <Inventor/events/SoLocation2Event.h>#include <Inventor/nodes/SoSeparator.h>#include <Inventor/nodes/SoOrthographicCamera.h>#include <Inventor/nodes/SoPerspectiveCamera.h>#include <Inventor/nodes/SoEventCallback.h>#include <Inventor/nodes/SoLineSet.h>#include <Inventor/nodes/SoMaterial.h>#include <Inventor/errors/SoDebugError.h>#include <Inventor/SoPickedPoint.h>#include <Inventor/actions/SoWriteAction.h>#include "G4OpenInventorXtExaminerViewer.hh"#include "wheelmouse.h"#include "SoXtInternal.h"#include <Inventor/sensors/SoTimerSensor.h>#include <Inventor/sensors/SoNodeSensor.h>#include "saveViewPt.h"#include "console.h"#include "favorites.h"#include "Geant4_SoPolyhedron.h"#include "G4TrajectoryPoint.hh"#include "G4AttHolder.hh"#include "G4AttCheck.hh"#include <Inventor/nodes/SoCallback.h>#include <Inventor/nodes/SoSwitch.h>#include <Inventor/nodes/SoScale.h>#include <Inventor/nodes/SoTranslation.h>#include <Inventor/actions/SoSearchAction.h>#include <Inventor/actions/SoGetBoundingBoxAction.h>#include <Inventor/nodes/SoCoordinate3.h>#include <Inventor/nodes/SoText2.h>#include <Inventor/nodes/SoFont.h>#include <Inventor/nodes/SoPointSet.h>#include <Inventor/nodes/SoDrawStyle.h>#include <Inventor/nodes/SoBaseColor.h>#include <Inventor/nodekits/SoBaseKit.h>Go to the source code of this file.
Macros | |
| #define | MIN_SPEED 2.1 | 
| #define | START_STEP 0.3 | 
| #define | SPEED_INDICATOR_STEP 0.045 | 
| #define | MAX_SPEED_INDICATOR 0.81 | 
| #define | ROT_CNT 6 | 
| #define MAX_SPEED_INDICATOR 0.81 | 
Definition at line 117 of file G4OpenInventorXtExaminerViewer.cc.
| #define MIN_SPEED 2.1 | 
Definition at line 114 of file G4OpenInventorXtExaminerViewer.cc.
| #define ROT_CNT 6 | 
Definition at line 119 of file G4OpenInventorXtExaminerViewer.cc.
| #define SPEED_INDICATOR_STEP 0.045 | 
Definition at line 116 of file G4OpenInventorXtExaminerViewer.cc.
| #define START_STEP 0.3 | 
Definition at line 115 of file G4OpenInventorXtExaminerViewer.cc.
 1.8.4