Changeset 924 for trunk/source/visualization/OpenInventor
- Timestamp:
- Feb 16, 2009, 4:31:26 PM (17 years ago)
- Location:
- trunk/source/visualization/OpenInventor
- Files:
-
- 4 edited
-
GNUmakefile (modified) (2 diffs)
-
History (modified) (2 diffs)
-
src/G4OpenInventorViewer.cc (modified) (2 diffs)
-
src/SoGL2PSAction.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/OpenInventor/GNUmakefile
r921 r924 1 # $Id: GNUmakefile,v 1. 8 2006/11/02 12:02:23 allisonExp $1 # $Id: GNUmakefile,v 1.9 2009/02/16 15:31:05 lgarnier Exp $ 2 2 3 3 name := G4OpenInventor … … 18 18 include $(G4INSTALL)/config/interactivity.gmk 19 19 20 ifdef G4VIS_BUILD_OPENGL_DRIVER21 20 CPPFLAGS += -I$(G4BASE)/visualization/externals/gl2ps/include 22 endif23 ifdef G4VIS_BUILD_OI_DRIVER24 CPPFLAGS += -I$(G4BASE)/visualization/externals/gl2ps/include25 endif26 27 21 CPPFLAGS += -I$(G4BASE)/visualization/management/include 28 22 CPPFLAGS += -I$(G4BASE)/visualization/modeling/include -
trunk/source/visualization/OpenInventor/History
r849 r924 1 $Id: History,v 1.9 6 2008/04/30 10:05:31 allisonExp $1 $Id: History,v 1.97 2009/02/16 15:31:05 lgarnier Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 20 20 History file for visualization/OpenInventor 21 21 ------------------------------------------- 22 23 16 February 2009, Laurent Garnier 24 - Modifications in GNUMakefile for gl2ps. 25 - SoGL2PSAction Modified. 26 - G4OpenInventorViewer.cc add a protection on file writing in gl2ps 22 27 23 28 30th April 2008 John Allison (openinventor-V09-01-01) -
trunk/source/visualization/OpenInventor/src/G4OpenInventorViewer.cc
r921 r924 24 24 // ******************************************************************** 25 25 // 26 // $Id: G4OpenInventorViewer.cc,v 1. 59 2007/04/03 13:35:48 allisonExp $27 // GEANT4 tag $Name: HEAD$26 // $Id: G4OpenInventorViewer.cc,v 1.60 2009/02/16 15:31:05 lgarnier Exp $ 27 // GEANT4 tag $Name: $ 28 28 29 29 #ifdef G4VIS_BUILD_OI_DRIVER … … 50 50 #include "G4Scene.hh" 51 51 #include "Geant4_SoPolyhedron.h" 52 #include "G4AttValue.hh"#include "G4AttDef.hh" 52 #include "G4AttValue.hh" 53 #include "G4AttDef.hh" 53 54 #include "G4AttCheck.hh" 54 55 #include "G4AttHolder.hh" -
trunk/source/visualization/OpenInventor/src/SoGL2PSAction.cc
r923 r924 33 33 /*--------------------------------------------------------------------------*/ 34 34 35 36 35 // this : 37 36 #include <HEPVis/actions/SoGL2PSAction.h> … … 60 59 :SoGLRenderAction(aViewPortRegion) 61 60 ,G4OpenGL2PSAction() 61 ,fFileName("out.ps") 62 ,fFile(0) 62 63 ////////////////////////////////////////////////////////////////////////////// 63 64 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// 64 65 { 65 setFileName("out.ps");66 66 SO_ACTION_CONSTRUCTOR(SoGL2PSAction); 67 67 } … … 72 72 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// 73 73 { 74 // FIXME Useful ?? 75 74 // Useful ?? L.Garnier 02/2009 76 75 #ifdef __COIN__ 77 76 #else //SGI
Note:
See TracChangeset
for help on using the changeset viewer.
