ScEng::AdjacentEdgeList Class Reference

This class holds the complete list for the edges in a Mesh. More...

#include <adjacentedges.h>

List of all members.

Public Member Functions

 AdjacentEdgeList ()
 AdjacentEdgeList (Mesh *mesh)
 ~AdjacentEdgeList ()
void Build (Mesh *mesh)
 Builds the list of edges from the given Mesh.
int GetSize ()
 Returns the size of the list.

Public Attributes

Edgelist
 The list of edges.
int size
 The number of edges.


Detailed Description

This class holds the complete list for the edges in a Mesh.


Constructor & Destructor Documentation

ScEng::AdjacentEdgeList::AdjacentEdgeList (  ) 

Constructor Initializes list as NULL

ScEng::AdjacentEdgeList::AdjacentEdgeList ( Mesh *  mesh  ) 

Constructor Builds the list of edges from the given Mesh

ScEng::AdjacentEdgeList::~AdjacentEdgeList (  ) 

Destructor Deletes the list and cleans all memory


The documentation for this class was generated from the following files:
Generated on Thu Sep 6 10:49:21 2007 for SceneEngine by  doxygen 1.5.1-p1