#include <adjacentfaces.h>
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. | |
| AdjacentFace & | operator= (const AdjacentFace &af) |
| Assignment operator. | |
| ScEng::AdjacentFace::AdjacentFace | ( | int | degree | ) |
Constructor.
Creates the array with the specified size
1.5.1-p1