1#ifndef COIN_SOPROFILERTOPKIT
2#define COIN_SOPROFILERTOPKIT
27#include <Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h>
28#include <Inventor/fields/SoSFColor.h>
29#include <Inventor/fields/SoSFInt32.h>
30#include <Inventor/fields/SoSFVec2f.h>
31#include <Inventor/fields/SoSFVec3f.h>
32#include <Inventor/tools/SbPimplPtr.h>
34class SoProfilerTopKitP;
36class COIN_DLL_API SoProfilerTopKit :
public SoProfilerOverlayKit {
37 typedef SoProfilerOverlayKit inherited;
38 SO_KIT_HEADER(SoProfilerTopKit);
39 SO_KIT_CATALOG_ENTRY_HEADER(textSep);
40 SO_KIT_CATALOG_ENTRY_HEADER(color);
41 SO_KIT_CATALOG_ENTRY_HEADER(translation);
42 SO_KIT_CATALOG_ENTRY_HEADER(text);
43 SO_KIT_CATALOG_ENTRY_HEADER(graph);
46 static void initClass(
void);
47 SoProfilerTopKit(
void);
56 virtual ~SoProfilerTopKit(
void);
59 SbPimplPtr<SoProfilerTopKitP> pimpl;
60 friend class SoProfilerTopKitP;
62 SoProfilerTopKit(
const SoProfilerTopKit & rhs);
63 SoProfilerTopKit & operator = (
const SoProfilerTopKit & rhs);
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated for Coin by Doxygen 1.13.1.