|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <gtest/gtest.h>#include <cctype>#include <sstream>#include <string>#include <tikzgeom.H>Go to the source code of this file.
Functions | |
| TEST (TikzPlaneTest, ConstructionAndAccessors) | |
| TEST (TikzPlaneTest, DrawEmptyPlane) | |
| TEST (TikzPlaneTest, SinglePointDoesNotCrash) | |
| TEST (TikzPlaneTest, DegenerateRangesVerticalAndHorizontalSegments) | |
| TEST (TikzPlaneTest, SupportsCoreGeometryObjects) | |
| TEST (TikzPlaneTest, SupportsPolarPointAndRotatedEllipse) | |
| TEST (TikzPlaneTest, OptionalCartesianAxis) | |
| TEST (TikzPlaneTest, SupportsRectangleAndLineEq) | |
| TEST (TikzPlaneTest, EscapesLatexText) | |
| TEST (TikzPlaneTest, ConfigurableClipPadding) | |
| TEST (TikzPlaneTest, SupportsBezierHelpers) | |
| TEST (TikzPlaneTest, SupportsNativeBezierRendering) | |
| TEST (TikzPlaneTest, SupportsTextPlacementAndAnchor) | |
| TEST (TikzPlaneTest, SupportsPatternFillStyle) | |
| TEST (TikzPlaneTest, SupportsGridTicksLegendLayersAndTikzset) | |
| TEST | ( | TikzPlaneTest | , |
| ConfigurableClipPadding | |||
| ) |
Definition at line 181 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), output, and Aleph::Tikz_Plane::set_clip_padding_mm().
| TEST | ( | TikzPlaneTest | , |
| ConstructionAndAccessors | |||
| ) |
Definition at line 25 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::get_height(), Aleph::Tikz_Plane::get_wide(), Aleph::Tikz_Plane::get_xoffset(), Aleph::Tikz_Plane::get_yoffset(), and Aleph::Tikz_Plane::size().
| TEST | ( | TikzPlaneTest | , |
| DegenerateRangesVerticalAndHorizontalSegments | |||
| ) |
Definition at line 64 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), output, and Aleph::put_in_plane().
| TEST | ( | TikzPlaneTest | , |
| DrawEmptyPlane | |||
| ) |
Definition at line 36 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), and output.
| TEST | ( | TikzPlaneTest | , |
| EscapesLatexText | |||
| ) |
Definition at line 169 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), output, and Aleph::put_in_plane().
| TEST | ( | TikzPlaneTest | , |
| OptionalCartesianAxis | |||
| ) |
Definition at line 139 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), output, Aleph::Tikz_Plane::put_cartesian_axis(), and Aleph::put_in_plane().
| TEST | ( | TikzPlaneTest | , |
| SinglePointDoesNotCrash | |||
| ) |
Definition at line 51 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), output, and Aleph::put_in_plane().
| TEST | ( | TikzPlaneTest | , |
| SupportsBezierHelpers | |||
| ) |
Definition at line 194 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), output, Aleph::put_cubic_bezier_in_plane(), and Aleph::put_quadratic_bezier_in_plane().
| TEST | ( | TikzPlaneTest | , |
| SupportsCoreGeometryObjects | |||
| ) |
Definition at line 89 of file tikzgeom_test.cc.
References Aleph::Polygon::add_vertex(), Aleph::Polygon::close(), Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), output, and Aleph::put_in_plane().
| TEST | ( | TikzPlaneTest | , |
| SupportsGridTicksLegendLayersAndTikzset | |||
| ) |
Definition at line 263 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), Aleph::Tikz_Plane::enable_auto_legend(), Aleph::Tikz_Plane::enable_native_tikz_layers(), Aleph::Tikz_Plane::Layer_Background, Aleph::Tikz_Plane::Layer_Foreground, Aleph::make_tikz_draw_style(), output, Aleph::Tikz_Plane::put_cartesian_axis(), Aleph::Tikz_Plane::put_coordinate_grid(), Aleph::put_in_plane(), Aleph::Tikz_Plane::register_tikz_style(), and Aleph::Tikz_Style::tikz_style_name.
| TEST | ( | TikzPlaneTest | , |
| SupportsNativeBezierRendering | |||
| ) |
Definition at line 208 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), output, Aleph::put_cubic_bezier_native_in_plane(), and Aleph::put_quadratic_bezier_native_in_plane().
| TEST | ( | TikzPlaneTest | , |
| SupportsPatternFillStyle | |||
| ) |
Definition at line 241 of file tikzgeom_test.cc.
References Aleph::Polygon::add_vertex(), Aleph::Polygon::close(), Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), Aleph::make_tikz_fill_style(), output, Aleph::Tikz_Style::pattern, Aleph::Tikz_Style::pattern_color, and Aleph::put_in_plane().
| TEST | ( | TikzPlaneTest | , |
| SupportsPolarPointAndRotatedEllipse | |||
| ) |
Definition at line 120 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), output, and Aleph::put_in_plane().
| TEST | ( | TikzPlaneTest | , |
| SupportsRectangleAndLineEq | |||
| ) |
Definition at line 154 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), output, and Aleph::put_in_plane().
| TEST | ( | TikzPlaneTest | , |
| SupportsTextPlacementAndAnchor | |||
| ) |
Definition at line 225 of file tikzgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Tikz_Plane::draw(), Aleph::make_tikz_draw_style(), output, Aleph::put_in_plane(), Aleph::Tikz_Style::text_anchor, and Aleph::Tikz_Style::text_placement.