DFNgen  2.0
DFN Model Generator
debugFunctions.cpp File Reference
#include <iostream>
#include <vector>
#include "debugFunctions.h"
#include "input.h"
#include "insertShape.h"
Include dependency graph for debugFunctions.cpp:

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)
 

Function Documentation

§ printAllPolys()

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.

Here is the call graph for this function:

§ printAllTriplePts()

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.

§ printGroupData()

void printGroupData ( Stats pstats,
std::vector< Poly > &  fractList 
)

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.

§ printIntersectionData()

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.

§ printPolyData()

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.

Here is the caller graph for this function:

§ printShapeFams()

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.

Here is the call graph for this function:
Here is the caller graph for this function: