35 #ifndef IE_COREMAYA_NUMERICTRAITS_H
36 #define IE_COREMAYA_NUMERICTRAITS_H
38 #include "boost/static_assert.hpp"
40 #include "maya/MFnNumericData.h"
41 #include "OpenEXR/ImathVec.h"
42 #include "OpenEXR/ImathColor.h"
55 BOOST_STATIC_ASSERT(
sizeof(T) == 0 );
56 return MFnNumericData::kInvalid;
63 BOOST_STATIC_ASSERT(
sizeof(T) == 0 );
64 return MFnNumericData::kInvalid;
126 #endif // IE_COREMAYA_NUMERICTRAITS_H
static MFnNumericData::Type baseDataType()
Definition: NumericTraits.h:61
Definition: NumericTraits.h:50
static MFnNumericData::Type dataType()
Returns the maya data type suitable for representing this type of number.
Definition: NumericTraits.h:53
The IECoreMaya namespace holds all the functionality of libIECoreMaya.
Definition: BoolParameterHandler.h:44
static bool isColor()
Definition: NumericTraits.h:69