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

update ti head

Location:
trunk/source/visualization/OpenGL/include
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/include/CVS/Entries

    r1337 r1340  
    1414/G4OpenGLQtExportDialog.hh/1.7/Thu Sep 30 06:16:49 2010//
    1515/G4OpenGLQtMovieDialog.hh/1.4/Thu Sep 30 06:16:49 2010//
    16 /G4OpenGLQtViewer.hh/1.23/Thu Sep 30 06:16:49 2010//
    1716/G4OpenGLSceneHandler.hh/1.30/Thu Sep 30 06:16:49 2010//
    1817/G4OpenGLSceneHandler.icc/1.9/Thu Sep 30 06:16:49 2010//
    1918/G4OpenGLStoredQt.hh/1.2/Thu Sep 30 06:16:49 2010//
    2019/G4OpenGLStoredQtViewer.hh/1.10/Thu Sep 30 06:16:49 2010//
    21 /G4OpenGLStoredSceneHandler.hh/1.28/Thu Sep 30 06:16:49 2010//
    2220/G4OpenGLStoredViewer.hh/1.10/Thu Sep 30 06:16:49 2010//
    2321/G4OpenGLStoredWin32.hh/1.8/Thu Sep 30 06:16:49 2010//
     
    2826/G4OpenGLStoredXmViewer.hh/1.8/Thu Sep 30 06:16:50 2010//
    2927/G4OpenGLTransform3D.hh/1.8/Thu Sep 30 06:16:50 2010//
    30 /G4OpenGLViewer.hh/1.32/Thu Sep 30 06:16:50 2010//
    31 /G4OpenGLViewerMessenger.hh/1.7/Thu Sep 30 06:16:50 2010//
    3228/G4OpenGLWin32Viewer.hh/1.15/Thu Sep 30 06:16:50 2010//
    3329/G4OpenGLXViewer.hh/1.32/Thu Sep 30 06:16:50 2010//
     
    4844/G4OpenGLXmViewer.hh/1.11/Thu Sep 30 06:16:50 2010//
    4945/G4OpenGLXmViewerMessenger.hh/1.5/Thu Sep 30 06:16:50 2010//
     46/G4OpenGLViewer.hh/1.33/Tue Oct  5 15:45:19 2010//
     47/G4OpenGLQtViewer.hh/1.25/Fri Oct  8 10:07:31 2010//
     48/G4OpenGLStoredSceneHandler.hh/1.29/Fri Nov  5 10:16:52 2010//
     49/G4OpenGLViewerMessenger.hh/1.8/Fri Nov  5 10:16:52 2010//
    5050D
  • trunk/source/visualization/OpenGL/include/G4OpenGLQtViewer.hh

    r1333 r1340  
    2525//
    2626//
    27 // $Id: G4OpenGLQtViewer.hh,v 1.23 2010/06/04 15:27:47 lgarnier Exp $
     27// $Id: G4OpenGLQtViewer.hh,v 1.25 2010/10/08 10:07:31 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    231231  void actionDrawingLineSurfaceRemoval();
    232232  void actionSaveImage();
     233  void actionChangeBackgroundColor();
     234  void actionChangeTextColor();
     235  void actionChangeDefaultColor();
    233236  void actionMovieParameters();
    234237
     
    238241  void toggleRepresentation(bool);
    239242  void toggleProjection(bool);
    240   void toggleBackground(bool);
    241243  void toggleTransparency(bool);
    242244  void toggleAntialiasing(bool);
  • 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 
  • trunk/source/visualization/OpenGL/include/G4OpenGLViewer.hh

    r1332 r1340  
    2525//
    2626//
    27 // $Id: G4OpenGLViewer.hh,v 1.32 2009/05/14 16:38:23 lgarnier Exp $
     27// $Id: G4OpenGLViewer.hh,v 1.33 2010/10/05 15:45:19 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
  • trunk/source/visualization/OpenGL/include/G4OpenGLViewerMessenger.hh

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4OpenGLViewerMessenger.hh,v 1.7 2009/05/18 09:07:12 lgarnier Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4OpenGLViewerMessenger.hh,v 1.8 2010/11/05 06:25:23 allison Exp $
     28// GEANT4 tag $Name: $
    2929
    3030#ifndef G4OPENGLVIEWERMESSENGER_HH
     
    4141class G4UIcmdWithABool;
    4242class G4UIcmdWithAString;
     43class G4UIcmdWithAnInteger;
    4344
    4445class G4OpenGLViewerMessenger: public G4UImessenger {
     
    5758  G4UIdirectory* fpDirectorySet;
    5859  G4UIcommand* fpCommandDisplayHeadTime;
     60  G4UIcmdWithAnInteger* fpCommandDisplayListLimit;
    5961  G4UIcommand* fpCommandDisplayLightFront;
    6062  G4UIcommand* fpCommandEndTime;
Note: See TracChangeset for help on using the changeset viewer.