#include <Neighborhood_System.hpp>
Public Member Functions | |
Weighted_Neighbor () | |
Default constructor for the class Weighted_Neighbor. | |
Weighted_Neighbor (uint i, double w) | |
Constructor for the class Weighted_Neighbor. | |
~Weighted_Neighbor () | |
Destructor for the class Weighted_Neighbor. | |
Public Attributes | |
uint | Index |
index of the neighbor | |
double | Weight |
weight of the neighbor |
|
Default constructor for the class Weighted_Neighbor. Creates a new object. Sets the index to zero, the weight to zero. |
|
Constructor for the class Weighted_Neighbor.
|
|
Destructor for the class Weighted_Neighbor. Deletes the object. nothing else. |