Classes | Defines | Typedefs | Functions | Variables
getgraph.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <cmath>
Include dependency graph for getgraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vertex

Defines

#define FIRST_VID   7

Typedefs

typedef unsigned int uint

Functions

uint GetGraphDimension (const char *graph_file)
void GetGraphInfo (vertex *vertex_web, uint dimension, const char *graph_file)
uint GetNumberEdges (vertex *vertex_web, uint dimension)
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 Documentation

#define FIRST_VID   7

Definition at line 46 of file getgraph.h.


Typedef Documentation

typedef unsigned int uint

Definition at line 48 of file getgraph.h.


Function Documentation

uint GetGraphDimension ( const char *  graph_file)

Definition at line 50 of file getgraph.cpp.

void GetGraphInfo ( vertex vertex_web,
uint  dimension,
const char *  graph_file 
)

Definition at line 78 of file getgraph.cpp.

uint GetNumberEdges ( vertex vertex_web,
uint  dimension 
)

Definition at line 146 of file getgraph.cpp.

uint IdentifyVertex ( vertex vertex_web,
uint  size,
double  x,
double  y 
)

Definition at line 128 of file getgraph.cpp.

char* itoa ( int  value,
char *  str,
int  radix 
)

Definition at line 163 of file getgraph.cpp.


Variable Documentation

float HEIGHT_M

Definition at line 43 of file getgraph.cpp.

float RESOLUTION

Definition at line 44 of file getgraph.cpp.

float WIDTH_M

Definition at line 42 of file getgraph.cpp.



patrolling_sim
Author(s):
autogenerated on Mon Oct 2 2017 03:13:50