This range range the VectorD objects whose coordinates are such that
where
is the ith basis vector,
is an arbitrary integer and
ranges over the dimension of the vector.
Public Types | |
typedef iterator | const_iterator |
typedef GridIteratorD< D > | iterator |
Public Member Functions | |
const_iterator | begin () const |
const_iterator | end () const |
GridRangeD (const VectorD< D > &min, const VectorD< D > &max, double step) | |
Create a new range on the volume [min, max] with step step. |