Pathfinder
|
This file declares all functionality needed to create groups of possibly intersecting meshes. More...
Go to the source code of this file.
Namespaces | |
Pathfinder | |
Functions | |
bool | Pathfinder::allVisited (const std::vector< bool > &boolVec) |
Check whether all entries in boolVec are true. More... | |
size_t | Pathfinder::getNextUnvisited (const std::vector< bool > &boolVec) |
Search in boolVec for the first value equal to false and return its index. More... | |
std::vector< std::vector< Graph * > > | Pathfinder::buildGroups (const std::vector< MinSG::GeometryNode * > &nodes, const std::vector< Graph * > &graphList) |
Compute the groups of possibly intersecting meshes. More... | |
This file declares all functionality needed to create groups of possibly intersecting meshes.