|
|
@ -42,11 +42,6 @@ class drawcanvas
|
|
|
|
const double& operator()(int channel, int ix, int iy) const;
|
|
|
|
const double& operator()(int channel, int ix, int iy) const;
|
|
|
|
double& at(int channel, int ix, int iy);
|
|
|
|
double& at(int channel, int ix, int iy);
|
|
|
|
const double& at(int channel, int ix, int iy) const;
|
|
|
|
const double& at(int channel, int ix, int iy) const;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
void test_drawcanvas1();
|
|
|
|
void test_drawcanvas1();
|
|
|
|