#include <APO.h>
Public Methods | |
Ant () | |
void | set (float a, float b, int fixed1, float c, int d, int e[]) |
void | set (float a, float b) |
void | operator= (Ant ant2) |
void | get (float *p,float *q, int *pfixed, float *r) |
void | get (float *p,float *q) |
void | get (float *p,float *q, int *pfixed) |
void | get (float *p, float *q, int *pnconf1, int *piconf1) |
void | move (float dx, float dy) |
int | getmoved () |
int | getfixed () |
float | getdiam () |
void | resetmoved () |
void | freeant () |
int | check (Site *) |
void | fixant (float x1, float y1) |
void | fixant () |
void | offset (float xoff, float yoff) |
void | print () |
Friends | |
class | APO::getvisi |
This class describes an antenna: coordinates, diameter, if it is allowed to move (fixed or not fixed) if it has already been moved in the current iteration, the number of configurations it is involved in, and the indexes of these configurations.