Click or drag to resize

FilteredVertexAndEdgeListGraph<TVertex, TEdge, TGraph> Properties

The FilteredVertexAndEdgeListGraph<TVertex, TEdge, TGraph> generic type exposes the following members.

Properties
  NameDescription
Public propertyAllowParallelEdges (Inherited from FilteredGraph<TVertex, TEdge, TGraph>.)
Public propertyBaseGraph (Inherited from FilteredGraph<TVertex, TEdge, TGraph>.)
Public propertyEdgeCount
Public propertyEdgePredicate (Inherited from FilteredGraph<TVertex, TEdge, TGraph>.)
Public propertyEdges
Public propertyIsDirected (Inherited from FilteredGraph<TVertex, TEdge, TGraph>.)
Public propertyIsEdgesEmpty
Public propertyIsVerticesEmpty (Inherited from FilteredVertexListGraph<TVertex, TEdge, Graph>.)
Public propertyVertexCount (Inherited from FilteredVertexListGraph<TVertex, TEdge, Graph>.)
Public propertyVertexPredicate (Inherited from FilteredGraph<TVertex, TEdge, TGraph>.)
Public propertyVertices (Inherited from FilteredVertexListGraph<TVertex, TEdge, Graph>.)
Top
See Also