Files
geant4/source/analysis/g4tools/include/tools/sg/senums
T
2016-06-10 14:11:04 +02:00

34 lines
677 B
Plaintext

// Copyright (C) 2010, Guy Barrand. All rights reserved.
// See the file tools.license for terms.
#ifndef tools_sg_senums
#define tools_sg_senums
// string version of sg::enums.
#include "../S_STRING"
#include <string>
namespace tools {
namespace sg {
TOOLS_GLOBAL_STRING(gsto_mode)
// values :
TOOLS_GLOBAL_STRING(gsto_gl_vbo)
TOOLS_GLOBAL_STRING(gsto_gl_list)
TOOLS_GLOBAL_STRING(gsto_memory)
TOOLS_GLOBAL_STRING(camera_type)
// values :
TOOLS_GLOBAL_STRING(camera_ortho)
TOOLS_GLOBAL_STRING(camera_perspective)
//TOOLS_GLOBAL_STRING(layout_policy)
// values :
TOOLS_GLOBAL_STRING(layout_text_under_image)
TOOLS_GLOBAL_STRING(layout_text_at_left_of_image)
}}
#endif