#include <ivf/IvfPixelOps.h>
Inheritance diagram for CIvfPixelOps:
Public Member Functions | |
IvfClassInfo ("CIvfPixelOps", CIvfBase) | |
void | enableDepthTest () |
void | disableDepthTest () |
bool | isDepthTestEnabled () |
Static Public Member Functions | |
static CIvfPixelOps * | getInstance () |
Friends | |
class | CIvfSingletonDestroyer< CIvfPixelOps > |
The CIvfPixelOps singleton encapsulates OpenGL pixel operations. An instance of the CIvfPixelOps class is retrieved using the getInstance() method. See the following code:
CIvfPixelOpsPtr pixelOps = CIvfPixelOps::getInstance(); pixelOps->enableDepthTest(); ...
Definition at line 49 of file IvfPixelOps.h.
|
Disable depth testing |
|
Enable depth testing |
|
Get instance of CIvfPixelOps |
|
Return true if depth testing is enabled |