1#ifndef COIN_SOPROFILERTOPENGINE_H
2#define COIN_SOPROFILERTOPENGINE_H
36#include <Inventor/engines/SoSubEngine.h>
37#include <Inventor/engines/SoEngine.h>
38#include <Inventor/engines/SoEngineOutput.h>
39#include <Inventor/fields/SoSFInt32.h>
40#include <Inventor/fields/SoSFFloat.h>
41#include <Inventor/fields/SoSFEnum.h>
42#include <Inventor/fields/SoMFName.h>
43#include <Inventor/fields/SoMFEnum.h>
44#include <Inventor/fields/SoMFTime.h>
45#include <Inventor/fields/SoMFUInt32.h>
46#include <Inventor/tools/SbPimplPtr.h>
48class SoProfilerTopEngineP;
50class COIN_DLL_API SoProfilerTopEngine :
public SoEngine {
52 SO_ENGINE_HEADER(SoProfilerTopEngine);
56 SoProfilerTopEngine(
void);
77 COUNT_DEC_TIME_MAX_DEC,
78 COUNT_DEC_TIME_AVG_DEC,
95 SoEngineOutput prettyText;
98 virtual ~SoProfilerTopEngine(
void);
105 SoProfilerTopEngine(
const SoProfilerTopEngine & rhs);
106 SoProfilerTopEngine & operator = (
const SoProfilerTopEngine & rhs);
Definition SbPimplPtr.h:55
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition SoEngine.cpp:162
SoEngine(void)
Definition SoEngine.cpp:101
virtual void evaluate(void)=0
The SoMFEnum class is a container for a set of enumerated values.
Definition SoMFEnum.h:39
The SoMFName class is a container for SbName values.
Definition SoMFName.h:40
The SoMFTime class is a container for SbTime values.
Definition SoMFTime.h:40
The SoMFUInt32 class is a container for 32-bit unsigned integer values.
Definition SoMFUInt32.h:39
The SoSFEnum class is a container for an enum value.
Definition SoSFEnum.h:40
The SoSFFloat class is a container for a floating point value.
Definition SoSFFloat.h:39
The SoSFInt32 class is a container for a 32-bit integer value.
Definition SoSFInt32.h:39