VRay SDK for C++
|
Describes a dependency between two plugin instances. More...
#include <vraysdk.hpp>
Public Member Functions | |
bool | operator!= (const PluginLink &other) const noexcept |
bool | operator< (const PluginLink &other) const noexcept |
bool | operator<= (const PluginLink &other) const noexcept |
bool | operator== (const PluginLink &other) const noexcept |
Public Attributes | |
Plugin | fromPlugin |
This plugin uses the other plugin, 'toPlugin'. | |
std::string | fromProperty |
The 'fromPlugin' property which uses 'toPlugin'. | |
PluginRef | toPlugin |
This plugin is used by the 'fromPlugin'. | |
Describes a dependency between two plugin instances.