4#ifndef __IndexRange3D_H__
5#define __IndexRange3D_H__
44 inline IndexRange3D();
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 file defines the stir::IndexRange class.