#include <adjacentfaces.h>
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. | |
| AdjacentFace & | operator[] (int i) |
| Returns the specified face. | |
Public Attributes | |
| AdjacentFace * | list |
| The array of AdjacentFaces. | |
| int | size |
| The number of faces of this mesh. | |
| 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.
1.5.1-p1