Class DGraphN
Implementation of DGraph that has no dimensionality, ie no data stored for vertieces besides indices.
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class DGraphN : DGraph
Methods
append_new_split_vertex(Int32, Int32)
Declaration
protected override int append_new_split_vertex(int a, int b)
Parameters
Type | Name | Description |
---|---|---|
Int32 | a | |
Int32 | b |
Returns
Type | Description |
---|---|
Int32 |
Overrides
AppendVertex()
Declaration
public int AppendVertex()
Returns
Type | Description |
---|---|
Int32 |