DFNgen  2.0
DFN Model Generator
TriplePtTempData Struct Reference

#include <structures.h>

Collaboration diagram for TriplePtTempData:

Public Attributes

Point triplePoint
 
std::vector< int > intIndex
 

Detailed Description

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.

Member Data Documentation

§ intIndex

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.

§ triplePoint

Point TriplePtTempData::triplePoint

Triple intersection point.

Definition at line 183 of file structures.h.


The documentation for this struct was generated from the following file: