TypeTraits< PixRGB< T > > Struct Template Reference

Specialize TypeTraits to indicate that PixRGB is a "trivial" type. More...

#include <Image/PixelsTypes.H>

List of all members.

Public Types

enum  { isTrivial = TypeTraits<T>::isTrivial }

Detailed Description

template<class T>
struct TypeTraits< PixRGB< T > >

Specialize TypeTraits to indicate that PixRGB is a "trivial" type.

That is, it is a type that can be safely initialized with memset(), and safely copied with memcpy(). In practical terms, this means we're relying on PixRGB not to do anything significant in its copy constructor or destructor.

Definition at line 79 of file PixelsTypes.H.


The documentation for this struct was generated from the following file:
Generated on Sun May 8 08:43:50 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3