|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
| AdjacencySets (int nb) | |
| HashSet< int > | GetAdjacencySet (int vIndex) |
| void | AddAllTriangles (int[] triangles) |
Private Attributes | |
| HashSet< int >[] | vertexArray |
Static Private Attributes | |
| static int | NBVERT = 65000 |
Definition at line 5 of file AdjacencySets.cs.
| AdjacencySets.AdjacencySets | ( | int | nb | ) |
Definition at line 18 of file AdjacencySets.cs.
References NBVERT.
| void AdjacencySets.AddAllTriangles | ( | int[] | triangles | ) |
Definition at line 31 of file AdjacencySets.cs.
Referenced by GenerateMesh.CreateSurfaceObjects().
Here is the caller graph for this function:| HashSet<int> AdjacencySets.GetAdjacencySet | ( | int | vIndex | ) |
Definition at line 26 of file AdjacencySets.cs.
Referenced by SmoothFilter.BuildNeighborsLists(), and SmoothFilter.IsInsideVertex().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 7 of file AdjacencySets.cs.
Referenced by AdjacencySets().
|
private |
Definition at line 6 of file AdjacencySets.cs.