|
CPPDescent 80d9539
(with uncommitted changes)
A C++ KNN-Graph creation library
|
Class for the vector Node object. More...
#include <ADTVector.hpp>
Public Member Functions | |
| vectorNode () | |
| Construct a new vector Node object. | |
| vectorNode (Pointer value) | |
| Pointer | getValue () const |
| Get the Value object. | |
| void | setValue (Pointer value) |
| Set the Value object. | |
Class for the vector Node object.
A vector node is described only its value.
|
inline |
Construct a new vector Node object.
| value | A Pointer to the value. |
|
inline |
Get the Value object.
|
inline |
Set the Value object.
| value |