v_sim.DataIter¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
boxXyz |
[ |
r/w |
the current node position, in reduced box coordinates. |
parent |
r/w |
the parent |
|
xyz |
[ |
r/w |
the current node position, in cartesian coordinates. |
Methods¶
|
|
|
|
|
Details¶
- class v_sim.DataIter¶
A structure, expanding
v_sim.NodeArrayIter, computing the current node position in cartesian or box coordinates.New in version 3.9.
- isValid()¶
-
Test if the iterator is still valid.
New in version 3.9.