|
typedef ToMayaObjectConverterDescription< ToMayaArrayDataConverter > | Description |
|
typedef ToMayaObjectConverterPtr(* | CreatorFn) (IECore::ConstObjectPtr object) |
|
typedef std::map< TypeId, TypeId > | BaseTypeRegistryMap |
|
typedef std::map< TypeId, std::vector< TypeId > > | BaseTypesRegistryMap |
|
typedef std::map< TypeId, std::set< TypeId > > | DerivedTypesRegistryMap |
|
typedef tbb::spin_rw_mutex | Mutex |
|
typedef std::map< TypeId, std::string > | TypeIdsToTypeNamesMap |
|
typedef std::map< std::string, TypeId > | TypeNamesToTypeIdsMap |
|
|
virtual bool | doConversion (IECore::ConstObjectPtr from, MObject &to, IECore::ConstCompoundObjectPtr operands) const |
|
| ToMayaObjectConverter (const std::string &description, IECore::ConstObjectPtr object) |
|
| ToMayaConverter (const std::string &description, IECore::TypeId supportedType) |
|
| FromCoreConverter (const std::string &description, TypeId supportedType) |
|
| FromCoreConverter (const std::string &description, const ObjectParameter::TypeIdSet &supportedTypes) |
|
| FromCoreConverter (const std::string &description, const TypeId *supportedTypes) |
|
| Converter (const std::string &description) |
|
|
typedef RefCounted | BaseClass |
| A typedef for the class this class derives from. All RunTimeTyped classes define this typedef.
|
|
typedef size_t | RefCount |
|
static ToMayaObjectConverterPtr | create (IECore::ConstObjectPtr object) |
|
static ToMayaObjectConverterPtr | create (IECore::ConstObjectPtr object, MFn::Type resultType) |
|
static TypeId | staticTypeId () |
| Returns the TypeId for this class, without needing an instance.
|
|
static const char * | staticTypeName () |
| Returns the type name for this class, without needing an instance.
|
|
static TypeId | baseTypeId () |
|
static const char * | baseTypeName () |
|
static bool | inheritsFrom (TypeId typeId) |
| Returns true if this class inherits from the specified type.
|
|
static bool | inheritsFrom (const char *typeName) |
| Returns true if this class inherits from the specified type.
|
|
static bool | inheritsFrom (TypeId type, TypeId baseType) |
| Returns true if type inherits from baseType.
|
|
static bool | inheritsFrom (const char *typeName, const char *baseTypeName) |
| Returns true if typeName inherits from baseTypeName.
|
|
static TypeId | baseTypeId (TypeId typeId) |
| Returns the base type of the given type, or InvalidTypeId if no such base exists.
|
|
static const std::vector< TypeId > & | baseTypeIds (TypeId typeId) |
|
static const std::set< TypeId > & | derivedTypeIds (TypeId typeId) |
|
static TypeId | typeIdFromTypeName (const char *typeName) |
|
static const char * | typeNameFromTypeId (TypeId typeId) |
|
static void | registerType (TypeId derivedTypeId, const char *derivedTypeName, TypeId baseTypeId) |
| Allows external modules to register their own type ids.
|
|
static void | registerConverter (IECore::TypeId fromType, const MFn::Type resultType, CreatorFn creator) |
|
static BaseTypeRegistryMap & | baseTypeRegistry () |
|
static DerivedTypesRegistryMap & | derivedTypesRegistry () |
|
static BaseTypesRegistryMap & | completeBaseTypesRegistry () |
|
static DerivedTypesRegistryMap & | completeDerivedTypesRegistry () |
|
static void | derivedTypeIdsWalk (TypeId typeId, std::set< TypeId > &) |
|
static TypeIdsToTypeNamesMap & | typeIdsToTypeNames () |
|
static TypeNamesToTypeIdsMap & | typeNamesToTypeIds () |
|
template<typename From, typename To>
class IECoreMaya::ToMayaArrayDataConverter< From, To >
This template class can convert from various IECore TypedVectorData types into various maya array types.