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