Limbo 3.5.4
Loading...
Searching...
No Matches
test_blibapi.cpp File Reference
#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
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

Detailed Description

Author
Yibo Lin
Date
Oct 2014

Definition in file test_blibapi.cpp.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function requires an input benchmark in gnuplot format

Parameters
argcnumber of arguments
argvvalues of arguments
Returns
0

Definition at line 73 of file test_blibapi.cpp.

◆ test1()

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.

◆ test2()

void test2 ( string const & filename)

test std::list

Definition at line 46 of file test_blibapi.cpp.

◆ test3()

void test3 ( string const & filename)

test std::set

Definition at line 58 of file test_blibapi.cpp.