Jafar
|
This an interface to define strategy on how proximity edges are created when inserting a new spafgraph::Node in the graph of a SpafDB. More...
This an interface to define strategy on how proximity edges are created when inserting a new spafgraph::Node in the graph of a SpafDB.
Definition at line 23 of file ProximityStrategy.hpp.
#include <ProximityStrategy.hpp>
Public Member Functions | |
virtual std::vector< const spafgraph::EdgeProximity * > | createProximitiesEdges (const SpafDB *_db, spafgraph::Node *_node) const =0 |
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 =0 |
Generated on Wed Oct 15 2014 00:37:51 for Jafar by doxygen 1.7.6.1 |