DFNgen  2.0
DFN Model Generator
debugFunctions.h
Go to the documentation of this file.
1 #ifndef _DEBUGFUNCTIONS_H_
2 #define _DEBUGFUNCTIONS_H_
3 
4 #include <vector>
5 #include "structures.h"
6 
7 void printAllPolys(std::vector<Poly> &acceptedPoly);
8 void printAllTriplePts(std::vector<Point> &triplePois);
9 void printIntersectionData(std::vector<IntPoints> &intPts);
10 void printGroupData(Stats &pstats, std::vector<Poly> &acceptedPoly);
11 void printPolyData(struct Poly &poly);
12 void printShapeFams(std::vector<Shape> &shapeFamilies);
13 #endif
14 
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)