channel_traits Struct Template Reference
[Models]

#include <channel.hpp>


Detailed Description

template<typename T>
struct boost::gil::channel_traits< T >

Traits for channels. Contains the following members:.

template <typename Channel>
struct channel_traits {
    typedef ... value_type;
    typedef ... reference;
    typedef ... pointer;
    typedef ... const_reference;
    typedef ... const_pointer;
    
    static const bool is_mutable;
    static value_type min_value();
    static value_type max_value();
};


The documentation for this struct was generated from the following file:
Generated on Thu Nov 8 21:53:21 2007 for Generic Image Library by  doxygen 1.4.4