|
Bifrost SDK
Bifrost SDK documentation
|
Translation data used to create the Maya attribute when a graph I/O (top level compound) is added. More...
#include <HostData.h>
Public Member Functions | |
| PortData (MObject const &object, MTypeId const &id) | |
| Constructor always called by maya. User should not create the object itself. More... | |
| PortData (PortData const &other) | |
| Copy constructor. More... | |
| ~PortData () override | |
| Destructor always called by maya. User should not destroy the object itself. More... | |
Public Member Functions inherited from BifrostGraph::Executor::TypeTranslation::PortData | |
| PortData () noexcept | |
| virtual | ~PortData () noexcept |
Public Attributes | |
| MObject const | m_object |
| The maya dependency node. More... | |
| MTypeId const | m_id |
| The MTypeId of m_object. More... | |
Translation data used to create the Maya attribute when a graph I/O (top level compound) is added.
Definition at line 117 of file HostData.h.
|
inline |
Constructor always called by maya. User should not create the object itself.
| object | The maya dependency node. |
| id | The MTypeId of the object. |
Definition at line 124 of file HostData.h.
|
inline |
Copy constructor.
| other | The PortData to copy into this one. |
Definition at line 129 of file HostData.h.
|
overridevirtual |
Destructor always called by maya. User should not destroy the object itself.
Reimplemented from BifrostGraph::Executor::TypeTranslation::PortData.
| MTypeId const BifrostGraph::MayaTranslation::PortData::m_id |
The MTypeId of m_object.
Definition at line 146 of file HostData.h.
| MObject const BifrostGraph::MayaTranslation::PortData::m_object |
The maya dependency node.
Definition at line 143 of file HostData.h.