UnityMol  0.9.6-875
UnityMol viewer / In developement
EdgeGrid Class Reference
+ Collaboration diagram for EdgeGrid:

Public Member Functions

 EdgeGrid (int x, int y, int z)
 
int AddVertex (int x, int y, int z, int t, int index)
 

Private Attributes

EdgeArray[,,] _grid
 

Detailed Description

Definition at line 4 of file EdgeGrid.cs.

Constructor & Destructor Documentation

EdgeGrid.EdgeGrid ( int  x,
int  y,
int  z 
)

Definition at line 8 of file EdgeGrid.cs.

Member Function Documentation

int EdgeGrid.AddVertex ( int  x,
int  y,
int  z,
int  t,
int  index 
)

Adds the index of the vertex to the edge grid.

Returns
Either the index of the vertex that was already there if if existed, or the index of the new one.
Parameters
xX.
yY.
zZ.
indexIndex.

Definition at line 43 of file EdgeGrid.cs.

References EdgeArray.GetEdge(), and EdgeArray.SetEdge().

+ Here is the call graph for this function:

Member Data Documentation

EdgeArray [,,] EdgeGrid._grid
private

Definition at line 6 of file EdgeGrid.cs.


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