CellNetwork.has_vertex

CellNetwork.has_vertex(vertex)[source]

Verify that a vertex is in the cell network.

Parameters:
vertexint

The identifier of the vertex.

Returns:
bool

True if the vertex is in the cell network. False otherwise.

See also

has_edge(), has_face(), has_cell()