Bifrost SDK
Bifrost SDK documentation
BifrostGraph::MayaTranslation::PluginHostData Class Referencefinal

Data used to initialize translation tables against the plugin. This will be created by Maya. More...

#include <HostData.h>

Inheritance diagram for BifrostGraph::MayaTranslation::PluginHostData:
BifrostGraph::Executor::TypeTranslation::PluginHostData

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...
 

Detailed Description

Data used to initialize translation tables against the plugin. This will be created by Maya.

See also
BifrostGraph::Executor::TypeTranslation::registerHostPlugins
BifrostGraph::Executor::TypeTranslation::unregisterHostPlugins
Note
This class belongs to a feature that is still under development and may change in subsequent versions.

Definition at line 202 of file HostData.h.

Constructor & Destructor Documentation

◆ PluginHostData()

BifrostGraph::MayaTranslation::PluginHostData::PluginHostData ( MObject &  object)
inlineexplicit

Constructor always called by maya. User should not create the object itself.

Parameters
objectThe MObject representing the maya plugin.

Definition at line 208 of file HostData.h.

◆ ~PluginHostData()

BifrostGraph::MayaTranslation::PluginHostData::~PluginHostData ( )
finalvirtual

Destructor always called by maya. User should not destroy the object itself.

Reimplemented from BifrostGraph::Executor::TypeTranslation::PluginHostData.

Member Data Documentation

◆ m_object

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.