Base class for image filters. These are any filters which process AOV data.
More...
#include <BRAY_FilterBase.h>
Base class for image filters. These are any filters which process AOV data.
Definition at line 25 of file BRAY_FilterBase.h.
BRAY_FilterBase::BRAY_FilterBase |
( |
const UT_Options * |
o | ) |
|
virtual BRAY_FilterBase::~BRAY_FilterBase |
( |
| ) |
|
|
virtual |
virtual const char* BRAY_FilterBase::className |
( |
| ) |
const |
|
pure virtual |
Return an identifier for this plugin.
Return the error if processImage() fails. By default, this returns an empty string.
Definition at line 71 of file BRAY_FilterBase.h.
The list of available
AOV planes in the render is passed in. This is the list the renderer has been told to create. The plugin should fill the string array of planes which it will write
into, but also planes which it will read
from. For example, if you want to apply color correction to an image plane, you would need to add the plane to the write
array but also to the read
array.
The method should return true
if the plugin is valid (false if invalid).
void BRAY_FilterBase::initialize |
( |
BRAY_FilterInit & |
init, |
|
|
const UT_StringArray & |
all_aovs |
|
) |
| |
|
inline |
Convenience method to add an error using printf style formatting.
Hash of the options passed to the constructor.
Definition at line 53 of file BRAY_FilterBase.h.
Return the rasters written and read by this plugin (as computed during initialization)
Definition at line 38 of file BRAY_FilterBase.h.
Return the rasters written and read by this plugin (as computed during initialization)
Definition at line 37 of file BRAY_FilterBase.h.
The documentation for this class was generated from the following file: