Cortex  10.0.0-a4
Public Types | Public Member Functions | Static Public Member Functions | List of all members
IECoreMaya::MImageAccessor< T > Struct Template Reference

#include <MImageAccessor.h>

Public Types

typedef void ReturnType
 

Public Member Functions

 BOOST_STATIC_ASSERT (sizeof(T)==0)
 

Static Public Member Functions

static ReturnType getPixels (MImage &i)
 

Detailed Description

template<typename T>
struct IECoreMaya::MImageAccessor< T >

A templated class to allow straight-forward access to pixel data stored in MImage instances. The class is templated on the "raw" type of the data returned, e.g. "float", to retrieve pixel data from an MImage of type MImage::kFloat, or "unsigned char" to retrieve pixel data from an MImage of type MImage::kByte;


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