DFNgen  2.0
DFN Model Generator
removeFractures.h
Go to the documentation of this file.
1 #ifndef _REMOVEFRACTURES_H
2 #define _REMOVEFRACTURES_H
3 
4 #include "structures.h"
5 #include <vector>
6 
7 void removeFractures(double minSize, std::vector<Poly> &acceptedPolys, std::vector<IntPoints> &intPts, std::vector<Point> triplePoints, Stats &pstats);
8 #endif
void removeFractures(double minSize, std::vector< Poly > &acceptedPolys, std::vector< IntPoints > &intPts, std::vector< Point > triplePoints, Stats &pstats)