#include <gugr_contour.h>
Public Methods | |
| void * | operator new (size_t s) |
| void | operator delete (void *p, size_t s) |
Public Attributes | |
| EP * | f |
| EP * | n |
| EP * | t |
|
||||||||||||||||
|
Definition at line 315 of file gugr_contour.h. References gugr::graph_edge_list, gugr::graph_vertex_list, GULAPI, and gust::PoolFree().
00316 {
00317 if( p != 0 ) PoolFree( p, s );
00318 }
|
|
||||||||||
|
Definition at line 308 of file gugr_contour.h. References gust::PoolAlloc().
00309 {
00310 size_t dummy;
00311 void *p = PoolAlloc( s, &dummy );
00312 if( p == NULL ) throw PoolAllocError();
00313 return(p);
00314 }
|
|
|||||
|
Definition at line 304 of file gugr_contour.h. |
|
|||||
|
Definition at line 305 of file gugr_contour.h. |
|
|||||
|
Definition at line 306 of file gugr_contour.h. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001