CPPDescent 80d9539
(with uncommitted changes)
A C++ KNN-Graph creation library
|
This is the complete list of members for GraphVertex, including all inherited members.
addNeighbor(Pointer neighbor) (defined in GraphVertex) | GraphVertex | inline |
addReverse(Pointer reverse) (defined in GraphVertex) | GraphVertex | inline |
check() (defined in GraphVertex) | GraphVertex | inline |
checked() (defined in GraphVertex) | GraphVertex | inline |
getData() (defined in GraphVertex) | GraphVertex | inline |
getNeighbors() (defined in GraphVertex) | GraphVertex | inline |
getNorm() (defined in GraphVertex) | GraphVertex | inline |
getOwner() (defined in GraphVertex) | GraphVertex | inline |
getPos() (defined in GraphVertex) | GraphVertex | inline |
getReverse() (defined in GraphVertex) | GraphVertex | inline |
GraphVertex(Pointer data, Graph *owner) (defined in GraphVertex) | GraphVertex | |
removeNeighbor(Pointer neighbor, CompareFunc compare) (defined in GraphVertex) | GraphVertex | inline |
removeReverse(Pointer reverse, CompareFunc compare) (defined in GraphVertex) | GraphVertex | inline |
setNorm(double norm) (defined in GraphVertex) | GraphVertex | inline |
setPos(int pos) (defined in GraphVertex) | GraphVertex | inline |
~GraphVertex() (defined in GraphVertex) | GraphVertex |