1 #ifndef COIN_SOPROFILERP_H 2 #define COIN_SOPROFILERP_H 42 static SbBool shouldContinuousRender(
void);
43 static float getContinuousRenderDelay(
void);
45 static SbBool shouldSyncGL(
void);
47 static SbBool shouldClearConsole(
void);
48 static SbBool shouldOutputHeaderOnConsole(
void);
50 static void parseCoinProfilerVariable(
void);
51 static void parseCoinProfilerOverlayVariable(
void);
53 static void setActionType(
SoType actiontype);
54 static SoType getActionType(
void);
59 #endif // !COIN_SOPROFILERP_H Data structure for gathering scene graph traversal profiling information.
Definition: SbProfilingData.h:52
The SoType class is the basis for the run-time type system in Coin.
Definition: SoType.h:59