|
Limbo 3.5.4
|
#include <iostream>#include <vector>#include <list>#include <set>#include <limbo/geometry/Polygon2Rectangle.h>Go to the source code of this file.
Classes | |
| struct | Point |
| a custom point class More... | |
| struct | limbo::geometry::point_traits< Point > |
| if your point class setting is different from that in the default point_traits, please create a specialization More... | |
| struct | Rectangle |
| a custom rectangle class More... | |
| struct | limbo::geometry::rectangle_traits< Rectangle > |
| if your rectangle class setting is different from that in the default point_traits, please create a specialization More... | |
Namespaces | |
| namespace | limbo |
| namespace for Limbo | |
| namespace | limbo::geometry |
| namespace for Limbo.Geometry | |
Functions | |
| void | test1 (string const &filename) |
| test polygon-to-rectangle for std::vector | |
| void | test2 (string const &filename) |
| test polygon-to-rectangle for std::list | |
| void | test3 (string const &filename) |
| test polygon-to-rectangle for std::set | |
| int | main (int argc, char **argv) |
| main function requires an input benchmark in gnuplot format | |
Definition in file test_p2r.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
main function requires an input benchmark in gnuplot format
| argc | number of arguments |
| argv | values of arguments |
Definition at line 274 of file test_p2r.cpp.
| void test1 | ( | string const & | filename | ) |
test polygon-to-rectangle for std::vector
| filename | input gnuplot file |
Definition at line 233 of file test_p2r.cpp.
| void test2 | ( | string const & | filename | ) |
test polygon-to-rectangle for std::list
| filename | input gnuplot file |
Definition at line 246 of file test_p2r.cpp.
| void test3 | ( | string const & | filename | ) |
test polygon-to-rectangle for std::set
| filename | input gnuplot file |
Definition at line 259 of file test_p2r.cpp.