#include "neato.h"
#include <stdio.h>
#include "mem.h"
#include "info.h"
Include dependency graph for info.c:
Go to the source code of this file.
Functions | |
void | infoinit () |
void | addVertex (Site *s, double x, double y) |
Variables | |
Info_t * | nodeInfo |
void addVertex | ( | Site * | s, | |
double | x, | |||
double | y | |||
) |
Definition at line 164 of file info.c.
References Site::coord, getfree(), ptitem::next, nodeInfo, origin, ptitem::p, Site::sitenbr, Info_t::verts, Point::x, and Point::y.
void infoinit | ( | void | ) |