![]() |
PhoenixGraph
01.0.0
Set of tools to simplify graph manipulation
|
Go to the source code of this file.
Classes | |
class | PNTreeLightNode< T, U, N > |
Describe a Quad tree. More... | |
Functions | |
bool | isNeighbourSearchFinised (const bool *tabIsNeighbourChecked, unsigned int nbNeighbour) |
Says is the neighbours search is finised. | |
bool isNeighbourSearchFinised | ( | const bool * | tabIsNeighbourChecked, |
unsigned int | nbNeighbour ) |
Says is the neighbours search is finised.
tabIsNeighbourChecked | : tab of the neighbours search status (true if checked, false if not) |
nbNeighbour | : number of neighbours in the table |
Definition at line 15 of file PNTreeLightNode.cpp.
Referenced by PNTreeLightNode< T, U, N >::getCloserData().