DFNgen
2.0
DFN Model Generator
|
#include <iostream>
#include <vector>
#include "debugFunctions.h"
#include "input.h"
#include "insertShape.h"
Go to the source code of this file.
Functions | |
void | printAllPolys (std::vector< Poly > &acceptedPoly) |
void | printAllTriplePts (std::vector< Point > &triplePoints) |
void | printIntersectionData (std::vector< IntPoints > &intPts) |
void | printGroupData (Stats &pstats, std::vector< Poly > &fractList) |
void | printPolyData (struct Poly &poly) |
void | printShapeFams (std::vector< Shape > &shapeFamilies) |
void printAllPolys | ( | std::vector< Poly > & | acceptedPoly | ) |
Print all polygon Poly variables to screen. Arg 1: std vector array of Poly
Definition at line 9 of file debugFunctions.cpp.
void printAllTriplePts | ( | std::vector< Point > & | triplePoints | ) |
Print all triple intersection points to screen. Arg 1: std vector array of Point, triple intersection points
Definition at line 18 of file debugFunctions.cpp.
Print all fracture cluster data to screen. Arg 1: Stats statistics structure Arg 2: std vector array of Poly, all accepted fractures
Definition at line 48 of file debugFunctions.cpp.
void printIntersectionData | ( | std::vector< IntPoints > & | intPts | ) |
Print all intersection structure IntPoint data. Arg 1: std vector array of IntPoint
Definition at line 29 of file debugFunctions.cpp.
void printPolyData | ( | struct Poly & | poly | ) |
Print Poly variables to screen. Arg 1: Poly structure to print to screen
Definition at line 79 of file debugFunctions.cpp.
void printShapeFams | ( | std::vector< Shape > & | shapeFamilies | ) |
Print all fracture Shape families and variables to screen. Arg 1: std vector array of Shape
Definition at line 119 of file debugFunctions.cpp.