#include <gugr_basics.h>
Public Methods | |
| graph_edge () | |
| graph_edge (graph_vertex *v0, graph_vertex *v1) | |
| bool | IsHorizontal (void) |
| void | CalcLine (void) |
| void * | operator new (size_t s) |
| void | operator delete (void *p, size_t s) |
Public Attributes | |
| graph_vertex * | v [2] |
| graph_edge * | e [2] |
| gul::ptr_int_union | f [2] |
| line | l |
| gul::ptr_int_union | reserved [3] |
| graph_edge * | next |
| graph_edge * | prev |
|
|
Definition at line 348 of file gugr_basics.h.
00348 { };
|
|
||||||||||||
|
Definition at line 350 of file gugr_basics.h.
|
|
|
Definition at line 361 of file gugr_basics.h. Referenced by IsHorizontal().
|
|
|
Definition at line 355 of file gugr_basics.h. References CalcLine().
|
|
||||||||||||
|
Definition at line 376 of file gugr_basics.h. References gugr::graph_edge_list, and gust::PoolFree().
00377 {
00378 PoolFree( p, s );
00379 }
|
|
|
Definition at line 368 of file gugr_basics.h. References gust::PoolAlloc().
00369 {
00370 size_t dummy;
00371 void *p = PoolAlloc( s, &dummy );
00372 if( p == NULL ) throw PoolAllocError();
00373 return(p);
00374 }
|
|
|
Definition at line 338 of file gugr_basics.h. |
|
|
Definition at line 339 of file gugr_basics.h. |
|
|
Definition at line 341 of file gugr_basics.h. |
|
|
Definition at line 345 of file gugr_basics.h. |
|
|
Definition at line 346 of file gugr_basics.h. |
|
|
Definition at line 343 of file gugr_basics.h. |
|
|
Definition at line 337 of file gugr_basics.h. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001