Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
image_view.hpp File Referenceimage view class More...
#include "gil_config.hpp"
#include <cstddef>
#include <iterator>
#include "pixel_iterator.hpp"
Go to the source code of this file.
Detailed Description
- Author:
- Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
- Date:
- 2005-2006
Last updated on May 16, 2006
Definition in file image_view.hpp.
Function Documentation
template<typename T> |
T::x_coord_t get_width |
( |
const T & |
a |
) |
|
|
|
Returns the width of an image or an image view.
Definition at line 184 of file image_view.hpp. |
template<typename T> |
T::y_coord_t get_height |
( |
const T & |
a |
) |
|
|
|
Returns the height of an image or an image view.
Definition at line 187 of file image_view.hpp. |
template<typename T> |
T::point_t get_dimensions |
( |
const T & |
v |
) |
|
|
|
Returns the dimensions of an image or an image view.
Definition at line 190 of file image_view.hpp. |
|