#include <ivf/IvfGlobalState.h>
Inheritance diagram for CIvfGlobalState:
Public Member Functions | |
IvfClassInfo ("CIvfGlobalState", CIvfBase) | |
void | enableMaterialRendering () |
void | disableMaterialRendering () |
bool | isMaterialRenderingEnabled () |
void | enableTextureRendering () |
void | disableTextureRendering () |
bool | isTextureRenderingEnabled () |
void | enableGreyscaleRendering () |
void | disableGreyscaleRendering () |
bool | isGreyscaleRenderingEnabled () |
Static Public Member Functions | |
static CIvfGlobalState * | getInstance () |
Friends | |
class | CIvfSingletonDestroyer< CIvfGlobalState > |
An instance of the CIvfGlobalState class is retrieved using the getInstance() method. See the following code:
Definition at line 45 of file IvfGlobalState.h.
|
Return instance of CIvfGlobalState |