xxx_is_basic
[Type Analysis Metafunctions]


Detailed Description

Determines if GIL constructs are basic. Basic constructs are the ones that can be generated with the type factory methods pixel_reference_type, iterator_type, locator_type, view_type and image_type They can be mutable/immutable, planar/interleaved, step/nonstep. They must use GIL-provided models.


Classes

struct  pixel_reference_is_basic
 Determines if a given pixel reference is basic Basic references must use gil::pixel& (if interleaved), gil::planar_pixel_reference (if planar). They must use the standard constness rules. More...
struct  iterator_is_basic
 Determines if a given pixel iterator is basic Basic iterators must use gil::pixel (if interleaved), gil::planar_pixel_iterator (if planar) and gil::memory_based_step_iterator (if step). They must use the standard constness rules. More...
struct  locator_is_basic
 Determines if a given locator is basic. A basic locator is memory-based and has basic x_iterator and y_iterator. More...
struct  view_is_basic
 Basic views must be over basic locators. More...
struct  image_is_basic
 Basic images must use basic views and std::allocator of char. More...

Copyright © 2006-2007 Adobe Systems Incorporated.

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

Search powered by Google