Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

sglEdgeStruct Class Template Reference

element of the hash table, also is an element of an edge list. More...

#include <sglTriStripper.hpp>

List of all members.

Public Types

typedef sglTriList<T>::iterator list_iterator

Public Methods

int hash (unsigned int hashsize)
bool isEqual (sglEdgeStruct *edge2)

Public Attributes

list_iterator tri
unsigned int adjnumber


Detailed Description

template<class T> class sglEdgeStruct

element of the hash table, also is an element of an edge list.

Definition at line 160 of file sglTriStripper.hpp.


Member Function Documentation

template<class T>
int sglEdgeStruct<T>::hash ( unsigned int hashsize ) [inline]
 

compute the hash table value corresponding to this edge.

Definition at line 164 of file sglTriStripper.hpp.

template<class T>
bool sglEdgeStruct<T>::isEqual ( sglEdgeStruct<T> * edge2 ) [inline]
 

check for equality of two edges.

Definition at line 174 of file sglTriStripper.hpp.


Member Data Documentation

template<class T>
list_iterator sglEdgeStruct<T>::tri
 

pointer to triStruct object that this edge belongs to.

Definition at line 186 of file sglTriStripper.hpp.


The documentation for this class was generated from the following file:
Generated at Mon Jul 1 18:00:07 2002 for SGL by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001