|
Geant4-11
|
#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 | MAX_SPEED_INDICATOR 0.81 |
| #define | MIN_SPEED 2.1 |
| #define | ROT_CNT 6 |
| #define | SPEED_INDICATOR_STEP 0.045 |
| #define | START_STEP 0.3 |
| #define MAX_SPEED_INDICATOR 0.81 |
Definition at line 110 of file G4OpenInventorQtExaminerViewer.cc.
| #define MIN_SPEED 2.1 |
Definition at line 107 of file G4OpenInventorQtExaminerViewer.cc.
| #define ROT_CNT 6 |
Definition at line 112 of file G4OpenInventorQtExaminerViewer.cc.
| #define SPEED_INDICATOR_STEP 0.045 |
Definition at line 109 of file G4OpenInventorQtExaminerViewer.cc.
| #define START_STEP 0.3 |
Definition at line 108 of file G4OpenInventorQtExaminerViewer.cc.