Adobe Systems, Inc.

any_image_view.hpp File Reference

Support for run-time instantiated image view. More...

#include "variant.hpp"
#include "../../core/image_view.hpp"
#include "../../core/image.hpp"

Go to the source code of this file.


Namespaces

namespace  detail

Classes

class  any_image_view< IMAGE_VIEW_TYPES >
 Represents a run-time specified image view. More...
struct  detail::any_type_get_dimensions
struct  detail::any_type_get_num_channels

get_width, get_height, get_dimensions, get_num_channels

Returns the dimensions and number of channels of an instance of any_image_view

template<typename TYPES>
GIL_FORCEINLINE point2< int > get_dimensions (const any_image_view< TYPES > &v)
template<typename TYPES>
GIL_FORCEINLINE int get_height (const any_image_view< TYPES > &a)
template<typename TYPES>
GIL_FORCEINLINE int get_num_channels (const any_image_view< TYPES > &a)
template<typename TYPES>
GIL_FORCEINLINE int get_width (const any_image_view< TYPES > &a)

Detailed Description

Author:
Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated

Definition in file any_image_view.hpp.


Function Documentation

template<typename TYPES>
GIL_FORCEINLINE int get_width const any_image_view< TYPES > &  a  ) 
 

Returns the width of any image view.

Definition at line 80 of file any_image_view.hpp.

template<typename TYPES>
GIL_FORCEINLINE int get_height const any_image_view< TYPES > &  a  ) 
 

Returns the height of any image view.

Definition at line 84 of file any_image_view.hpp.

template<typename TYPES>
GIL_FORCEINLINE point2<int> get_dimensions const any_image_view< TYPES > &  v  ) 
 

Returns the dimensions of any image view.

Definition at line 88 of file any_image_view.hpp.

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google