Removes a node and the edges.

Namespace: Spherical.Nodes
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public bool RemoveNode(
	Node<T> node
)
Visual C++
public:
bool RemoveNode(
	Node<T>^ node
)
F#
member RemoveNode : 
        node:Node<'T> -> bool 

Parameters

node
Type: Spherical.Nodes..::..Node<(Of <(<'T>)>)>

[Missing <param name="node"/> documentation for "M:Spherical.Nodes.Graph`1.RemoveNode(Spherical.Nodes.Node{`0})"]

Return Value

[Missing <returns> documentation for "M:Spherical.Nodes.Graph`1.RemoveNode(Spherical.Nodes.Node{`0})"]

Remarks

Assumes that all links are bidirectional and only looks at the neighbors.

See Also