#include "au_array_iterator.h"
|
| void | iterate (std::vector< int > &ordinates_p, const std::vector< int > start_p, const std::vector< int > end_p) |
| | get the next ordinates_p from current ordinates_p call More...
|
| |
◆ iterate()
| void iterate |
( |
std::vector< int > & |
ordinates_p, |
|
|
const std::vector< int > |
start_p, |
|
|
const std::vector< int > |
end_p |
|
) |
| |
|
inline |
get the next ordinates_p from current ordinates_p call
Author: Bin Dong dbin@.nosp@m.lbl..nosp@m.gov Web: https://crd.lbl.gov/bin-dong Scientific Data Management Research Group Lawrence Berkeley National Laboratory
- Parameters
-
| ordinates_p,input | and output for current and next coordinate |
| start_p | is the start range, n-dimensional, including |
| end_p | is the end range, n-dimensional. including |