#include <adjacentedges.h>
Public Member Functions | |
| AdjacentEdgeList () | |
| AdjacentEdgeList (Mesh *mesh) | |
| ~AdjacentEdgeList () | |
| void | Build (Mesh *mesh) |
| Builds the list of edges from the given Mesh. | |
| int | GetSize () |
| Returns the size of the list. | |
Public Attributes | |
| Edge * | list |
| The list of edges. | |
| int | size |
| The number of edges. | |
| ScEng::AdjacentEdgeList::AdjacentEdgeList | ( | ) |
Constructor Initializes list as NULL
| ScEng::AdjacentEdgeList::AdjacentEdgeList | ( | Mesh * | mesh | ) |
Constructor Builds the list of edges from the given Mesh
| ScEng::AdjacentEdgeList::~AdjacentEdgeList | ( | ) |
Destructor Deletes the list and cleans all memory
1.5.1-p1