Pathfinder
Namespaces | Functions
BuildGroups.h File Reference

This file declares all functionality needed to create groups of possibly intersecting meshes. More...

#include <stack>
#include "MeshAccessor.h"
#include "Using.h"
Include dependency graph for BuildGroups.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

This file declares all functionality needed to create groups of possibly intersecting meshes.

Author
Jan-Luca Hansel