AL_USDMaya
0.29.4
USD to Maya Bridge
|
the factory interface, used to create an instance of a particular translator type More...
#include <TranslatorBase.h>
Public Member Functions | |
virtual AL_USDMAYA_PUBLIC TfRefPtr< TranslatorBase > | create (TranslatorContextPtr ctx) const =0 |
overridden by the TranslatorFactory to create a new translator for a given type More... | |
the factory interface, used to create an instance of a particular translator type
|
pure virtual |
overridden by the TranslatorFactory to create a new translator for a given type
ctx | the current translator context |
Implemented in AL::usdmaya::fileio::translators::TranslatorFactory< T >.