remove getData and getBytes on image_view (they are unused) - refs #2627
This commit is contained in:
parent
63ccb4c36c
commit
e4cb1b33a0
1 changed files with 0 additions and 11 deletions
|
@ -105,22 +105,11 @@ public:
|
||||||
return data_.getRow(row + y_, x0) + x_;
|
return data_.getRow(row + y_, x0) + x_;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline const unsigned char* getBytes() const
|
|
||||||
{
|
|
||||||
return data_.getBytes();
|
|
||||||
}
|
|
||||||
|
|
||||||
inline T const& data() const
|
inline T const& data() const
|
||||||
{
|
{
|
||||||
return data_;
|
return data_;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline const pixel_type* getData() const
|
|
||||||
{
|
|
||||||
return data_.getData();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
unsigned x_;
|
unsigned x_;
|
||||||
unsigned y_;
|
unsigned y_;
|
||||||
|
|
Loading…
Reference in a new issue