Cortex
10.0.0-a4
|
#include <ImageViewportPostProcess.h>
Protected Member Functions | |
virtual void | postRender (const std::string &panelName, IECoreImage::ImagePrimitivePtr image)=0 |
Performs in-place modification of the given ImagePrimitive. Derived classes need to implement this. | |
![]() | |
virtual void | preRender (const std::string &panelName) |
Additional Inherited Members | |
![]() | |
typedef size_t | RefCount |
![]() | |
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. | |
An abstract ViewportPostProcess suitable for subclassing in Python which operates on ImagePrimitive objects. This is much slower than ViewportPostProcess due to the MImage<->ImagePrimitive conversions which need to occur.