ViewsCompatibleConcept Struct Template Reference
[GIL's 2-Dimensional Pixel Image View]

#include <gil_concept.hpp>

List of all members.


Detailed Description

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

ViewsCompatibleConcept.

// 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>;
};


Public Member Functions

void constraints ()

The documentation for this struct was generated from the following file:

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