#include <gugr_planesweep.h>
Public Methods | |
| eventrec (const point2< rational > &akey) | |
| ~eventrec () | |
| bool | IsEmpty () |
| void * | operator new (size_t s) |
| void | operator delete (void *p, size_t s) |
Public Attributes | |
| point2< rational > | key |
| List< ListNode< segment *> > | BV |
| List< ListNode< segment *> > | B |
| List< ListNode< Map< linerec >::Node > > | E |
| List< ListNode< linepair > > | I |
| linerec * | EV |
|
|
Definition at line 222 of file gugr_planesweep.h. References key. Referenced by operator delete().
|
|
|
Definition at line 223 of file gugr_planesweep.h.
|
|
|
Definition at line 230 of file gugr_planesweep.h.
|
|
||||||||||||
|
Definition at line 242 of file gugr_planesweep.h. References eventrec(), and gust::PoolFree().
00243 {
00244 if( p != 0 ) PoolFree( p, s );
00245 }
|
|
|
Definition at line 235 of file gugr_planesweep.h. References gust::PoolAlloc().
00236 {
00237 size_t dummy;
00238 void *p = PoolAlloc( s, &dummy );
00239 if( p == NULL ) throw PoolAllocError();
00240 return(p);
00241 }
|
|
|
Definition at line 217 of file gugr_planesweep.h. |
|
|
Definition at line 216 of file gugr_planesweep.h. |
|
|
Definition at line 218 of file gugr_planesweep.h. |
|
|
Definition at line 220 of file gugr_planesweep.h. |
|
|
Definition at line 219 of file gugr_planesweep.h. |
|
|
Definition at line 215 of file gugr_planesweep.h. Referenced by eventrec(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001