Jafar
|
This ProximityStrategy creates spafgraph::ProximitiesEdges between spafgraph::Node based on their distance. More...
This ProximityStrategy creates spafgraph::ProximitiesEdges between spafgraph::Node based on their distance.
Definition at line 50 of file ProximityStrategy.hpp.
#include <ProximityStrategy.hpp>
Public Member Functions | |
DistanceProximityStrategy (double distance, int max) | |
virtual std::vector< const spafgraph::EdgeProximity * > | createProximitiesEdges (const SpafDB *_db, spafgraph::Node *node) const |
This function is called to create spafgraph::ProximitiesEdges between the node in argument, and other nodes in the data base. | |
virtual std::vector< const spafgraph::EdgeProximity * > | createProximitiesEdges (const std::list< spafgraph::Node * > &_nodes, spafgraph::Node *_node) const |
Private Attributes | |
double | m_distance |
int | m_max |
SelectQueryProximity * | m_query |
Generated on Wed Oct 15 2014 00:37:51 for Jafar by doxygen 1.7.6.1 |