addElement(T *posData, U *data, const T pos[N], const T size[N], const T sizeLimit) | PNTreeLightNode< T, U, N > | |
clear() | PNTreeLightNode< T, U, N > | |
copyPNTreeLightNode(const PNTreeLightNode< T, U, N > &other) | PNTreeLightNode< T, U, N > | protected |
getChild(unsigned char childId) const | PNTreeLightNode< T, U, N > | |
getChild(unsigned char childId) | PNTreeLightNode< T, U, N > | |
getChildFromPos(T childPos[N], const T *posData, const T pos[N], const T size[N]) const | PNTreeLightNode< T, U, N > | |
getChildFromPos(T childPos[N], const T *posData, const T pos[N], const T size[N]) | PNTreeLightNode< T, U, N > | |
getCloserData(U *&closerData, T &distFromCloserData, bool *tabIsNeighbourChecked, unsigned int nbNeighbour, const T *posData, const T pos[N], const T size[N]) const | PNTreeLightNode< T, U, N > | |
getData() const | PNTreeLightNode< T, U, N > | |
getData() | PNTreeLightNode< T, U, N > | |
getDataPos() const | PNTreeLightNode< T, U, N > | |
getDataPos() | PNTreeLightNode< T, U, N > | |
getFullIndexChild(unsigned char index[N]) const | PNTreeLightNode< T, U, N > | |
getIndexOfChildFromPos(unsigned char index[N], const T posData[N], const T pos[N], const T size[N]) const | PNTreeLightNode< T, U, N > | |
getIndexOfChildFromPos(unsigned char index[N], T posData[N], T pos[N], T size[N]) | PNTreeLightNode< T, U, N > | |
getLastData(const T *posData, const T pos[N], const T size[N]) const | PNTreeLightNode< T, U, N > | |
getTabChildren() const | PNTreeLightNode< T, U, N > | |
getTabChildren() | PNTreeLightNode< T, U, N > | |
initialisationPNTreeLightNode() | PNTreeLightNode< T, U, N > | private |
p_data | PNTreeLightNode< T, U, N > | private |
p_posData | PNTreeLightNode< T, U, N > | private |
p_tableChildren | PNTreeLightNode< T, U, N > | private |
PNTreeLightNode() | PNTreeLightNode< T, U, N > | |
PNTreeLightNode(const PNTreeLightNode< T, U, N > &other) | PNTreeLightNode< T, U, N > | private |
saveGnuplotData(const std::string &fileName, T pos[N], T size[N]) | PNTreeLightNode< T, U, N > | |
saveGnuplotData(std::ofstream &fs, T height, T pos[N], T size[N]) | PNTreeLightNode< T, U, N > | |
split(const T pos[N], const T size[N], T sizeLimit) | PNTreeLightNode< T, U, N > | private |
~PNTreeLightNode() | PNTreeLightNode< T, U, N > | virtual |