1 #ifndef COIN_SOPROFILERTOPENGINE_H
2 #define COIN_SOPROFILERTOPENGINE_H
27 #include <Inventor/engines/SoSubEngine.h>
28 #include <Inventor/engines/SoEngine.h>
29 #include <Inventor/engines/SoEngineOutput.h>
30 #include <Inventor/fields/SoSFInt32.h>
31 #include <Inventor/fields/SoSFFloat.h>
32 #include <Inventor/fields/SoSFEnum.h>
33 #include <Inventor/fields/SoMFName.h>
34 #include <Inventor/fields/SoMFEnum.h>
35 #include <Inventor/fields/SoMFTime.h>
36 #include <Inventor/fields/SoMFUInt32.h>
37 #include <Inventor/tools/SbPimplPtr.h>
39 class SoProfilerTopEngineP;
41 class COIN_DLL_API SoProfilerTopEngine :
public SoEngine {
43 SO_ENGINE_HEADER(SoProfilerTopEngine);
46 static void initClass(
void);
47 SoProfilerTopEngine(
void);
68 COUNT_DEC_TIME_MAX_DEC,
69 COUNT_DEC_TIME_AVG_DEC,
89 virtual ~SoProfilerTopEngine(
void);
94 SbPimplPtr<SoProfilerTopEngineP> pimpl;
96 SoProfilerTopEngine(
const SoProfilerTopEngine & rhs);
97 SoProfilerTopEngine & operator = (
const SoProfilerTopEngine & rhs);
101 #endif // !COIN_SOPROFILERTOPENGINE_H
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:34
The SoSFEnum class is a container for an enum value.This field is used where nodes, engines or other field containers needs to store one particular value out of an enumerated set.
Definition: SoSFEnum.h:31
The SoSFInt32 class is a container for a 32-bit integer value.This field is used where nodes...
Definition: SoSFInt32.h:30
The SoMFEnum class is a container for a set of enumerated values.This field is used where nodes...
Definition: SoMFEnum.h:30
The SoMFUInt32 class is a container for 32-bit unsigned integer values.This field is used where nodes...
Definition: SoMFUInt32.h:30
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
The SoMFName class is a container for SbName values.This field is used where nodes, engines or other field containers needs to store arrays of names.
Definition: SoMFName.h:31
virtual void evaluate(void)=0
The SoSFFloat class is a container for a floating point value.This field is used where nodes...
Definition: SoSFFloat.h:30
The SoMFTime class is a container for SbTime values.This field is used where nodes, engines or other field containers needs to store multiple time representations.
Definition: SoMFTime.h:31