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>
39class SoProfilerTopEngineP;
41class COIN_DLL_API SoProfilerTopEngine :
public SoEngine {
42 typedef SoEngine inherited;
43 SO_ENGINE_HEADER(SoProfilerTopEngine);
47 SoProfilerTopEngine(
void);
68 COUNT_DEC_TIME_MAX_DEC,
69 COUNT_DEC_TIME_AVG_DEC,
74 SoMFName statisticsNames;
75 SoMFTime statisticsTimings;
76 SoMFTime statisticsTimingsMax;
77 SoMFUInt32 statisticsCounts;
86 SoEngineOutput prettyText;
89 virtual ~SoProfilerTopEngine(
void);
94 SbPimplPtr<SoProfilerTopEngineP> pimpl;
96 SoProfilerTopEngine(
const SoProfilerTopEngine & rhs);
97 SoProfilerTopEngine & operator = (
const SoProfilerTopEngine & rhs);
static void initClass(void)
Definition SoBase.cpp:338
SoEngine is the base class for Coin engines.
Definition SoEngine.h:34
virtual void evaluate(void)=0
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 23 2025 for Coin by Doxygen 1.14.0.