Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/Geant4/tools/sg/senums is written in an unsupported language. File is not indexed.

0001 // Copyright (C) 2010, Guy Barrand. All rights reserved.
0002 // See the file tools.license for terms.
0003 
0004 #ifndef tools_sg_senums
0005 #define tools_sg_senums
0006 
0007 // string version of sg::enums.
0008 
0009 #include "../S_STRING"
0010 #include <string>
0011 
0012 namespace tools {
0013 namespace sg {
0014 
0015 TOOLS_GLOBAL_STRING(gsto_mode)
0016 // values :
0017 TOOLS_GLOBAL_STRING(gsto_gl_vbo)
0018 TOOLS_GLOBAL_STRING(gsto_gl_list)
0019 TOOLS_GLOBAL_STRING(gsto_memory)
0020 
0021 TOOLS_GLOBAL_STRING(camera_type)
0022 // values :
0023 TOOLS_GLOBAL_STRING(camera_ortho)
0024 TOOLS_GLOBAL_STRING(camera_perspective)
0025 
0026 //TOOLS_GLOBAL_STRING(layout_policy)
0027 // values :
0028 TOOLS_GLOBAL_STRING(layout_text_under_image)
0029 TOOLS_GLOBAL_STRING(layout_text_at_left_of_image)
0030 
0031 }}
0032 
0033 #endif