Base class for all plugins. More...
Go to the source code of this file.
Classes | |
class | mi::base::Plugin |
The abstract base class for plugins. More... | |
class | mi::base::IPlugin_descriptor |
Represents a plugin. More... | |
Namespaces | |
namespace | mi |
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH. | |
namespace | mi::base |
Namespace for the Base API. | |
Typedefs | |
typedef Plugin * | mi::base::Plugin_factory(unsigned int index, void *context) |
Typedef for the initializer function to be provided by every plugin. More... | |
Base class for all plugins.