Changeset 702 for trunk/include/mapnik/image_view.hpp
- Timestamp:
- 06/29/08 06:56:29 (6 months ago)
- Files:
-
- 1 modified
-
trunk/include/mapnik/image_view.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/mapnik/image_view.hpp
r701 r702 81 81 return width_; 82 82 } 83 84 83 inline unsigned height() const 85 84 { … … 91 90 return data_.getRow(row + y_) + x_; 92 91 } 93 94 92 inline T& data() 95 93 { 96 94 return data_; 97 95 } 98 99 96 inline T const& data() const 100 97 { 101 98 return data_; 102 99 } 103 100 104 101 private: 105 102 unsigned x_;
