Forms a registry of all plug-in translator types registered.
More...
#include <TranslatorBase.h>
|
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...
|
|
Forms a registry of all plug-in translator types registered.
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
-
context | the translator context for this registry |
AL_USDMAYA_PUBLIC RefPtr AL::usdmaya::fileio::translators::TranslatorManufacture::get |
( |
const TfToken |
type_name | ) |
|
returns a translator for the specified prim type.
- Parameters
-
- 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
-
- Returns
- returns the requested translator type
The documentation for this class was generated from the following file: