CADability dotNET
Definition of a node of this octtree.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public class Node<TT> : IComparable<OctTree<(Of <(<'T>)>)>..::..Node<TT>>
where TT : T
Visual Basic
Public Class Node(Of TT As T) _
	Implements IComparable(Of OctTree<(Of <(<'T>)>)>..::..Node(Of TT))
Visual C++
generic<typename TT>
where TT : T
public ref class Node : IComparable<OctTree<(Of <(<'T>)>)>..::..Node<TT>^>

Type Parameters

TT
The generic type, is the same type as the enclosing OctTree type

Inheritance Hierarchy

System..::..Object
  CADability..::..OctTree<(Of <(<'T>)>)>..::..Node<(Of <(<'TT>)>)>

See Also