1 #ifndef _clusterGroups_h_ 2 #define _clusterGroups_h_ 7 bool facesMatch(
bool *facesOption,
bool *faces);
9 void updateGroups(
Poly &newPoly, std::vector<Poly> &acceptedPoly, std::vector<unsigned int> &encounteredGroups,
Stats &pstats,
int newPolyIndex);
std::vector< unsigned int > getCluster(Stats &pstats)
bool facesMatch(bool *facesOption, bool *faces)
void assignGroup(Poly &newPoly, Stats &pstats, int newPolyIndex)
void updateGroups(Poly &newPoly, std::vector< Poly > &acceptedPoly, std::vector< unsigned int > &encounteredGroups, Stats &pstats, int newPolyIndex)