Refactor processing_chain by splitting into sub functions
This commit is contained in:
@@ -344,7 +344,7 @@ class StaticRTree
|
||||
StaticRTree(const StaticRTree &) = delete;
|
||||
|
||||
// Construct a packed Hilbert-R-Tree with Kamel-Faloutsos algorithm [1]
|
||||
explicit StaticRTree(std::vector<EdgeDataT> &input_data_vector,
|
||||
explicit StaticRTree(const std::vector<EdgeDataT> &input_data_vector,
|
||||
const std::string tree_node_filename,
|
||||
const std::string leaf_node_filename,
|
||||
const std::vector<QueryNode> &coordinate_list)
|
||||
|
||||
Reference in New Issue
Block a user