Nuke binary plugins 15.0.5
 
Loading...
Searching...
No Matches
slr::SlrShader::PluginDescription Class Reference

#include <SlrShader.h>

Inheritance diagram for slr::SlrShader::PluginDescription:
DD::Image::Description

Public Types

typedef SlrShader *(* PluginBuilderVoid) (void)
 Constructor method definitions used for 'build()' methods in plugins.
 
typedef SlrShader *(* PluginBuilder) (DD::Image::Op *parent_op)
 
- Public Types inherited from DD::Image::Description
typedef Node *(* NodeBuilder) (void *)
 
typedef std::vector< Description * > DescriptionList
 

Public Member Functions

 PluginDescription (const char *shader_class, PluginBuilder builder)
 Constructors set name and label to same value.
 
 PluginDescription (const char *shader_class, PluginBuilderVoid builder)
 
const char * shaderClass () const
 Name of the shader class without any leading pluginPrefix() or trailing pluginSuffix().
 

Static Public Member Functions

static const char * pluginPrefix ()
 
static const char * pluginSuffix ()
 
static const PluginDescriptionfind (const char *shader_class)
 

Public Attributes

PluginBuilderVoid builderFunc
 
- Public Attributes inherited from DD::Image::Description
const char * compiled
 
const char * plugin
 
Licenselicense
 

Additional Inherited Members

- Protected Member Functions inherited from DD::Image::Description
void ctor (void(*f)(Description *))
 
void ctor (void(*f)(Description *), NodeBuilder nodeBuilder)
 

Detailed Description

This structure creates a subclass of SlrShader, possibly from loading a plugin file or a compiled-in Description.

Constructor & Destructor Documentation

◆ PluginDescription() [1/2]

slr::SlrShader::PluginDescription::PluginDescription ( const char *  shader_class,
PluginBuilder  builder 
)

Constructors set name and label to same value.

Constructor sets name and label to same value.

References DD::Image::Description::ctor().

◆ PluginDescription() [2/2]

slr::SlrShader::PluginDescription::PluginDescription ( const char *  shader_class,
PluginBuilderVoid  builder 
)

Constructor sets name and label to same value.

References DD::Image::Description::ctor().

Member Function Documentation

◆ pluginPrefix()

static const char * slr::SlrShader::PluginDescription::pluginPrefix ( )
inlinestatic

Prefix and suffix strings prepended and appended to shaderClass() string to construct plugin filenames (vs. the loaded Description name)

◆ find()

const SlrShader::PluginDescription * slr::SlrShader::PluginDescription::find ( const char *  shader_class)
static

Find a dso description by shader class name.

If a Description already exists it's immediately returned otherwise pluginPrefix() and pluginSuffix() are added to the shaderClass() string to search for the plugin .so filename.

Returns nullptr if not found.

Find a dso description by name.

If it's been loaded before it quickly returns an existing cached PluginDescription, otherwise it prepends 'slr' to the start of the name (ie 'slrMyShaderClass') before searching the plugin paths for a matching plugin filename.

Returns nullptr if not found.

References DD::Image::plugin_error(), and DD::Image::plugin_load().



©2024 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.foundry.com