32 std::vector<std::pair<Vertex, Graph*>>
34 const Geometry::Vec3& p,
53 const std::vector<Graph*>& group,
std::vector< std::pair< Vertex, Graph * > > determineMergePoints(const Geometry::Vec3 &p, Graph *graphA, Graph *graphB, const Octree *octree, AABB &aabb)
Get the points to which a intersection point shall be connected.
Definition: Merge.cpp:26
This file declares the struct Octree that implements the octree data structure.
Graph * merge(const std::vector< Graph *> &group, Octree *octree)
Create one big graph out of the given group.
Definition: Merge.cpp:56
boost::adjacency_list< boost::vecS, boost::vecS, boost::undirectedS, GraphVertex, GraphEdge > Graph
Shorthand notation for the graph used.
Definition: Using.h:42