Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4VisFeaturesOfOpenInventor.hh File Reference
#include "globals.hh"
Include dependency graph for G4VisFeaturesOfOpenInventor.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

G4String G4VisFeaturesOfOpenInventor ()
 

Function Documentation

G4String G4VisFeaturesOfOpenInventor ( )

Definition at line 33 of file G4VisFeaturesOfOpenInventor.cc.

33  {
34  return
35  " Open Inventor Window/View/Scene."
36  "\n Advantages: Open Inventor feature set (interactivity, scene control)."
37  "\n Disadvantages: Requires Open Inventor license ($$), Hepvis library (Free).";
38 }