v_sim.NodeNeighboursIter¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
dxyz |
[ |
r/w |
the vector, from origin to neighbour. |
index |
r/w |
current neighbour index. |
|
nei |
r/w |
parent |
|
neiId |
r/w |
node id of the current neighbour. |
|
nnei |
r/w |
number of neighbours. |
|
nodeId |
r/w |
node id of the current node. |
Methods¶
|
Details¶
- class v_sim.NodeNeighboursIter¶
Iterator structure used to span over the neighbours of nodeId.
New in version 3.8.
- next()¶
-
Look to the next neighbour, see
v_sim.NodeNeighbours.iter().New in version 3.8.