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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.