Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/include/G4OpenGLStoredSceneHandler.hh

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4OpenGLStoredSceneHandler.hh,v 1.28 2009/02/04 16:48:40 lgarnier Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4OpenGLStoredSceneHandler.hh,v 1.29 2010/11/05 06:25:23 allison Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030//
     
    6969  void ClearTransientStore ();
    7070
     71  static G4int GetDisplayListLimit() {return fDisplayListLimit;}
     72  static void SetDisplayListLimit(G4int lim) {fDisplayListLimit = lim;}
     73
    7174protected:
    7275
     
    7780  static G4int     fSceneIdCount;   // static counter for OpenGLStored scenes.
    7881  G4int            fDisplayListId;  // Workspace.
    79   G4bool  fMemoryForDisplayLists;   // avoid memory overflow
     82  G4bool fMemoryForDisplayLists;    // avoid memory overflow
     83  static G4int fDisplayListLimit;   // avoid memory overflow
     84  static G4int fDisplayListBase;    // avoid memory overflow
    8085  G4int fAddPrimitivePreambleNestingDepth;
    8186 
Note: See TracChangeset for help on using the changeset viewer.