1#ifndef COIN_SOPROFILERP_H
2#define COIN_SOPROFILERP_H
36#include <Inventor/SoType.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);
54 static SoType getActionType(
void);
The SbList class is a template container class for lists.
Definition SbList.h:70
Data structure for gathering scene graph traversal profiling information.
Definition SbProfilingData.h:52
The SoType class is the basis for the runtime type system in Coin.
Definition SoType.h:59