Adobe Systems, Inc.

ViewsCompatibleConcept< V1, V2 > Struct Template Reference
[GIL's 2-Dimensional Pixel Image View]

ViewsCompatibleConcept. More...

#include <gil_concept.hpp>

List of all members.


Public Member Functions

void constraints ()

Detailed Description

template<typename V1, typename V2>
struct ViewsCompatibleConcept< V1, V2 >

// Views are compatible if they have compatible color spaces and the same channel values
template <ImageViewConcept V1, ImageViewConcept V2>
concept ViewsCompatibleConcept {
    where PixelsCompatibleConcept<V1::pixel_t, P2::pixel_t>;
};

Definition at line 1650 of file gil_concept.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