#include <maya/MStatus.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | ErrorChecker |
Class providing the handler / tester functions for errors as static members. More... | |
Defines | |
#define | CHECK_ERROR_GL() ErrorChecker::checkErrorGL( __FILE__, __LINE__) |
Convenience macros. | |
#define | CONDITION(val) ErrorChecker::condition( val, __FILE__, __LINE__) |
#define | CHECK_MAYA(val) ErrorChecker::mayaStatus( val, __FILE__, __LINE__) |
|
Convenience macros. The macros avoid to write file & line macro each time |