|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::Tikz_Plane, including all inherited members.
| add_legend_entry(const std::string &label, const Tikz_Style &style) | Aleph::Tikz_Plane | inline |
| append_option(std::string &opts, const std::string &opt) | Aleph::Tikz_Plane | inlineprivatestatic |
| axis_style_ | Aleph::Tikz_Plane | private |
| bbox_of(const Point &p) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const Polar_Point &pp) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const Segment &s) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const Triangle &t) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const Ellipse &e) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const RotatedEllipse &e) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const Text &t) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const Polygon &poly) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const Regular_Polygon &poly) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const Rectangle &r) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const LineEq &l) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const Tikz_Quadratic_Bezier &b) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const Tikz_Cubic_Bezier &b) | Aleph::Tikz_Plane | inlineprivatestatic |
| bbox_of(const Tikz_Polyline &pl) | Aleph::Tikz_Plane | inlineprivatestatic |
| clear() | Aleph::Tikz_Plane | inline |
| clear_legend() | Aleph::Tikz_Plane | inline |
| clear_tikz_styles() | Aleph::Tikz_Plane | inline |
| clip_padding_mm_ | Aleph::Tikz_Plane | private |
| collect_legend_entries() const | Aleph::Tikz_Plane | inlineprivate |
| compute_box() const | Aleph::Tikz_Plane | inlineprivate |
| compute_mapping(const Geom_Box &box, const bool squarize) const | Aleph::Tikz_Plane | inlineprivate |
| default_style_ | Aleph::Tikz_Plane | private |
| draw(std::ostream &output, const bool squarize=true) const | Aleph::Tikz_Plane | inline |
| draw_cartesian_axis(Out &output, const Geom_Box &box, const Mapping &map) const | Aleph::Tikz_Plane | inlineprivate |
| draw_coordinate_grid(Out &output, const Geom_Box &box, const Mapping &map) const | Aleph::Tikz_Plane | inlineprivate |
| draw_cubic_bezier(const Tikz_Cubic_Bezier &b, const Tikz_Style &style, Out &output, const Geom_Box &box, const Mapping &map) | Aleph::Tikz_Plane | inlineprivatestatic |
| draw_ellipse(const Ellipse &e, const Tikz_Style &style, Out &output, const Geom_Box &box, const Mapping &map) const | Aleph::Tikz_Plane | inlineprivate |
| draw_legend(Out &output) const | Aleph::Tikz_Plane | inlineprivate |
| draw_line_eq(const LineEq &l, const Tikz_Style &style, Out &output, const Geom_Box &box, const Mapping &map) const | Aleph::Tikz_Plane | inlineprivate |
| draw_object(const Styled_Object &entry, Out &output, const Geom_Box &box, const Mapping &map) const | Aleph::Tikz_Plane | inlineprivate |
| draw_options(const Tikz_Style &style, const bool allow_fill=false) | Aleph::Tikz_Plane | inlineprivatestatic |
| draw_point(const Point &p, const Tikz_Style &style, Out &output, const Geom_Box &box, const Mapping &map) const | Aleph::Tikz_Plane | inlineprivate |
| draw_polygon(const Polygon &poly, const Tikz_Style &style, Out &output, const Geom_Box &box, const Mapping &map) const | Aleph::Tikz_Plane | inlineprivate |
| draw_polyline(Out &output, const std::vector< Point > &vertices, const bool closed, const Tikz_Style &style, const Geom_Box &box, const Mapping &map) const | Aleph::Tikz_Plane | inlineprivate |
| draw_quadratic_bezier(const Tikz_Quadratic_Bezier &b, const Tikz_Style &style, Out &output, const Geom_Box &box, const Mapping &map) | Aleph::Tikz_Plane | inlineprivatestatic |
| draw_rectangle(const Rectangle &r, const Tikz_Style &style, Out &output, const Geom_Box &box, const Mapping &map) const | Aleph::Tikz_Plane | inlineprivate |
| draw_regular_polygon(const Regular_Polygon &poly, const Tikz_Style &style, Out &output, const Geom_Box &box, const Mapping &map) const | Aleph::Tikz_Plane | inlineprivate |
| draw_rotated_ellipse(const RotatedEllipse &e, const Tikz_Style &style, Out &output, const Geom_Box &box, const Mapping &map) | Aleph::Tikz_Plane | inlineprivatestatic |
| draw_segment(const Segment &s, const Tikz_Style &style, Out &output, const Geom_Box &box, const Mapping &map) const | Aleph::Tikz_Plane | inlineprivate |
| draw_text(const Text &t, const Tikz_Style &style, Out &output, const Geom_Box &box, const Mapping &map) | Aleph::Tikz_Plane | inlineprivatestatic |
| draw_tikzset_styles(Out &output) const | Aleph::Tikz_Plane | inlineprivate |
| draw_triangle(const Triangle &t, const Tikz_Style &style, Out &output, const Geom_Box &box, const Mapping &map) const | Aleph::Tikz_Plane | inlineprivate |
| effective_clip_padding_mm() const | Aleph::Tikz_Plane | inlineprivate |
| enable_auto_legend(const bool enabled=true) | Aleph::Tikz_Plane | inline |
| enable_native_tikz_layers(const bool enabled=true) | Aleph::Tikz_Plane | inline |
| escape_latex(const std::string &text) | Aleph::Tikz_Plane | inlineprivatestatic |
| fmt_double(const double v) | Aleph::Tikz_Plane | inlineprivatestatic |
| get_axis_style() const | Aleph::Tikz_Plane | inline |
| get_clip_padding_mm() const | Aleph::Tikz_Plane | inline |
| get_default_style() const | Aleph::Tikz_Plane | inline |
| get_grid_style() const | Aleph::Tikz_Plane | inline |
| get_height() const | Aleph::Tikz_Plane | inline |
| get_point_radius_mm() const | Aleph::Tikz_Plane | inline |
| get_wide() const | Aleph::Tikz_Plane | inline |
| get_xoffset() const | Aleph::Tikz_Plane | inline |
| get_yoffset() const | Aleph::Tikz_Plane | inline |
| grid_step_x_ | Aleph::Tikz_Plane | private |
| grid_step_y_ | Aleph::Tikz_Plane | private |
| grid_style_ | Aleph::Tikz_Plane | private |
| height_ | Aleph::Tikz_Plane | private |
| Layer_Background | Aleph::Tikz_Plane | static |
| Layer_Default | Aleph::Tikz_Plane | static |
| Layer_Foreground | Aleph::Tikz_Plane | static |
| layer_name(const int layer) | Aleph::Tikz_Plane | inlineprivatestatic |
| Layer_Overlay | Aleph::Tikz_Plane | static |
| legend_entries_ | Aleph::Tikz_Plane | private |
| legend_entry_step_mm_ | Aleph::Tikz_Plane | private |
| legend_x_mm_ | Aleph::Tikz_Plane | private |
| legend_y_mm_ | Aleph::Tikz_Plane | private |
| make_box(const Geom_Number &xmin, const Geom_Number &xmax, const Geom_Number &ymin, const Geom_Number &ymax) | Aleph::Tikz_Plane | inlineprivatestatic |
| map_point(const Point &p, const Geom_Box &box, const Mapping &map) | Aleph::Tikz_Plane | inlineprivatestatic |
| map_x(const Geom_Number &x, const Geom_Box &box, const Mapping &map) | Aleph::Tikz_Plane | inlineprivatestatic |
| map_x_length(const Geom_Number &dx, const Mapping &map) | Aleph::Tikz_Plane | inlineprivatestatic |
| map_y(const Geom_Number &y, const Geom_Box &box, const Mapping &map) | Aleph::Tikz_Plane | inlineprivatestatic |
| map_y_length(const Geom_Number &dy, const Mapping &map) | Aleph::Tikz_Plane | inlineprivatestatic |
| merge_box(Geom_Box &dst, const Geom_Box &src) | Aleph::Tikz_Plane | inlineprivatestatic |
| next_order_ | Aleph::Tikz_Plane | private |
| Object typedef | Aleph::Tikz_Plane | |
| objects_ | Aleph::Tikz_Plane | private |
| point_options(const Tikz_Style &style) | Aleph::Tikz_Plane | inlineprivatestatic |
| point_radius_mm_ | Aleph::Tikz_Plane | private |
| put(const Object &obj) | Aleph::Tikz_Plane | inline |
| put(const Object &obj, const Tikz_Style &style, const int layer) | Aleph::Tikz_Plane | inline |
| put_cartesian_axis() | Aleph::Tikz_Plane | inline |
| put_coordinate_grid(const double step_x=1.0, const double step_y=1.0, const bool draw_ticks=true) | Aleph::Tikz_Plane | inline |
| register_tikz_style(const std::string &name, const Tikz_Style &style) | Aleph::Tikz_Plane | inline |
| remove_cartesian_axis() | Aleph::Tikz_Plane | inline |
| remove_coordinate_grid() | Aleph::Tikz_Plane | inline |
| rotated_x_extent(const RotatedEllipse &e) | Aleph::Tikz_Plane | inlineprivatestatic |
| rotated_y_extent(const RotatedEllipse &e) | Aleph::Tikz_Plane | inlineprivatestatic |
| set_axis_style(const Tikz_Style &style) | Aleph::Tikz_Plane | inline |
| set_clip_padding_mm(const double &padding_mm) | Aleph::Tikz_Plane | inline |
| set_default_style(const Tikz_Style &style) | Aleph::Tikz_Plane | inline |
| set_grid_style(const Tikz_Style &style) | Aleph::Tikz_Plane | inline |
| set_point_radius_mm(const double &radius_mm) | Aleph::Tikz_Plane | inline |
| size() const | Aleph::Tikz_Plane | inline |
| text_options(const Tikz_Style &style) | Aleph::Tikz_Plane | inlineprivatestatic |
| tick_size_mm_ | Aleph::Tikz_Plane | private |
| Tikz_Plane(const double &wide, const double &height, const double &xoffset=0.0, const double &yoffset=0.0) | Aleph::Tikz_Plane | inline |
| tikz_style_defs_ | Aleph::Tikz_Plane | private |
| wide_ | Aleph::Tikz_Plane | private |
| with_auto_legend_ | Aleph::Tikz_Plane | private |
| with_cartesian_axis_ | Aleph::Tikz_Plane | private |
| with_coordinate_grid_ | Aleph::Tikz_Plane | private |
| with_grid_ticks_ | Aleph::Tikz_Plane | private |
| with_native_layers_ | Aleph::Tikz_Plane | private |
| xoffset_ | Aleph::Tikz_Plane | private |
| yoffset_ | Aleph::Tikz_Plane | private |