#include <stdio.h>#include <string.h>#include <string>#include <sstream>#include <cmath>#include <iostream>#include <iomanip>#include <cstdio>#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/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 "pickext.h"#include "pickref.h"#include "wireframe.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 <Inventor/SbVec3f.h>매크로 | |
| #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 |
변수 | |
| static const char * | thisClassName = "G4OpenInventorXtExaminerViewer" |
| #define MAX_SPEED_INDICATOR 0.81 |
G4OpenInventorXtExaminerViewer.cc 파일의 125 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4OpenInventorXtExaminerViewer::processSoEvent().
| #define MIN_SPEED 2.1 |
G4OpenInventorXtExaminerViewer.cc 파일의 122 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4OpenInventorXtExaminerViewer::animateRefParticleCB(), G4OpenInventorXtExaminerViewer::animateSensorCB(), G4OpenInventorXtExaminerViewer::constructor(), G4OpenInventorXtExaminerViewer::decSpeed(), G4OpenInventorXtExaminerViewer::processSoEvent().
| #define ROT_CNT 6 |
| #define SPEED_INDICATOR_STEP 0.045 |
G4OpenInventorXtExaminerViewer.cc 파일의 124 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4OpenInventorXtExaminerViewer::animateRefParticleCB(), G4OpenInventorXtExaminerViewer::processSoEvent().
| #define START_STEP 0.3 |
|
static |
G4OpenInventorXtExaminerViewer.cc 파일의 120 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4OpenInventorXtExaminerViewer::constructor().
1.8.5