#include <gugr_planesweep.h>
Public Methods | |
| linerec (segment *s) | |
| ~linerec () | |
| void * | operator new (size_t s) |
| void | operator delete (void *p, size_t s) |
Public Attributes | |
| point2< rational > | B |
| point2< rational > | E |
| point2< rational > | Borg |
| gugr::line | l |
| Map< eventrec >::Node | endev |
| ListNode< Map< linerec >::Node > * | endev_node |
| List< ListNode< segment *> > | S |
| RefMap< intersection > | I |
|
|
Definition at line 159 of file gugr_planesweep.h. Referenced by operator delete().
|
|
|
Definition at line 164 of file gugr_planesweep.h.
|
|
||||||||||||
|
Definition at line 177 of file gugr_planesweep.h. References linerec(), and gust::PoolFree().
00178 {
00179 if( p != 0 ) PoolFree( p, s );
00180 }
|
|
|
Definition at line 170 of file gugr_planesweep.h. References gust::PoolAlloc().
00171 {
00172 size_t dummy;
00173 void *p = PoolAlloc( s, &dummy );
00174 if( p == NULL ) throw PoolAllocError();
00175 return(p);
00176 }
|
|
|
Definition at line 149 of file gugr_planesweep.h. Referenced by linerec(). |
|
|
Definition at line 151 of file gugr_planesweep.h. Referenced by linerec(). |
|
|
Definition at line 150 of file gugr_planesweep.h. Referenced by linerec(). |
|
|
Definition at line 153 of file gugr_planesweep.h. |
|
|
Definition at line 154 of file gugr_planesweep.h. |
|
|
Definition at line 157 of file gugr_planesweep.h. Referenced by ~linerec(). |
|
|
Definition at line 152 of file gugr_planesweep.h. |
|
|
Definition at line 156 of file gugr_planesweep.h. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001