The Node type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddLink |
Add a link to this node. The link.node1 has to be this node.
|
![]() | EndIterator |
Gets a value indicating if the Links iterator has ended. I.e, there are no more links to iterate on.
|
![]() | Equals | (Inherited from Object.) |
![]() | ExistLinkWith |
Gets a value indicating if exist link with a node that has the specied identifier.
|
![]() | Finalize | Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados. (Inherited from Object.) |
![]() | GetHashCode | Actúa como función hash para un tipo concreto. (Inherited from Object.) |
![]() | GetLinkWith |
Gets the link with the node that has the specified identifier.
|
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | NextLink |
Gets the next link in the iterator and advances one position.
|
![]() | ResetIterator |
Reset the Links iterator for this node.
|
![]() | TakeOnlyKClosestEdges |
Makes that this node mantains only the k closest edges in its links, removing the other ones.
|
![]() | ToString |
Gets a string representation for this node.
(Overrides Object..::..ToString()()()().) |