UnityMol  0.9.6-875
UnityMol viewer / In developement
AdjacencySets Class Reference

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
 

Detailed Description

Definition at line 5 of file AdjacencySets.cs.

Constructor & Destructor Documentation

AdjacencySets.AdjacencySets ( int  nb)

Definition at line 18 of file AdjacencySets.cs.

References NBVERT.

Member Function Documentation

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:

Member Data Documentation

int AdjacencySets.NBVERT = 65000
staticprivate

Definition at line 7 of file AdjacencySets.cs.

Referenced by AdjacencySets().

HashSet<int> [] AdjacencySets.vertexArray
private

Definition at line 6 of file AdjacencySets.cs.


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