virtual void postRender(const std::string &panelName, MImage &image)=0
Derived classes should implement this, and modify the image in-place.
Definition: ViewportPostProcessCallback.h:66
A class which defines a post-process on a viewport. Use ViewportPostProcessCallback to register the p...
Definition: ViewportPostProcess.h:50