The adjacency matrix of the mesh.
More...
|
| AdjacencyMatrix (TriangleNetMesh triangleNetMesh) |
|
| AdjacencyMatrix (int[] pcol, int[] irow) |
|
int | Bandwidth () |
| Computes the bandwidth of an adjacency matrix.
|
|
void | SortIndices () |
|
|
readonly int | N |
| Gets the number of columns (nodes of the mesh).
|
|
|
int[] | ColumnPointers [get] |
| Gets the column pointers.
|
|
int[] | RowIndices [get] |
| Gets the row indices.
|
|
The adjacency matrix of the mesh.
◆ Bandwidth()
int TriangleNet.Tools.AdjacencyMatrix.Bandwidth |
( |
| ) |
|
|
inline |
Computes the bandwidth of an adjacency matrix.
- Returns
- Bandwidth of the adjacency matrix.
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/TriangleNet/Scripts/Source/Tools/AdjacencyMatrix.cs