ScEng::Edge Class Reference

This class describes an Edge for any kind of Mesh. More...

#include <adjacentedges.h>

List of all members.

Public Member Functions

 Edge ()
 Default constructor.
void SetVerts (int v1, int v2)
 Sets the verts that conforms this edge.
void SetFaces (int f1, int f2)
 Sets the faces that share this edge.
void SetEdgeIndex (int e1, int e2)
 Sets the indexes for this edge in the faces that shared it.
Edgeoperator= (const Edge &other_edge)
 Assignment operator.

Public Attributes

int v [2]
 The verts that conforms this edge.
int f [2]
 The faces that share this edge.
int e [2]
 The indexes for this edge in the faces that shared it.


Detailed Description

This class describes an Edge for any kind of Mesh.


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