Graphviz 13.0.0~dev.20241222.1117
|
#include <vis.h>
Data Fields | |
int | Npoly |
int | N |
Ppoint_t * | P |
int * | start |
int * | next |
int * | prev |
array2 | vis |
int vconfig_s::N |
Definition at line 31 of file vis.h.
Referenced by compVis(), directVis(), makePath(), Pobsopen(), Pobspath(), ptVis(), and visibility().
int* vconfig_s::next |
Definition at line 34 of file vis.h.
Referenced by compVis(), directVis(), Pobsclose(), Pobsopen(), and ptVis().
int vconfig_s::Npoly |
Definition at line 30 of file vis.h.
Referenced by Pobsopen(), and polyhit().
Ppoint_t* vconfig_s::P |
Definition at line 32 of file vis.h.
Referenced by compVis(), directVis(), Pobsclose(), Pobsopen(), Pobspath(), polyhit(), and ptVis().
int* vconfig_s::prev |
Definition at line 35 of file vis.h.
Referenced by compVis(), Pobsclose(), Pobsopen(), and ptVis().
int* vconfig_s::start |
Definition at line 33 of file vis.h.
Referenced by directVis(), Pobsclose(), Pobsopen(), polyhit(), and ptVis().
array2 vconfig_s::vis |
Definition at line 38 of file vis.h.
Referenced by compVis(), makePath(), Pobsclose(), and visibility().