![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
A navigation mesh node group. More...
#include <NavMesh.h>
Public Member Functions | |
| NMNodeGroup () | |
| Default constructor. | |
| NMNodeGroup (unsigned int first, unsigned int last) | |
| Constructor. More... | |
| size_t | groupSize () const |
| Reports the number of nodes in this group. | |
Public Attributes | |
| unsigned int | _first |
| The first index in the group. | |
| unsigned int | _last |
| The last index in the group. | |
A navigation mesh node group.
It is a partitioning of the nodes in the navigation mesh into named groups. Each group contains a contiguous block of node identifiers.
|
inline |
Constructor.
| first | The index of the first node included in this group. |
| last | The index of the last node included in this group. The group spans the nodes [ _first, _last ], inclusive. |
1.8.8