A class which defines a post-process on a viewport. Use ViewportPostProcessCallback to register the post-process with a panel.
More...
#include <ViewportPostProcess.h>
|
| IE_CORE_DECLAREMEMBERPTR (ViewportPostProcess) |
|
virtual bool | needsDepth () const |
|
| IE_CORE_DECLAREMEMBERPTR (RefCounted) |
|
void | addRef () const |
| Add a reference to the current object.
|
|
void | removeRef () const |
| Remove a reference from the current object.
|
|
RefCount | refCount () const |
| Returns the current reference count.
|
|
|
virtual void | preRender (const std::string &panelName) |
|
virtual void | postRender (const std::string &panelName, MImage &image)=0 |
| Derived classes should implement this, and modify the image in-place.
|
|
|
class | ViewportPostProcessCallback |
|
A class which defines a post-process on a viewport. Use ViewportPostProcessCallback to register the post-process with a panel.
The documentation for this class was generated from the following file: