4 #ifndef __IndexRange3D_H__ 5 #define __IndexRange3D_H__ 46 inline IndexRange3D(
const int min_1,
const int max_1,
const int min_2,
const int max_2,
const int min_3,
const int max_3);
47 inline IndexRange3D(
const int length_1,
const int length_2,
const int length_3);
inline implementations for stir::IndexRange3D.
This class defines ranges which can be 'irregular'.
Definition: ArrayFunctionObject.h:32
This file defines the stir::IndexRange class.
a 'convenience' class for 3D index ranges. Provides an easier constructor for regular ranges...
Definition: IndexRange3D.h:37