|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
| EdgeArray () | |
| int | GetEdge (int index) |
| void | SetEdge (int index, int vertexIndex) |
Private Attributes | |
| int[] | edgeOccupationArray |
Definition at line 4 of file EdgeArray.cs.
| EdgeArray.EdgeArray | ( | ) |
Definition at line 8 of file EdgeArray.cs.
| int EdgeArray.GetEdge | ( | int | index | ) |
Definition at line 12 of file EdgeArray.cs.
Referenced by EdgeGrid.AddVertex().
Here is the caller graph for this function:| void EdgeArray.SetEdge | ( | int | index, |
| int | vertexIndex | ||
| ) |
Definition at line 16 of file EdgeArray.cs.
Referenced by EdgeGrid.AddVertex().
Here is the caller graph for this function:
|
private |
Definition at line 6 of file EdgeArray.cs.