AL_USDMaya  0.29.4
USD to Maya Bridge
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AL::usdmaya::fileio::translators::TranslatorManufacture Class Reference

Forms a registry of all plug-in translator types registered. More...

#include <TranslatorBase.h>

Public Types

typedef TfRefPtr< TranslatorBaseRefPtr
 handle to a plug-in translator
 
typedef std::vector< RefPtrRefPtrVector
 

Public Member Functions

AL_USDMAYA_PUBLIC TranslatorManufacture (TranslatorContextPtr context)
 constructs a registry of translator plugins that are currently registered within usd maya. This construction should only happen once per-proxy shape. More...
 
AL_USDMAYA_PUBLIC RefPtr get (const TfToken type_name)
 returns a translator for the specified prim type. More...
 
AL_USDMAYA_PUBLIC RefPtr get (const MObject &mayaObject)
 returns a translator for the specified prim type. More...
 

Detailed Description

Forms a registry of all plug-in translator types registered.

Constructor & Destructor Documentation

AL_USDMAYA_PUBLIC AL::usdmaya::fileio::translators::TranslatorManufacture::TranslatorManufacture ( TranslatorContextPtr  context)

constructs a registry of translator plugins that are currently registered within usd maya. This construction should only happen once per-proxy shape.

Parameters
contextthe translator context for this registry

Member Function Documentation

AL_USDMAYA_PUBLIC RefPtr AL::usdmaya::fileio::translators::TranslatorManufacture::get ( const TfToken  type_name)

returns a translator for the specified prim type.

Parameters
type_namethe schema name
Returns
returns the requested translator type
AL_USDMAYA_PUBLIC RefPtr AL::usdmaya::fileio::translators::TranslatorManufacture::get ( const MObject &  mayaObject)

returns a translator for the specified prim type.

Parameters
type_namethe schema name
Returns
returns the requested translator type

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