ScEng::AdjacentFace Class Reference

This class holds the neighbour faces and edges for a specific face. More...

#include <adjacentfaces.h>

List of all members.

Public Member Functions

 AdjacentFace ()
 Default constructor.
 AdjacentFace (int degree)
 Constructor.
void SetDeg (int degree)
 Sets the number of faces an edges, and creates the array.
void SetFace (int index, int face)
 Sets an adjacent face.
void SetEdge (int index, int edge)
 Sets an adjacent edge.
int GetFace (int id)
 Returns a specified face.
int GetEdge (int id)
 Returns a specified edge.
int GetDeg ()
 Returns the degree.
AdjacentFaceoperator= (const AdjacentFace &af)
 Assignment operator.


Detailed Description

This class holds the neighbour faces and edges for a specific face.


Constructor & Destructor Documentation

ScEng::AdjacentFace::AdjacentFace ( int  degree  ) 

Constructor.

Creates the array with the specified size


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