iso::cl::ImageObject< DataType > Class Template Reference

#include <iso_cl_image_object.h>

Inherits iso::cl::MemoryObject.

Inheritance diagram for iso::cl::ImageObject< DataType >:

Inheritance graph
[legend]
Collaboration diagram for iso::cl::ImageObject< DataType >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ImageObject (MemoryUsage pUsage, const math::Vector< int > &pSize, ColorType pColorType) throw (CLException)
 ImageObject (MemoryUsage pUsage, DataType *pData, const math::Vector< int > &pSize, ColorType pColorType) throw (CLException)
 ~ImageObject ()
void reset (MemoryUsage pUsage, const math::Vector< int > &pSize, ColorType pColorType) throw (CLException)
void reset (MemoryUsage pUsage, DataType *pData, const math::Vector< int > &pSize, ColorType pColorType) throw (CLException)
const math::Vector< int > & size () const
ColorType colorType () const
int channelCount () const
DataTypedata ()
const DataTypedata () const
void setData (DataType *pData)
void read (Queue &pQueue) throw (CLException)
void write (Queue &pQueue) throw (CLException)
void read (Queue &pQueue, DataType *pData) throw (CLException)
void write (Queue &pQueue, DataType *pData) throw (CLException)

Static Protected Member Functions

static int channelCount (ColorType pColorType)

Protected Attributes

math::Vector< int > mSize
ColorType mColorType
DataTypemData

template<typename DataType>
class iso::cl::ImageObject< DataType >


Constructor & Destructor Documentation

template<typename DataType>
iso::cl::ImageObject< DataType >::ImageObject ( MemoryUsage  pUsage,
const math::Vector< int > &  pSize,
ColorType  pColorType 
) throw (CLException)

template<typename DataType>
iso::cl::ImageObject< DataType >::ImageObject ( MemoryUsage  pUsage,
DataType pData,
const math::Vector< int > &  pSize,
ColorType  pColorType 
) throw (CLException)

template<typename DataType>
iso::cl::ImageObject< DataType >::~ImageObject (  ) 


Member Function Documentation

template<typename DataType>
void iso::cl::ImageObject< DataType >::reset ( MemoryUsage  pUsage,
const math::Vector< int > &  pSize,
ColorType  pColorType 
) throw (CLException)

template<typename DataType>
void iso::cl::ImageObject< DataType >::reset ( MemoryUsage  pUsage,
DataType pData,
const math::Vector< int > &  pSize,
ColorType  pColorType 
) throw (CLException)

template<typename DataType>
const math::Vector< int > & iso::cl::ImageObject< DataType >::size (  )  const

template<typename DataType>
ColorType iso::cl::ImageObject< DataType >::colorType (  )  const

template<typename DataType>
int iso::cl::ImageObject< DataType >::channelCount (  )  const

template<typename DataType>
DataType * iso::cl::ImageObject< DataType >::data (  ) 

template<typename DataType>
const DataType * iso::cl::ImageObject< DataType >::data (  )  const

template<typename DataType>
void iso::cl::ImageObject< DataType >::setData ( DataType pData  ) 

template<typename DataType>
void iso::cl::ImageObject< DataType >::read ( Queue pQueue  )  throw (CLException) [virtual]

Implements iso::cl::MemoryObject.

template<typename DataType>
void iso::cl::ImageObject< DataType >::write ( Queue pQueue  )  throw (CLException) [virtual]

Implements iso::cl::MemoryObject.

template<typename DataType>
void iso::cl::ImageObject< DataType >::read ( Queue pQueue,
DataType pData 
) throw (CLException)

template<typename DataType>
void iso::cl::ImageObject< DataType >::write ( Queue pQueue,
DataType pData 
) throw (CLException)

template<typename DataType>
int iso::cl::ImageObject< DataType >::channelCount ( ColorType  pColorType  )  [static, protected]


Member Data Documentation

template<typename DataType>
math::Vector<int> iso::cl::ImageObject< DataType >::mSize [protected]

template<typename DataType>
ColorType iso::cl::ImageObject< DataType >::mColorType [protected]

template<typename DataType>
DataType* iso::cl::ImageObject< DataType >::mData [protected]


The documentation for this class was generated from the following file:
Generated on Fri Feb 25 13:51:14 2011 for iso_cl by  doxygen 1.5.1