4#ifndef __IndexRange2D_H__
5#define __IndexRange2D_H__
43 inline IndexRange2D();
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);
inline implementations for stir::IndexRange2D.
This file defines the stir::IndexRange class.