CPPDescent 80d9539 (with uncommitted changes)
A C++ KNN-Graph creation library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
vectorNode Class Reference

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.
 

Detailed Description

Class for the vector Node object.

A vector node is described only its value.

Constructor & Destructor Documentation

◆ vectorNode()

vectorNode::vectorNode ( )
inline

Construct a new vector Node object.

Parameters
valueA Pointer to the value.

Member Function Documentation

◆ getValue()

Pointer vectorNode::getValue ( ) const
inline

Get the Value object.

Returns
Pointer

◆ setValue()

void vectorNode::setValue ( Pointer  value)
inline

Set the Value object.

Parameters
value

The documentation for this class was generated from the following file: