Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

gugr::seg_point_info Struct Template Reference

#include <gugr_contour.h>

List of all members.

Public Methods

void * operator new (size_t s)
void operator delete (void *p, size_t s)

Public Attributes

EP * f
EP * n
EP * t

template<class EP>
struct gugr::seg_point_info< EP >


Member Function Documentation

template<class EP>
void gugr::seg_point_info< EP >::operator delete void *    p,
size_t    s
[inline]
 

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   }

template<class EP>
void* gugr::seg_point_info< EP >::operator new size_t    s [inline]
 

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   }


Member Data Documentation

template<class EP>
EP* gugr::seg_point_info::f
 

Definition at line 304 of file gugr_contour.h.

template<class EP>
EP* gugr::seg_point_info::n
 

Definition at line 305 of file gugr_contour.h.

template<class EP>
EP* gugr::seg_point_info::t
 

Definition at line 306 of file gugr_contour.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 21 04:17:55 2002 for GUL 0.6 - Geometry Utility Library by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001