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

#include <MArrayTraits.h>

Public Types

typedef void ValueType
 The type held in the array.
 
typedef void DataFn
 

Static Public Member Functions

static MFn::Type dataType ()
 

Detailed Description

template<class T>
struct IECoreMaya::MArrayTraits< T >

This traits class is useful for determining various bits of information about the maya array types, for use in template code.

Member Typedef Documentation

template<class T>
typedef void IECoreMaya::MArrayTraits< T >::DataFn

The type of the function set that operates on the associated arraydata type. Will be void if no such function set exists.

Member Function Documentation

template<class T>
static MFn::Type IECoreMaya::MArrayTraits< T >::dataType ( )
inlinestatic

Returns the maya api type of the associated arraydata type. Returns MFn::kInvalid if no associated type exists.


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