public interface IndexIterator
Modifier and Type | Method | Description |
---|---|---|
int |
getD() |
Get the number of dimensions
|
boolean |
hasNext() |
See if there are more indices
|
boolean |
isLazySafe() |
Indicates whether it is appropriate to simply scale the original
boundary lines when in 'large box' mode.
|
int[] |
next() |
Get the next set of indices
|
void |
reset() |
Resets iteration; should be called before use
|
void |
setSize(int[] size) |
Sets the size of each dimension; in general they should all be the
same size.
|
int getD()
void reset()
boolean hasNext()
int[] next()
void setSize(int[] size)
size
- an array of sizes to setboolean isLazySafe()