4 #ifndef __IndexRange2D_H__ 5 #define __IndexRange2D_H__ 45 inline IndexRange2D(
const int min_1,
const int max_1,
const int min_2,
const int max_2);
46 inline IndexRange2D(
const int length_1,
const int length_2);
This class defines ranges which can be 'irregular'.
Definition: ArrayFunctionObject.h:32
inline implementations for stir::IndexRange2D.
a 'convenience' class for 2D index ranges.
Definition: IndexRange2D.h:36
This file defines the stir::IndexRange class.