|
| enum | cursor_shape { cursor_default = 0,
cursor_target
} |
| |
| enum | line_pattern { line_solid = 0xffff,
line_dashed = 0x00ff,
line_dotted = 0x1111,
line_dash_dotted = 0x1c47
} |
| |
| enum | marker_style {
marker_dot = 0,
marker_plus = 1,
marker_asterisk,
marker_cross,
marker_star,
marker_circle_line,
marker_circle_filled,
marker_triangle_up_line,
marker_triangle_up_filled,
marker_triangle_down_line,
marker_triangle_down_filled,
marker_david_star_line,
marker_david_star_filled,
marker_swiss_cross_line,
marker_swiss_cross_filled,
marker_diamond_line,
marker_diamond_filled,
marker_square_line,
marker_square_filled,
marker_penta_star_line,
marker_penta_star_filled,
marker_minus
} |
| |
| enum | area_style { area_solid = 0,
area_hatched,
area_checker,
area_edged
} |
| |
| enum | projection_type {
projection_none,
projection_rz,
projection_phiz,
projection_zr,
projection_zphi
} |
| |
| enum | painting_policy {
painting_uniform,
painting_by_value,
painting_by_level,
painting_grey_scale,
painting_violet_to_red,
painting_grey_scale_inverse
} |
| |
| enum | hatching_policy { hatching_none,
hatching_right,
hatching_left,
hatching_left_and_right
} |
| |
| enum | hjust { left = 0,
center = 1,
right = 2
} |
| |
| enum | vjust { bottom = 0,
middle = 1,
top = 2
} |
| |
| enum | font_type { latin,
greek,
special
} |
| |
| enum | font_modeling { font_outline,
font_filled,
font_pixmap
} |
| |
| enum | arrow_type { arrow_up,
arrow_down,
arrow_left,
arrow_right
} |
| |
| enum | winding_type { winding_ccw,
winding_cw
} |
| |
| enum | move_type {
move_rotate_right,
move_rotate_left,
move_rotate_up,
move_rotate_down,
move_roll_plus,
move_roll_minus,
move_translate_right,
move_translate_left,
move_up,
move_down,
move_forward,
move_backward,
move_zoom_in,
move_zoom_out,
move_rotate_around_focal_right,
move_rotate_around_focal_left,
move_rotate_around_focal_up,
move_rotate_around_focal_down,
move_roll_around_focal_plus,
move_roll_around_focal_minus,
move_zoom_in_out,
move_zoom_in_out_rot,
move_curve
} |
| |
| enum | anim_what { anim_left,
anim_right,
anim_up,
anim_down
} |
| |
| enum | anim_mode {
anim_mode_0,
anim_mode_1,
anim_mode_2,
anim_mode_3,
anim_mode_4
} |
| |
| enum | key_move { key_left,
key_right,
key_up,
key_down
} |
| |
| enum | number_type {
number_uint,
number_int,
number_real,
number_ip,
number_radec
} |
| |
| enum | camera_type { camera_ortho,
camera_perspective
} |
| |
| enum | gsto_mode { gsto_memory = 0,
gsto_gl_vbo = 1,
gsto_gl_list = 2
} |
| |
| enum | layout_policy { layout_text_under_image = 0,
layout_text_at_left_of_image = 1
} |
| |
| enum | auto_lut_policy { auto_lut_none = 0,
auto_lut_min_max = 1,
auto_lut_mean_rms = 2
} |
| |
| enum | draw_type { draw_points = 0,
draw_lines,
draw_filled
} |
| |
| enum | shade_type { shade_flat = 0,
shade_smooth
} |
| |
| enum | solid_operation { solid_none,
solid_union,
solid_intersection,
solid_subtraction
} |
| |
|
| template<class FROM , class TO > |
| TO * | event_cast (FROM &a_o) |
| |
| template<class FROM , class TO > |
| const TO * | event_cast (const FROM &a_o) |
| |
| bool | get_event_xy (const sg::event &a_event, int &a_x, int &a_y) |
| |
| void | gl_clear_errors () |
| |
| bool | gl_dump_if_errors (std::ostream &a_out, const std::string &a_head) |
| |
| void | gl_dump_infos (std::ostream &a_out) |
| |
| bool | gl_tex_img (std::ostream &a_out, const tools::img_byte &a_img) |
| |
| bool | s2format (const std::string &a_format, int &a_gl2ps_format) |
| |
| template<class T > |
| holder< T > * | cast_holder (node &a_node) |
| |
| template<class T > |
| const holder< T > * | cast_holder (const node &a_node) |
| |
| template<class T > |
| const T * | cast_holder_object (const node &a_node) |
| |
| template<class T > |
| T * | cast_holder_object (node &a_node) |
| |
| template<class T > |
| void | remove_holders (std::vector< node * > &a_vec) |
| |
| template<class T > |
| void | remove_holders (std::vector< node * > &a_vec, const std::string &a_name) |
| |
| template<class T > |
| T * | find_holder (std::vector< node * > &a_vec, const std::string &a_name) |
| |
| template<class T > |
| T * | find_first_holder (std::vector< node * > &a_vec) |
| |
| key_code | key_shift () |
| |
| std::ostream & | operator<< (std::ostream &a_out, const std::vector< std::string > &) |
| |
| bool | set_from_vec (std::vector< std::string > &, const std::vector< std::string > &) |
| |
| const std::string * | get_data (const std::vector< std::string > &a_v) |
| |
| void | nodekit_pick (pick_action &a_action, node &a_sg, node *a_node) |
| |
| ortho * | cast_ortho (base_camera &a_bcam) |
| |
| perspective * | cast_perspective (base_camera &a_bcam) |
| |
| const std::string & | s_tools_sg_fit2plot () |
| |
| void | style_from_res (const xml::styles &a_styles, const std::string &a_path, axis &a_axis, bool a_verbose) |
| |
| void | style_from_res (const xml::styles &a_styles, const std::string &a_path, plotter &a_plotter, bool a_verbose) |
| |
| const hjust_rec * | hjust_recs (unsigned int &a_num) |
| |
| bool | shjust (const std::string &a_s, hjust &a_v) |
| |
| const char * | shjust (hjust a_v) |
| |
| const vjust_rec * | vjust_recs (unsigned int &a_num) |
| |
| bool | svjust (const std::string &a_s, vjust &a_v) |
| |
| const char * | svjust (vjust a_v) |
| |
| const marker_style_rec * | marker_style_recs (unsigned int &a_num) |
| |
| bool | smarker_style (const std::string &a_s, marker_style &a_v) |
| |
| const char * | smarker_style (marker_style a_v) |
| |
| void | smarker_styles (std::vector< std::string > &a_v) |
| |
| const area_style_rec * | area_style_recsList (unsigned int &a_num) |
| |
| bool | sarea_style (const std::string &a_s, area_style &a_v) |
| |
| const char * | sarea_style (area_style a_v) |
| |
| const painting_policy_rec * | painting_policy_recsList (unsigned int &a_num) |
| |
| void | spainting_policies (std::vector< std::string > &a_v) |
| |
| bool | spainting_policy (const std::string &a_s, painting_policy &a_v) |
| |
| const char * | spainting_policy (painting_policy a_v) |
| |
| const hatching_policy_rec * | hatching_policy_recsList (unsigned int &a_num) |
| |
| bool | shatching_policy (const std::string &a_s, hatching_policy &a_v) |
| |
| const char * | shatching_policy (hatching_policy a_v) |
| |
| const projection_type_rec * | projection_type_recsList (unsigned int &a_num) |
| |
| bool | sprojection_type (const std::string &a_s, projection_type &a_v) |
| |
| const char * | sprojection_type (projection_type a_v) |
| |
| bool | sline_pattern (const std::string &a_s, lpat &aPattern) |
| |
| bool | smove_type (const std::string &a_s, move_type &a_move) |
| |
| void | set_plotter_camera (float a_XSIZ, float a_YSIZ, float a_ZSIZ, plotter &a_plotter, ortho &a_camera, unsigned int a_ww, unsigned int a_wh) |
| |
| void | set_plotter_camera (plotter &a_plotter, ortho &a_camera, unsigned int a_ww, unsigned int a_wh) |
| |
| const std::string & | tick_modeling_none () |
| |
| const std::string & | tick_modeling_hippo () |
| |
| const std::string & | tick_modeling_hplot () |
| |
| const std::string & | infos_modeling_ROOT () |
| |
| const std::string & | encoding_none () |
| |
| const std::string & | encoding_PAW () |
| |
| const std::string & | s_font_outline () |
| |
| const std::string & | s_font_filled () |
| |
| const std::string & | s_font_pixmap () |
| |
| const std::string & | s_anim_mode_0 () |
| |
| const std::string & | s_anim_mode_1 () |
| |
| const std::string & | s_anim_mode_2 () |
| |
| const std::string & | s_anim_mode_3 () |
| |
| const std::string & | s_anim_mode_4 () |
| |
| const std::string & | modeling_boxes () |
| |
| const std::string & | modeling_wire_boxes () |
| |
| const std::string & | modeling_lines () |
| |
| const std::string & | modeling_segments () |
| |
| const std::string & | modeling_points () |
| |
| const std::string & | modeling_top_lines () |
| |
| const std::string & | modeling_top_lines_boxes () |
| |
| const std::string & | modeling_texts () |
| |
| const std::string & | modeling_curve () |
| |
| const std::string & | modeling_filled_curve () |
| |
| const std::string & | modeling_bar_chart () |
| |
| const std::string & | modeling_solid () |
| |
| const std::string & | modeling_wire_frame () |
| |
| const std::string & | modeling_reduced_wire_frame () |
| |
| const std::string & | modeling_polygon () |
| |
| const std::string & | modeling_none () |
| |
| const std::string & | modeling_I () |
| |
| const std::string & | modeling_plus () |
| |
| const std::string & | modeling_markers () |
| |
| const std::string & | modeling_arrow () |
| | EsbRootView : /////////////////////////////////////////////. More...
|
| |
| const std::string & | modeling_cube () |
| |
| const std::string & | modeling_cone () |
| |
| const std::string & | modeling_cone_detector () |
| |
| const std::string & | modeling_detector () |
| |
| const std::string & | modeling_firework () |
| |
| const std::string & | light_model_base_color () |
| |
| const std::string & | light_model_phong () |
| |
| const std::string & | font_hershey () |
| |
| | TOOLS_FONT_TTF (roboto_bold) TOOLS_FONT_TTF(lato_regular) TOOLS_FONT_TTF(lato_bold) inline const std |
| |
| const std::string & | font_STIX2Text_Regular_otf () |
| |
| const std::string & | font_ROOT_12 () |
| |
| const std::string & | font_ROOT_22 () |
| |
| const std::string & | font_ROOT_32 () |
| |
| const std::string & | font_ROOT_42 () |
| |
| const std::string & | font_ROOT_52 () |
| |
| const std::string & | font_ROOT_62 () |
| |
| const std::string & | font_ROOT_72 () |
| |
| const std::string & | font_ROOT_82 () |
| |
| const std::string & | font_ROOT_92 () |
| |
| const std::string & | font_ROOT_102 () |
| |
| const std::string & | font_ROOT_112 () |
| |
| const std::string & | font_ROOT_122 () |
| |
| const std::string & | font_ROOT_132 () |
| |
| const std::string & | font_ROOT_142 () |
| |
| bool | to_ulong (const std::string &a_s, unsigned long &a_v) |
| |
| bool | find_color (const cmaps_t &a_cmaps, const std::string &a_s, colorf &a_col) |
| |
| void | add_string (separator &a_sep, const std::string &a_font, font_modeling &a_font_modeling, const std::string &a_encoding, bool, const std::string &a_string, float a_x, float a_y, float a_z, const vec3f &a_X, const vec3f &a_Y, float a_size, hjust a_hjust, vjust a_vjust, const base_freetype &a_ttf) |
| |
| matrix * | add_string_opt (separator &a_sep, const std::string &a_font, font_modeling a_font_modeling, const std::string &a_encoding, bool, const std::string &a_string, float a_x, float a_y, float a_z, mat4f &a_scale_rot, hjust a_hjust, vjust a_vjust, const base_freetype &a_ttf) |
| |
| viewer * | cast_viewer (const std::string &a_s) |
| |