ScEng::VertexFacesAndEdges Class Reference

This class holds the list of the edges and faces that use an specific edge. More...

#include <vertexfacesandedges.h>

List of all members.

Public Member Functions

 VertexFacesAndEdges ()
 Default constructor.
 VertexFacesAndEdges (int num_edges, int num_faces)
 Constructor. Sets the number of edges and faces.
void SetNumEdges (int num_edges)
 Sets the number of edges.
void SetNumFaces (int num_faces)
 Sets the number of faces.
void SetEdge (int id, int edge)
 Sets a specified edge.
void SetFace (int id, int face)
 Sets a specified face.
int GetNumEdges ()
 Returns the number of edges.
int GetNumFaces ()
 Returns the number of faces.
int GetEdge (int id)
 Returns the specified edge.
int GetFace (int id)
 Returns the specified face.
VertexFacesAndEdgesoperator= (const VertexFacesAndEdges &vfe)
 Assignment operator.

Public Attributes

int ne
 The number of edges.
int nf
 The number of faces.
int * f
 The array of faces.
int * e
 The array of edges.


Detailed Description

This class holds the list of the edges and faces that use an specific edge.


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