Import Geant4 10.3.1 source tree
This commit is contained in:
@@ -65,6 +65,8 @@ class SoPointSet;
|
||||
class G4OpenInventorXtExaminerViewer : public SoXtExaminerViewer {
|
||||
|
||||
friend class G4OpenInventorXtExaminerViewerMessenger;
|
||||
// FWJ
|
||||
friend class G4OpenInventorXtExtendedViewer;
|
||||
|
||||
private:
|
||||
Widget prevViewPtButton, nextViewPtButton;
|
||||
@@ -108,6 +110,8 @@ public:
|
||||
bool abbrOutputFlag;
|
||||
bool pickRefPathFlag;
|
||||
bool viewingBeforePickRef;
|
||||
// FWJ
|
||||
// SoNode * superimposition;
|
||||
|
||||
protected:
|
||||
// Same constructor as the ExaminerViewer
|
||||
@@ -204,6 +208,7 @@ private:
|
||||
static void saveViewPtCB(Widget, XtPointer, XtPointer);
|
||||
static void abbrOutputCB(Widget, XtPointer, XtPointer);
|
||||
static void pickRefPathCB(Widget, XtPointer, XtPointer);
|
||||
static void switchWireFrameCB(Widget, XtPointer, XtPointer);
|
||||
static void constructListsDialog(Widget, XtPointer, XtPointer);
|
||||
void saveViewPt(char *name);
|
||||
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
#ifndef COIN_PIXMAP_WIREFRAME_XPM
|
||||
#define COIN_PIXMAP_WIREFRAME_XPM
|
||||
|
||||
/* XPM */
|
||||
static const char* wireframe_xpm[]={
|
||||
"24 24 2 1",
|
||||
". c None",
|
||||
"# c #000000",
|
||||
"........................",
|
||||
"........................",
|
||||
"......################..",
|
||||
".....##.............##..",
|
||||
"....#.#............#.#..",
|
||||
"...#..#...........#..#..",
|
||||
"..################...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...################..",
|
||||
"..#..#...........#..#...",
|
||||
"..#.#............#.#....",
|
||||
"..##.............##.....",
|
||||
"..################......",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
||||
#endif /* !COIN_PIXMAP_WIREFRAME_XPM */
|
||||
Reference in New Issue
Block a user