#include <gugr_planesweep.h>
Public Methods | |
| linepair () | |
| linepair (Map< linerec >::Node aL1, Map< linerec >::Node aL2) | |
| void * | operator new (size_t s) |
| void | operator delete (void *p, size_t s) |
Public Attributes | |
| Map< linerec >::Node | L1 |
| Map< linerec >::Node | L2 |
|
|
Definition at line 193 of file gugr_planesweep.h.
00193 { }
|
|
||||||||||||
|
Definition at line 194 of file gugr_planesweep.h.
|
|
||||||||||||
|
Definition at line 204 of file gugr_planesweep.h. References gust::PoolFree().
00205 {
00206 if( p != 0 ) PoolFree( p, s );
00207 }
|
|
|
Definition at line 197 of file gugr_planesweep.h. References gust::PoolAlloc().
00198 {
00199 size_t dummy;
00200 void *p = PoolAlloc( s, &dummy );
00201 if( p == NULL ) throw PoolAllocError();
00202 return(p);
00203 }
|
|
|
Definition at line 190 of file gugr_planesweep.h. Referenced by linepair(). |
|
|
Definition at line 191 of file gugr_planesweep.h. Referenced by linepair(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001