Pathfinder
Namespaces | Functions
Merge.h File Reference

This file declares all functionality related to merging graphs. More...

#include <vector>
#include "Octree.h"
Include dependency graph for Merge.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Pathfinder
 

Functions

std::vector< std::pair< Vertex, Graph * > > Pathfinder::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. More...
 
Graph * Pathfinder::merge (const std::vector< Graph * > &group, Octree *octree)
 Create one big graph out of the given group. More...
 

Detailed Description

This file declares all functionality related to merging graphs.

Author
Jan-Luca Hansel