|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Comprehensive test suite for eepicgeom.H - EEPIC LaTeX drawing utilities. More...
Go to the source code of this file.
Classes | |
| class | EepicPlaneTest |
| class | EepicPlaneWithObjectsTest |
| class | ExtremePointsTest |
| class | SegmentVariantsTest |
| class | ArrowEdgeCaseTest |
| class | PolygonVariantsTest |
| class | EllipseVariantsTest |
| class | TextVariantsTest |
| class | RegularPolygonTest |
| class | EepicOutputFormatTest |
| class | SquarizeModeTest |
| class | CartesianAxisTest |
| class | CoordinateTransformTest |
| class | ThickVariantsTest |
| class | ThickPolygonVariantsTest |
| class | EdgeCaseTest |
Functions | |
| bool | approx_equal (double a, double b, double tol=EPSILON) |
| TEST_F (EepicPlaneTest, DefaultConstruction) | |
| TEST_F (EepicPlaneTest, ConstructionWithOffset) | |
| TEST_F (EepicPlaneTest, ResolutionSettings) | |
| TEST_F (EepicPlaneTest, ShadeThicknessSettings) | |
| TEST_F (EepicPlaneTest, ZoomPositiveFactor) | |
| TEST_F (EepicPlaneTest, ZoomFractionalFactor) | |
| TEST_F (EepicPlaneTest, ZoomInvalidFactor) | |
| TEST_F (EepicPlaneWithObjectsTest, AddSinglePoint) | |
| TEST_F (EepicPlaneWithObjectsTest, AddTwoPoints) | |
| TEST_F (EepicPlaneWithObjectsTest, AddSegment) | |
| TEST_F (EepicPlaneWithObjectsTest, AddArrow) | |
| TEST_F (EepicPlaneWithObjectsTest, AddEllipse) | |
| TEST_F (EepicPlaneWithObjectsTest, AddPolygon) | |
| TEST_F (EepicPlaneWithObjectsTest, AddTriangle) | |
| TEST_F (EepicPlaneWithObjectsTest, AddText) | |
| TEST_F (EepicPlaneWithObjectsTest, MultipleObjects) | |
| TEST_F (ExtremePointsTest, SinglePointExtremes) | |
| TEST_F (ExtremePointsTest, SegmentExtremes) | |
| TEST_F (ExtremePointsTest, MultipleObjectsExtremes) | |
| TEST_F (SegmentVariantsTest, ThickSegment) | |
| TEST_F (SegmentVariantsTest, DottedSegment) | |
| TEST_F (SegmentVariantsTest, DashSegment) | |
| TEST_F (SegmentVariantsTest, DottedArrow) | |
| TEST_F (SegmentVariantsTest, DashArrow) | |
| TEST_F (ArrowEdgeCaseTest, DiagonalArrow) | |
| TEST_F (ArrowEdgeCaseTest, HorizontalArrow) | |
| TEST_F (ArrowEdgeCaseTest, NearHorizontalArrow) | |
| TEST_F (ArrowEdgeCaseTest, VerticalArrow) | |
| TEST_F (ArrowEdgeCaseTest, NearVerticalArrow) | |
| TEST_F (PolygonVariantsTest, ShadePolygon) | |
| TEST_F (PolygonVariantsTest, DottedPolygon) | |
| TEST_F (PolygonVariantsTest, DashPolygon) | |
| TEST_F (PolygonVariantsTest, PolygonWithPoints) | |
| TEST_F (PolygonVariantsTest, Spline) | |
| TEST_F (PolygonVariantsTest, SplineArrow) | |
| TEST_F (EllipseVariantsTest, NormalEllipse) | |
| TEST_F (EllipseVariantsTest, ThickEllipse) | |
| TEST_F (EllipseVariantsTest, ShadeEllipse) | |
| TEST_F (EllipseVariantsTest, CircularEllipse) | |
| TEST_F (TextVariantsTest, LeftText) | |
| TEST_F (TextVariantsTest, RightText) | |
| TEST_F (TextVariantsTest, CenterText) | |
| TEST_F (TextVariantsTest, TextWithSpecialCharacters) | |
| TEST_F (RegularPolygonTest, RegularTriangle) | |
| TEST_F (RegularPolygonTest, RegularSquare) | |
| TEST_F (RegularPolygonTest, RegularHexagon) | |
| TEST_F (EepicOutputFormatTest, UnitLengthSetting) | |
| TEST_F (EepicOutputFormatTest, FillTypeSetting) | |
| TEST_F (EepicOutputFormatTest, PictureEnvironment) | |
| TEST_F (EepicOutputFormatTest, ThinLinesReset) | |
| TEST_F (EepicOutputFormatTest, ExtremePointsComments) | |
| TEST_F (SquarizeModeTest, DrawWithSquarize) | |
| TEST_F (SquarizeModeTest, DrawWithoutSquarize) | |
| TEST_F (CartesianAxisTest, WithCartesianAxis) | |
| TEST_F (CoordinateTransformTest, PointString) | |
| TEST_F (CoordinateTransformTest, HGeomNumberToEepic) | |
| TEST_F (CoordinateTransformTest, VGeomNumberToEepic) | |
| TEST (EepicPolymorphismTest, PointInPlane) | |
| TEST (EepicPolymorphismTest, SegmentInPlane) | |
| TEST (EepicPolymorphismTest, EllipseInPlane) | |
| TEST_F (ThickVariantsTest, ThickDashSegment) | |
| TEST_F (ThickVariantsTest, ThickArrow) | |
| TEST_F (ThickVariantsTest, ThickDashArrow) | |
| TEST_F (ThickPolygonVariantsTest, ThickSpline) | |
| TEST_F (ThickPolygonVariantsTest, ThickDashSpline) | |
| TEST_F (ThickPolygonVariantsTest, ThickShadePolygon) | |
| TEST_F (EdgeCaseTest, VerySmallCoordinates) | |
| TEST_F (EdgeCaseTest, VeryLargeCoordinates) | |
| TEST_F (EdgeCaseTest, NegativeCoordinates) | |
| TEST_F (EdgeCaseTest, ZeroLengthSegment) | |
| TEST_F (EdgeCaseTest, SingleVertexPolygon) | |
| TEST_F (EdgeCaseTest, TwoVertexPolygon) | |
| TEST (MemoryTest, PlaneDestruction) | |
| TEST (MemoryTest, MultipleDrawCalls) | |
| TEST (MemoryTest, MultipleDrawCallsWithSegment) | |
| TEST (IntegrationTest, ComplexDiagram) | |
| TEST (IntegrationTest, GraphStyleDiagram) | |
| int | main (int argc, char **argv) |
Variables | |
| bool | tiny_keys = false |
| Global flag to enable tiny font size for keys/labels. | |
| constexpr double | EPSILON = 1e-6 |
Comprehensive test suite for eepicgeom.H - EEPIC LaTeX drawing utilities.
Tests cover:
Definition in file eepicgeom_test.cc.
| bool approx_equal | ( | double | a, |
| double | b, | ||
| double | tol = EPSILON |
||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 1471 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp().
| TEST | ( | EepicPolymorphismTest | , |
| EllipseInPlane | |||
| ) |
Definition at line 1092 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Eepic_Plane::draw(), Aleph::Point::get_x(), Aleph::Point::get_y(), Eepic_Plane::highest(), Eepic_Plane::leftmost(), Eepic_Plane::lowest(), output, Aleph::put_in_plane(), and Eepic_Plane::rightmost().
| TEST | ( | EepicPolymorphismTest | , |
| PointInPlane | |||
| ) |
Definition at line 1060 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Eepic_Plane::draw(), Eepic_Plane::highest(), Eepic_Plane::leftmost(), Eepic_Plane::lowest(), output, Aleph::put_in_plane(), and Eepic_Plane::rightmost().
| TEST | ( | EepicPolymorphismTest | , |
| SegmentInPlane | |||
| ) |
Definition at line 1076 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Eepic_Plane::draw(), Aleph::Point::get_x(), Eepic_Plane::leftmost(), output, Aleph::put_in_plane(), and Eepic_Plane::rightmost().
| TEST | ( | IntegrationTest | , |
| ComplexDiagram | |||
| ) |
Definition at line 1381 of file eepicgeom_test.cc.
References Aleph::Polygon::add_vertex(), Aleph::Polygon::close(), Aleph::divide_and_conquer_partition_dp(), Eepic_Plane::draw(), output, and Aleph::put_in_plane().
| TEST | ( | IntegrationTest | , |
| GraphStyleDiagram | |||
| ) |
Definition at line 1428 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Eepic_Plane::draw(), output, and Aleph::put_in_plane().
| TEST | ( | MemoryTest | , |
| MultipleDrawCalls | |||
| ) |
Definition at line 1342 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Eepic_Plane::draw(), output, and Aleph::put_in_plane().
| TEST | ( | MemoryTest | , |
| MultipleDrawCallsWithSegment | |||
| ) |
Definition at line 1359 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Eepic_Plane::draw(), output, and Aleph::put_in_plane().
| TEST | ( | MemoryTest | , |
| PlaneDestruction | |||
| ) |
Definition at line 1320 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Eepic_Plane::draw(), output, and Aleph::put_in_plane().
| TEST_F | ( | ArrowEdgeCaseTest | , |
| DiagonalArrow | |||
| ) |
Definition at line 459 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | ArrowEdgeCaseTest | , |
| HorizontalArrow | |||
| ) |
Definition at line 476 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | ArrowEdgeCaseTest | , |
| NearHorizontalArrow | |||
| ) |
Definition at line 492 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | ArrowEdgeCaseTest | , |
| NearVerticalArrow | |||
| ) |
Definition at line 525 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | ArrowEdgeCaseTest | , |
| VerticalArrow | |||
| ) |
Definition at line 508 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | CartesianAxisTest | , |
| WithCartesianAxis | |||
| ) |
Definition at line 982 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | CoordinateTransformTest | , |
| HGeomNumberToEepic | |||
| ) |
Definition at line 1034 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp().
| TEST_F | ( | CoordinateTransformTest | , |
| PointString | |||
| ) |
Definition at line 1023 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp().
| TEST_F | ( | CoordinateTransformTest | , |
| VGeomNumberToEepic | |||
| ) |
Definition at line 1043 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), and y.
| TEST_F | ( | EdgeCaseTest | , |
| NegativeCoordinates | |||
| ) |
Definition at line 1261 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EdgeCaseTest | , |
| SingleVertexPolygon | |||
| ) |
Definition at line 1287 of file eepicgeom_test.cc.
References Aleph::Polygon::add_vertex(), Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EdgeCaseTest | , |
| TwoVertexPolygon | |||
| ) |
Definition at line 1301 of file eepicgeom_test.cc.
References Aleph::Polygon::add_vertex(), Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EdgeCaseTest | , |
| VeryLargeCoordinates | |||
| ) |
Definition at line 1248 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EdgeCaseTest | , |
| VerySmallCoordinates | |||
| ) |
Definition at line 1235 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EdgeCaseTest | , |
| ZeroLengthSegment | |||
| ) |
Definition at line 1275 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicOutputFormatTest | , |
| ExtremePointsComments | |||
| ) |
Definition at line 905 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicOutputFormatTest | , |
| FillTypeSetting | |||
| ) |
Definition at line 854 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicOutputFormatTest | , |
| PictureEnvironment | |||
| ) |
Definition at line 869 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicOutputFormatTest | , |
| ThinLinesReset | |||
| ) |
Definition at line 890 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicOutputFormatTest | , |
| UnitLengthSetting | |||
| ) |
Definition at line 839 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicPlaneTest | , |
| ConstructionWithOffset | |||
| ) |
Definition at line 92 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp().
| TEST_F | ( | EepicPlaneTest | , |
| DefaultConstruction | |||
| ) |
Definition at line 84 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp().
| TEST_F | ( | EepicPlaneTest | , |
| ResolutionSettings | |||
| ) |
Definition at line 100 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp().
| TEST_F | ( | EepicPlaneTest | , |
| ShadeThicknessSettings | |||
| ) |
Definition at line 109 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp().
| TEST_F | ( | EepicPlaneTest | , |
| ZoomFractionalFactor | |||
| ) |
Definition at line 127 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Eepic_Plane::get_height(), Eepic_Plane::get_wide(), and Eepic_Plane::zoom().
| TEST_F | ( | EepicPlaneTest | , |
| ZoomInvalidFactor | |||
| ) |
Definition at line 135 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), and Eepic_Plane::zoom().
| TEST_F | ( | EepicPlaneTest | , |
| ZoomPositiveFactor | |||
| ) |
Definition at line 119 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Eepic_Plane::get_height(), Eepic_Plane::get_wide(), and Eepic_Plane::zoom().
| TEST_F | ( | EepicPlaneWithObjectsTest | , |
| AddArrow | |||
| ) |
Definition at line 201 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicPlaneWithObjectsTest | , |
| AddEllipse | |||
| ) |
Definition at line 216 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicPlaneWithObjectsTest | , |
| AddPolygon | |||
| ) |
Definition at line 229 of file eepicgeom_test.cc.
References Aleph::Polygon::add_vertex(), Aleph::Polygon::close(), Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicPlaneWithObjectsTest | , |
| AddSegment | |||
| ) |
Definition at line 187 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicPlaneWithObjectsTest | , |
| AddSinglePoint | |||
| ) |
Definition at line 157 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicPlaneWithObjectsTest | , |
| AddText | |||
| ) |
Definition at line 263 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicPlaneWithObjectsTest | , |
| AddTriangle | |||
| ) |
Definition at line 247 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicPlaneWithObjectsTest | , |
| AddTwoPoints | |||
| ) |
Definition at line 171 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EepicPlaneWithObjectsTest | , |
| MultipleObjects | |||
| ) |
Definition at line 279 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EllipseVariantsTest | , |
| CircularEllipse | |||
| ) |
Definition at line 687 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EllipseVariantsTest | , |
| NormalEllipse | |||
| ) |
Definition at line 650 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EllipseVariantsTest | , |
| ShadeEllipse | |||
| ) |
Definition at line 675 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | EllipseVariantsTest | , |
| ThickEllipse | |||
| ) |
Definition at line 662 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | ExtremePointsTest | , |
| MultipleObjectsExtremes | |||
| ) |
Definition at line 347 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | ExtremePointsTest | , |
| SegmentExtremes | |||
| ) |
Definition at line 331 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Point::get_x(), Aleph::Point::get_y(), output, and Aleph::put_in_plane().
| TEST_F | ( | ExtremePointsTest | , |
| SinglePointExtremes | |||
| ) |
Definition at line 315 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | PolygonVariantsTest | , |
| DashPolygon | |||
| ) |
Definition at line 584 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | PolygonVariantsTest | , |
| DottedPolygon | |||
| ) |
Definition at line 572 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | PolygonVariantsTest | , |
| PolygonWithPoints | |||
| ) |
Definition at line 596 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | PolygonVariantsTest | , |
| ShadePolygon | |||
| ) |
Definition at line 560 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | PolygonVariantsTest | , |
| Spline | |||
| ) |
Definition at line 609 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | PolygonVariantsTest | , |
| SplineArrow | |||
| ) |
Definition at line 621 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | RegularPolygonTest | , |
| RegularHexagon | |||
| ) |
Definition at line 811 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | RegularPolygonTest | , |
| RegularSquare | |||
| ) |
Definition at line 798 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | RegularPolygonTest | , |
| RegularTriangle | |||
| ) |
Definition at line 785 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | SegmentVariantsTest | , |
| DashArrow | |||
| ) |
Definition at line 432 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | SegmentVariantsTest | , |
| DashSegment | |||
| ) |
Definition at line 406 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | SegmentVariantsTest | , |
| DottedArrow | |||
| ) |
Definition at line 418 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | SegmentVariantsTest | , |
| DottedSegment | |||
| ) |
Definition at line 394 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | SegmentVariantsTest | , |
| ThickSegment | |||
| ) |
Definition at line 382 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | SquarizeModeTest | , |
| DrawWithoutSquarize | |||
| ) |
Definition at line 953 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | SquarizeModeTest | , |
| DrawWithSquarize | |||
| ) |
Definition at line 939 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | TextVariantsTest | , |
| CenterText | |||
| ) |
Definition at line 743 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | TextVariantsTest | , |
| LeftText | |||
| ) |
Definition at line 719 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | TextVariantsTest | , |
| RightText | |||
| ) |
Definition at line 731 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | TextVariantsTest | , |
| TextWithSpecialCharacters | |||
| ) |
Definition at line 755 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | ThickPolygonVariantsTest | , |
| ThickDashSpline | |||
| ) |
Definition at line 1200 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | ThickPolygonVariantsTest | , |
| ThickShadePolygon | |||
| ) |
Definition at line 1212 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | ThickPolygonVariantsTest | , |
| ThickSpline | |||
| ) |
Definition at line 1187 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | ThickVariantsTest | , |
| ThickArrow | |||
| ) |
Definition at line 1140 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | ThickVariantsTest | , |
| ThickDashArrow | |||
| ) |
Definition at line 1152 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
| TEST_F | ( | ThickVariantsTest | , |
| ThickDashSegment | |||
| ) |
Definition at line 1127 of file eepicgeom_test.cc.
References Aleph::divide_and_conquer_partition_dp(), output, and Aleph::put_in_plane().
|
constexpr |
| bool tiny_keys = false |
Global flag to enable tiny font size for keys/labels.
When set to true, text labels will be rendered using LaTeX's \tiny font size modifier. Useful for dense diagrams with many labels.
Definition at line 54 of file eepicgeom_test.cc.