mathematical graph consisting from vertices and undirected edges Generated from class MR.Graph. This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_Graph () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Graph (MR._ByValue_Graph _other) |
| | Generated from constructor MR.Graph.Graph.
|
| |
|
unsafe ulong | vertSize () |
| | returns the number of vertex records, including invalid ones Generated from method MR.Graph.vertSize.
|
| |
|
unsafe MR.Const_GraphVertBitSet | validVerts () |
| | returns all valid vertices in the graph Generated from method MR.Graph.validVerts.
|
| |
|
unsafe bool | valid (MR.GraphVertId v) |
| | returns true if given vertex is valid Generated from method MR.Graph.valid.
|
| |
|
unsafe ulong | edgeSize () |
| | returns the number of edge records, including invalid ones Generated from method MR.Graph.edgeSize.
|
| |
|
unsafe MR.Const_GraphEdgeBitSet | validEdges () |
| | returns all valid edges in the graph Generated from method MR.Graph.validEdges.
|
| |
|
unsafe bool | valid (MR.GraphEdgeId e) |
| | returns true if given edge is valid Generated from method MR.Graph.valid.
|
| |
|
unsafe MR.Std.Const_Vector_MRGraphEdgeId | neighbours (MR.GraphVertId v) |
| | returns all edges adjacent to given vertex Generated from method MR.Graph.neighbours.
|
| |
|
unsafe MR.Graph.Const_EndVertices | ends (MR.GraphEdgeId e) |
| | returns the ends of given edge Generated from method MR.Graph.ends.
|
| |
|
unsafe MR.GraphEdgeId | findEdge (MR.GraphVertId a, MR.GraphVertId b) |
| | finds and returns edge between vertices a and b; returns invalid edge otherwise Generated from method MR.Graph.findEdge.
|
| |
|
unsafe bool | areNeighbors (MR.GraphVertId a, MR.GraphVertId b) |
| | returns true if the vertices a and b are neighbors Generated from method MR.Graph.areNeighbors.
|
| |
|
unsafe bool | checkValidity () |
| | verifies that all internal data structures are valid Generated from method MR.Graph.checkValidity.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
bool | _IsOwningVal |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
mathematical graph consisting from vertices and undirected edges Generated from class MR.Graph. This is the const half of the class.
The documentation for this class was generated from the following file: