SMIL  1.0.4
MultichannelType< T, N > Class Template Reference
+ Inheritance diagram for MultichannelType< T, N >:
+ Collaboration diagram for MultichannelType< T, N >:

Public Types

typedef T DataType
 

Public Member Functions

 MultichannelType (const T &val)
 
 MultichannelType (const T &_r, const T &_g, const T &_b)
 
 MultichannelType (const MultichannelType< T, N > &mc)
 
MultichannelTypeoperator= (const MultichannelType &mc)
 
bool operator== (const MultichannelType &mc) const
 
bool operator== (const int &val) const
 
bool operator!= (const MultichannelType &mc) const
 
bool operator!= (const int &val) const
 
bool operator< (const MultichannelType &mc) const
 
bool operator<= (const MultichannelType &mc) const
 
bool operator> (const MultichannelType &mc) const
 
bool operator>= (const MultichannelType &mc) const
 
MultichannelType operator~ ()
 
MultichannelType operator! ()
 
MultichannelType operator- (const MultichannelType &mc) const
 
MultichannelType operator- (const int &val) const
 
MultichannelType operator- (const size_t &val) const
 
MultichannelType operator- ()
 
MultichannelType operator+ (const MultichannelType &mc) const
 
MultichannelType operator+ (const int &val) const
 
MultichannelTypeoperator+= (const MultichannelType &mc)
 
MultichannelTypeoperator-= (const MultichannelType &mc)
 
MultichannelType operator* (const MultichannelType &mc) const
 
MultichannelType operator* (const double &val) const
 
MultichannelType operator* (const size_t &val) const
 
MultichannelType operator/ (const MultichannelType &mc) const
 
MultichannelType operator/ (const double &val) const
 
MultichannelType operator/ (const size_t &val) const
 
MultichannelType operator& (const MultichannelType &mc)
 
MultichannelType operator^ (const MultichannelType &mc)
 
MultichannelType operator| (const MultichannelType &mc)
 
MultichannelType operator|= (const MultichannelType &mc)
 
MultichannelTypeoperator++ (int)
 
MultichannelType operator&& (const MultichannelType &mc)
 
MultichannelType operator|| (const MultichannelType &mc)
 
T & operator[] (UINT i)
 
const T & operator[] (UINT i) const
 
 operator double () const
 
 operator int () const
 
 operator UINT () const
 
 operator size_t () const
 
 operator UINT8 () const
 
 operator UINT16 () const
 
 operator bool () const
 
 operator signed char () const
 
 operator char () const
 
 operator long int () const
 
 operator short int () const
 
virtual const T & value (const UINT &i) const
 
virtual T & value (const UINT &i)
 

Static Public Member Functions

static UINT channelNumber ()
 

Protected Attributes

c [N]
 

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