1#ifndef COIN_SOPROFILERTOPKIT
2#define COIN_SOPROFILERTOPKIT
36#include <Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h>
37#include <Inventor/fields/SoSFColor.h>
38#include <Inventor/fields/SoSFInt32.h>
39#include <Inventor/fields/SoSFVec2f.h>
40#include <Inventor/fields/SoSFVec3f.h>
41#include <Inventor/tools/SbPimplPtr.h>
43class SoProfilerTopKitP;
48 SO_KIT_CATALOG_ENTRY_HEADER(textSep);
49 SO_KIT_CATALOG_ENTRY_HEADER(color);
50 SO_KIT_CATALOG_ENTRY_HEADER(translation);
51 SO_KIT_CATALOG_ENTRY_HEADER(text);
52 SO_KIT_CATALOG_ENTRY_HEADER(graph);
55 static void initClass(
void);
69 friend class SoProfilerTopKitP;
The SoBaseKit class is the toplevel superclass for nodekits.
Definition: SoBaseKit.h:66
Definition: SoProfilerOverlayKit.h:8
Definition: SoProfilerTopKit.h:45
The SoSFColor class is a container for an SbColor value.
Definition: SoSFColor.h:40
The SoSFInt32 class is a container for a 32-bit integer value.
Definition: SoSFInt32.h:39
The SoSFVec2f class is a container for an SbVec2f vector.
Definition: SoSFVec2f.h:40
The SoSFVec3f class is a container for an SbVec3f vector.
Definition: SoSFVec3f.h:40