|
Limbo
|
#include <iostream>#include <string>#include <vector>#include <list>#include <set>#include "bLibPoint.h"#include "bLibShape.h"#include <limbo/geometry/Polygon2Rectangle.h>#include <limbo/geometry/api/bLibApi.h>Go to the source code of this file.
Functions | |
| void | test1 (string const &filename) |
| test bLib API More... | |
| void | test2 (string const &filename) |
| test std::list | |
| void | test3 (string const &filename) |
| test std::set | |
| int | main (int argc, char **argv) |
| main function requires an input benchmark in gnuplot format More... | |
Definition in file test_blibapi.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 73 of file test_blibapi.cpp.
| void test1 | ( | string const & | filename | ) |
test bLib API
use bLib::bPoint and bLib::bBox as data type for polygon-to-rectangle conversion test std::vector
Definition at line 34 of file test_blibapi.cpp.
1.8.8