Ignore:
Timestamp:
Feb 16, 2009, 4:31:26 PM (16 years ago)
Author:
garnier
Message:

add gl2ps library and changes to include it. See History file

Location:
trunk/source/visualization/OpenInventor/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenInventor/src/G4OpenInventorViewer.cc

    r921 r924  
    2424// ********************************************************************
    2525//
    26 // $Id: G4OpenInventorViewer.cc,v 1.59 2007/04/03 13:35:48 allison Exp $
    27 // GEANT4 tag $Name: HEAD $
     26// $Id: G4OpenInventorViewer.cc,v 1.60 2009/02/16 15:31:05 lgarnier Exp $
     27// GEANT4 tag $Name: $
    2828
    2929#ifdef G4VIS_BUILD_OI_DRIVER
     
    5050#include "G4Scene.hh"
    5151#include "Geant4_SoPolyhedron.h"
    52 #include "G4AttValue.hh"#include "G4AttDef.hh"
     52#include "G4AttValue.hh"
     53#include "G4AttDef.hh"
    5354#include "G4AttCheck.hh"
    5455#include "G4AttHolder.hh"
  • trunk/source/visualization/OpenInventor/src/SoGL2PSAction.cc

    r923 r924  
    3333/*--------------------------------------------------------------------------*/
    3434
    35 
    3635// this :
    3736#include <HEPVis/actions/SoGL2PSAction.h>
     
    6059:SoGLRenderAction(aViewPortRegion)
    6160,G4OpenGL2PSAction()
     61,fFileName("out.ps")
     62,fFile(0)
    6263//////////////////////////////////////////////////////////////////////////////
    6364//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
    6465{
    65   setFileName("out.ps");
    6666  SO_ACTION_CONSTRUCTOR(SoGL2PSAction);
    6767}
     
    7272//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
    7373{
    74   // FIXME Useful ??
    75 
     74  // Useful ?? L.Garnier 02/2009
    7675#ifdef __COIN__
    7776#else //SGI
Note: See TracChangeset for help on using the changeset viewer.