G4VisFeaturesOfOpenGL.hh File Reference

#include "globals.hh"

Go to the source code of this file.

Functions

G4String G4VisFeaturesOfOpenGLIX ()
G4String G4VisFeaturesOfOpenGLSX ()
G4String G4VisFeaturesOfOpenGLIXm ()
G4String G4VisFeaturesOfOpenGLSXm ()
G4String G4VisFeaturesOfOpenGLIWin32 ()
G4String G4VisFeaturesOfOpenGLSWin32 ()
G4String G4VisFeaturesOfOpenGLIQt ()
G4String G4VisFeaturesOfOpenGLSQt ()
G4String G4VisFeaturesOfOpenGLIWt ()


Function Documentation

G4String G4VisFeaturesOfOpenGLIQt (  ) 

Definition at line 93 of file G4VisFeaturesOfOpenGL.cc.

00093                                      {
00094   return
00095     "\n It runs everywhere";
00096 }

G4String G4VisFeaturesOfOpenGLIWin32 (  ) 

Definition at line 83 of file G4VisFeaturesOfOpenGL.cc.

00083                                         {
00084   return
00085     "\n It runs on WindowsNT ";
00086 }

G4String G4VisFeaturesOfOpenGLIWt (  ) 

Definition at line 103 of file G4VisFeaturesOfOpenGL.cc.

00103                                      {
00104   return
00105     "\n It runs everywhere";
00106 }

G4String G4VisFeaturesOfOpenGLIX (  ) 

Definition at line 33 of file G4VisFeaturesOfOpenGL.cc.

00033                                     {
00034   return
00035     "    Dumb single buffered X Window, No Graphics Database."
00036     "\n    Advantages:    does not gobble server memory."
00037     "\n                   good for drawing steps and hits."
00038     "\n    Disadvantages: needs G4 kernel for re-Draw."
00039     "\n                   cannot take advantage of graphics accelerators.";
00040 }

G4String G4VisFeaturesOfOpenGLIXm (  ) 

Definition at line 56 of file G4VisFeaturesOfOpenGL.cc.

00056                                      {
00057   return
00058     "    Smart single buffered X Window, No Graphics Database."
00059     "\n    Advantages:    resizeable, and has Motif-based view-control panel."
00060     "\n                   does not gobble server memory."
00061     "\n                   good for drawing steps and hits."
00062     "\n    Disadvantages: currently locks out GEANT4 commands, until \"exit\"."
00063     "\n                   needs G4 kernel for re-Draw."
00064     "\n                   cannot take advantage of graphics accelerators.";
00065 }

G4String G4VisFeaturesOfOpenGLSQt (  ) 

Definition at line 98 of file G4VisFeaturesOfOpenGL.cc.

00098                                      {
00099   return
00100     "\n It runs everywhere ";
00101 }

G4String G4VisFeaturesOfOpenGLSWin32 (  ) 

Definition at line 88 of file G4VisFeaturesOfOpenGL.cc.

00088                                         {
00089   return
00090     "\n It runs on WindowsNT ";
00091 }

G4String G4VisFeaturesOfOpenGLSX (  ) 

Definition at line 42 of file G4VisFeaturesOfOpenGL.cc.

00042                                     {
00043   return
00044     "    Dumb double buffered X Window with Graphics Database."
00045     "\n    Advantages:    uses display lists as graphics database."
00046     "\n                   fastest possible redraw, e.g., on simple change"
00047     "\n                     of viewpoint."
00048     "\n                   uses client-server model for remote viewing"
00049     "\n                     (but only if you have a full client-server"
00050     "\n                     implementation of OpenGL, i.e., not Mesa)."
00051     "\n    Disadvantages: not advised for viewing large numbers of steps"
00052     "\n                     and/or hits, because it gobbles memory for"
00053     " database.";
00054 }

G4String G4VisFeaturesOfOpenGLSXm (  ) 

Definition at line 67 of file G4VisFeaturesOfOpenGL.cc.

00067                                      {
00068   return
00069     "    Smart double buffered X Window with Graphics Database."
00070     "\n    Advantages:    resizeable, and has Motif-based view-control panel."
00071     "\n                   uses display lists as graphics database."
00072     "\n                   fastest possible redraw, e.g., on simple change"
00073     "\n                     of viewpoint."
00074     "\n                   uses client-server model for remote viewing"
00075     "\n                     (but only if you have a full client-server"
00076     "\n                     implementation of OpenGL, i.e., not Mesa)."
00077     "\n    Disadvantages: currently locks out GEANT4 commands, until \"exit\"."
00078     "\n                   not advised for viewing large numbers of steps"
00079     "\n                     and/or hits, because it gobbles memory for"
00080     " database.";
00081 }


Generated on Mon May 27 17:51:13 2013 for Geant4 by  doxygen 1.4.7