Ptex
|
Custom handler interface redirecting Ptex error messages. More...
#include <Ptexture.h>
Public Member Functions | |
virtual void | reportError (const char *error)=0 |
Protected Member Functions | |
virtual | ~PtexErrorHandler () |
Custom handler interface redirecting Ptex error messages.
A custom instance of this class can be defined and supplied to the PtexCache class. Files accessed through the cache will have their error streams redirected through this interface.
Definition at line 671 of file Ptexture.h.
|
inlineprotectedvirtual |
Definition at line 673 of file Ptexture.h.
|
pure virtual |
Referenced by PtexReader::setError().