Example #1
0
 public bool IsEdge(int eID)
 {
     return(edges_refcount.IsValid(eID));
 }
Example #2
0
 public bool IsVertex(int vID)
 {
     return(vertices_refcount.IsValid(vID));
 }