|
Bifrost SDK
Bifrost SDK documentation
|
Data used to initialize translation tables against the plugin. This will be created by Maya. More...
#include <HostData.h>
Public Member Functions | |
| PluginHostData (MObject &object) | |
| Constructor always called by maya. User should not create the object itself. More... | |
| ~PluginHostData () final | |
| Destructor always called by maya. User should not destroy the object itself. More... | |
Public Member Functions inherited from BifrostGraph::Executor::TypeTranslation::PluginHostData | |
| PluginHostData () noexcept | |
| virtual | ~PluginHostData () noexcept |
Public Attributes | |
| MObject const | m_object |
| The MObject representing the maya plugin. This can be use with MFnPlugin. More... | |
Data used to initialize translation tables against the plugin. This will be created by Maya.
Definition at line 202 of file HostData.h.
|
inlineexplicit |
Constructor always called by maya. User should not create the object itself.
| object | The MObject representing the maya plugin. |
Definition at line 208 of file HostData.h.
|
finalvirtual |
Destructor always called by maya. User should not destroy the object itself.
Reimplemented from BifrostGraph::Executor::TypeTranslation::PluginHostData.
| MObject const BifrostGraph::MayaTranslation::PluginHostData::m_object |
The MObject representing the maya plugin. This can be use with MFnPlugin.
Definition at line 219 of file HostData.h.