Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include "G4OpenInventorQtExaminerViewer.hh"
#include "ui_OIQtListsDialog.h"
#include "saveViewPt.h"
#include "pickext.h"
#include "pickref.h"
#include "wireframe.h"
#include <algorithm>
#include "G4ios.hh"
#include "G4UImanager.hh"
#include "G4UIQt.hh"
#include <Inventor/Qt/SoQt.h>
#include <Inventor/Qt/SoQtCursor.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/SoLineSet.h>
#include <Inventor/nodes/SoMaterial.h>
#include <Inventor/errors/SoDebugError.h>
#include <Inventor/SoPickedPoint.h>
#include <Inventor/actions/SoWriteAction.h>
#include <Inventor/projectors/SbPlaneProjector.h>
#include <Inventor/sensors/SoTimerSensor.h>
#include <Inventor/sensors/SoNodeSensor.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>
#include <QMenuBar>
#include <QPushButton>
#include <QRadioButton>
#include <QToolButton>
#include <QListWidget>
#include <QListWidgetItem>
#include <QInputDialog>
#include <QMessageBox>
#include <QFileDialog>
#include <QStyle>
#include <QCommonStyle>
#include "moc_G4OpenInventorQtExaminerViewer.cpp"
Go to the source code of this file.
Macros | |
#define | G4warn G4cout |
#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 G4warn G4cout |
Definition at line 105 of file G4OpenInventorQtExaminerViewer.cc.
#define MAX_SPEED_INDICATOR 0.81 |
Definition at line 112 of file G4OpenInventorQtExaminerViewer.cc.
Referenced by G4OpenInventorQtExaminerViewer::processSoEvent(), and G4OpenInventorXtExaminerViewer::processSoEvent().
#define MIN_SPEED 2.1 |
Definition at line 109 of file G4OpenInventorQtExaminerViewer.cc.
Referenced by G4OpenInventorQtExaminerViewer::animateSensorCB(), G4OpenInventorQtExaminerViewer::construct(), G4OpenInventorQtExaminerViewer::decSpeed(), G4OpenInventorQtExaminerViewer::processSoEvent(), and G4OpenInventorXtExaminerViewer::processSoEvent().
#define ROT_CNT 6 |
#define SPEED_INDICATOR_STEP 0.045 |
Definition at line 111 of file G4OpenInventorQtExaminerViewer.cc.
Referenced by G4OpenInventorQtExaminerViewer::processSoEvent(), and G4OpenInventorXtExaminerViewer::processSoEvent().
#define START_STEP 0.3 |
Definition at line 110 of file G4OpenInventorQtExaminerViewer.cc.
Referenced by G4OpenInventorQtExaminerViewer::animateSensorCB(), G4OpenInventorQtExaminerViewer::construct(), and G4OpenInventorQtExaminerViewer::decSpeed().