PixelsCompatibleConcept Struct Template Reference
[Pixel]

#include <gil_concept.hpp>

List of all members.


Detailed Description

template<typename P1, typename P2>
struct PixelsCompatibleConcept< P1, P2 >

Pixels compatible concept.

// Pixels are compatible if they have compatible color spaces and the same channel values
template <HeterogeneousPixelConcept P1, HeterogeneousPixelConcept P2>
concept PixelsCompatibleConcept {
    where ColorSpacesCompatibleConcept<P1::color_space_t, P2::color_space_t>;
    template <size_t D> where P1::kth_channel<D>::value_type == P2::kth_channel<D>::value_type; 
};


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