UnityMol  0.9.6-875
UnityMol viewer / In developement
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
BenTools.Mathematics.VEdgeNode Class Reference
+ Inheritance diagram for BenTools.Mathematics.VEdgeNode:
+ Collaboration diagram for BenTools.Mathematics.VEdgeNode:

Public Member Functions

 VEdgeNode (VoronoiEdge E, bool Flipped)
 
double Cut (double ys, double x)
 
- Public Member Functions inherited from BenTools.Mathematics.VNode
void Replace (VNode ChildOld, VNode ChildNew)
 

Public Attributes

VoronoiEdge Edge
 
bool Flipped
 

Additional Inherited Members

- Static Public Member Functions inherited from BenTools.Mathematics.VNode
static VDataNode FirstDataNode (VNode Root)
 
static VDataNode LeftDataNode (VDataNode Current)
 
static VDataNode RightDataNode (VDataNode Current)
 
static VEdgeNode EdgeToRightDataNode (VDataNode Current)
 
static VDataNode FindDataNode (VNode Root, double ys, double x)
 
static VNode ProcessDataEvent (VDataEvent e, VNode Root, VoronoiGraph VG, double ys, out VDataNode[] CircleCheckList)
 
static VNode ProcessCircleEvent (VCircleEvent e, VNode Root, VoronoiGraph VG, double ys, out VDataNode[] CircleCheckList)
 
static VCircleEvent CircleCheckDataNode (VDataNode n, double ys)
 
- Properties inherited from BenTools.Mathematics.VNode
VNode Left [get, set]
 
VNode Right [get, set]
 
VNode Parent [get, set]
 

Detailed Description

Definition at line 303 of file FortuneVoronoi.cs.

Constructor & Destructor Documentation

BenTools.Mathematics.VEdgeNode.VEdgeNode ( VoronoiEdge  E,
bool  Flipped 
)

Definition at line 305 of file FortuneVoronoi.cs.

Member Function Documentation

double BenTools.Mathematics.VEdgeNode.Cut ( double  ys,
double  x 
)

Member Data Documentation

VoronoiEdge BenTools.Mathematics.VEdgeNode.Edge

Definition at line 310 of file FortuneVoronoi.cs.

bool BenTools.Mathematics.VEdgeNode.Flipped

Definition at line 311 of file FortuneVoronoi.cs.


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