#include <gugr_basics.h>
Public Methods | |
void * | operator new (size_t s) |
void | operator delete (void *p, size_t s) |
Public Attributes | |
vertex | v [3] |
int | code0: 2 |
int | code1: 2 |
int | code2: 2 |
triangle * | next |
triangle * | prev |
|
Definition at line 436 of file gugr_basics.h. References gust::PoolFree(), and gugr::triangle_list.
00437 { 00438 PoolFree( p, s ); 00439 } |
|
Definition at line 429 of file gugr_basics.h. References gust::PoolAlloc().
00430 { 00431 size_t dummy; 00432 void *p = PoolAlloc( s, &dummy ); 00433 if( p == NULL ) throw PoolAllocError(); 00434 return(p); 00435 } |
|
Definition at line 422 of file gugr_basics.h. |
|
Definition at line 423 of file gugr_basics.h. |
|
Definition at line 424 of file gugr_basics.h. |
|
Definition at line 426 of file gugr_basics.h. |
|
Definition at line 427 of file gugr_basics.h. |
|
Definition at line 421 of file gugr_basics.h. |