DFNgen  2.0
DFN Model Generator
RejectionReasons Struct Reference

#include <structures.h>

Public Member Functions

 RejectionReasons ()
 

Public Attributes

unsigned long long int shortIntersection
 
unsigned long long int closeToNode
 
unsigned long long int closeToEdge
 
unsigned long long int closePointToEdge
 
unsigned long long int outside
 
unsigned long long int triple
 
unsigned long long int interCloseToInter
 

Detailed Description

Rejection reason counters.

Definition at line 250 of file structures.h.

Constructor & Destructor Documentation

§ RejectionReasons()

RejectionReasons::RejectionReasons ( )

Zeros all rejection counters.

Definition at line 16 of file structures.cpp.

Member Data Documentation

§ closePointToEdge

unsigned long long int RejectionReasons::closePointToEdge

Definition at line 260 of file structures.h.

§ closeToEdge

unsigned long long int RejectionReasons::closeToEdge

Rejections due to intersections being too close to polygon edges.

Definition at line 258 of file structures.h.

§ closeToNode

unsigned long long int RejectionReasons::closeToNode

Rejections due to intersections being too close to close to polygon verties.

Definition at line 255 of file structures.h.

§ interCloseToInter

unsigned long long int RejectionReasons::interCloseToInter

Rejections due to an intersection landing too close to another intersection.

Definition at line 267 of file structures.h.

§ outside

unsigned long long int RejectionReasons::outside

Rejections due to fractures landing outside of the domain.

Definition at line 262 of file structures.h.

§ shortIntersection

unsigned long long int RejectionReasons::shortIntersection

Rejections due to intersection of length less than h.

Definition at line 252 of file structures.h.

§ triple

unsigned long long int RejectionReasons::triple

Rejections due to triple intersection problem.

Definition at line 264 of file structures.h.


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