35 namespace ost {
namespace img {
namespace image_state {
42 Index(
unsigned int uu,
unsigned int vv,
unsigned int ww):
46 bool equal(
const Index& i)
const;
76 operator Index()
const;
78 unsigned int w_,h_,d_;
class encapsulating 1D to 3D size
DLLEXPORT_OST_IMG_BASE std::ostream & operator<<(std::ostream &out, const Index &i)
DLLEXPORT_OST_IMG_BASE bool operator!=(const Index &i1, const Index &i2)
DLLEXPORT_OST_IMG_BASE bool operator==(const Index &i1, const Index &i2)
Index(unsigned int uu, unsigned int vv, unsigned int ww)
#define DLLEXPORT_OST_IMG_BASE