#include <stdio.h>#include <stdlib.h>#include <cmath>

Go to the source code of this file.
Classes | |
| struct | vertex |
Defines | |
| #define | FIRST_VID 5 |
Typedefs | |
| typedef unsigned int | uint |
Functions | |
| uint | GetGraphDimension (char *graph_file) |
| void | GetGraphInfo (vertex *vertex_web, uint dimension, char *graph_file) |
| uint | IdentifyVertex (vertex *vertex_web, uint size, double x, double y) |
| char * | itoa (int value, char *str, int radix) |
Variables | |
| float | HEIGHT_M |
| uint | HEIGHT_PX |
| float | RESOLUTION |
| float | WIDTH_M |
| uint | WIDTH_PX |
| #define FIRST_VID 5 |
Definition at line 43 of file getgraph.h.
| typedef unsigned int uint |
Definition at line 45 of file getgraph.h.
| uint GetGraphDimension | ( | char * | graph_file | ) |
Definition at line 61 of file getgraph.h.
| void GetGraphInfo | ( | vertex * | vertex_web, |
| uint | dimension, | ||
| char * | graph_file | ||
| ) |
Definition at line 86 of file getgraph.h.
| uint IdentifyVertex | ( | vertex * | vertex_web, |
| uint | size, | ||
| double | x, | ||
| double | y | ||
| ) |
Definition at line 133 of file getgraph.h.
| char* itoa | ( | int | value, |
| char * | str, | ||
| int | radix | ||
| ) |
Definition at line 152 of file getgraph.h.
| float HEIGHT_M |
Definition at line 59 of file getgraph.h.
Definition at line 56 of file getgraph.h.
| float RESOLUTION |
Definition at line 57 of file getgraph.h.
| float WIDTH_M |
Definition at line 58 of file getgraph.h.
Definition at line 55 of file getgraph.h.