29 const std::vector<bool>& boolVec
44 const std::vector<bool>& boolVec
61 std::vector<std::vector<Graph*>>
63 const std::vector<MinSG::GeometryNode*>& nodes,
64 const std::vector<Graph*>& graphList
This file declares the struct MeshAccessor that presents a convenient way to access meshes...
bool allVisited(const std::vector< bool > &boolVec)
Check whether all entries in boolVec are true.
Definition: BuildGroups.cpp:21
std::vector< std::vector< Graph * > > buildGroups(const std::vector< MinSG::GeometryNode *> &nodes, const std::vector< Graph *> &graphList)
Compute the groups of possibly intersecting meshes.
Definition: BuildGroups.cpp:42
size_t getNextUnvisited(const std::vector< bool > &boolVec)
Search in boolVec for the first value equal to false and return its index.
Definition: BuildGroups.cpp:31
This file provides using and enum declarations.