1 #ifndef _DEBUGFUNCTIONS_H_ 2 #define _DEBUGFUNCTIONS_H_ void printShapeFams(std::vector< Shape > &shapeFamilies)
void printPolyData(struct Poly &poly)
void printGroupData(Stats &pstats, std::vector< Poly > &acceptedPoly)
void printAllTriplePts(std::vector< Point > &triplePois)
void printAllPolys(std::vector< Poly > &acceptedPoly)
void printIntersectionData(std::vector< IntPoints > &intPts)