ScEng::AdjacentFaceList Class Reference

This class holds the neighbour faces and edges in a Mesh. More...

#include <adjacentfaces.h>

List of all members.

Public Member Functions

 AdjacentFaceList ()
 Default constructor. Initializes list as NULL.
 AdjacentFaceList (Mesh *mesh, AdjacentEdgeList &edges)
 ~AdjacentFaceList ()
void Build (Mesh *mesh, AdjacentEdgeList &edges)
 Builds the list from the given mesh and edges.
int GetSize ()
 Returns the size of the list.
AdjacentFaceoperator[] (int i)
 Returns the specified face.

Public Attributes

AdjacentFacelist
 The array of AdjacentFaces.
int size
 The number of faces of this mesh.


Detailed Description

This class holds the neighbour faces and edges in a Mesh.


Constructor & Destructor Documentation

ScEng::AdjacentFaceList::AdjacentFaceList ( Mesh *  mesh,
AdjacentEdgeList edges 
)

Constructor. Builds the list from the given mesh and edges

ScEng::AdjacentFaceList::~AdjacentFaceList (  ) 

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