Adobe Systems, Inc.

MutableHeterogeneousPixelConcept< P > Struct Template Reference
[Heterogeneous Pixel]

Mutable heterogeneous pixel concept. More...

#include <gil_concept.hpp>

List of all members.


Public Member Functions

void constraints ()

Detailed Description

template<typename P>
struct MutableHeterogeneousPixelConcept< P >

// Mutable pixels are assignable and provide channel modifiers
template <typename P>
concept MutableHeterogeneousPixelConcept : HeterogeneousPixelConcept<P> {
    template <HeterogeneousPixelConcept P2> where { PixelsCompatibleConcept<P,P2> } 
         P& operator=(const P2&);
    
    template <size_t D> kth_channel<D>::type::reference semantic_channel();
    template <size_t D> kth_channel<D>::type::reference channel();
};

Definition at line 454 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