DFNgen
2.0
DFN Model Generator
|
#include <structures.h>
Public Attributes | |
Point | triplePoint |
std::vector< int > | intIndex |
Holds temporary triple point data while FRAM is checking all intersections for a new polygon/fracture.
Once a fracture is accepted, the temporary triple point 'triplePoint' is moved to its permanent location.
'intIdx' is used to update intersection point structures' (IntPoints) rejerences to the new triple intersection points. 'intIdx' contains the index of the triple point in the permanent triple points array IF the fracture is accepted.
If the fracture is rejected, this data is discraded.
Definition at line 181 of file structures.h.
std::vector<int> TriplePtTempData::intIndex |
Index to 'triplePoints' array in main() to where this point would be stored if the FRAM checks pass.
Definition at line 186 of file structures.h.
Point TriplePtTempData::triplePoint |
Triple intersection point.
Definition at line 183 of file structures.h.