1#ifndef COIN_SOPROFILEROVERLAYKIT_H
2#define COIN_SOPROFILEROVERLAYKIT_H
4#include <Inventor/nodekits/SoBaseKit.h>
5#include <Inventor/nodekits/SoSubKit.h>
6#include <Inventor/fields/SoSFVec3f.h>
8class COIN_DLL_API SoProfilerOverlayKit :
public SoBaseKit {
9 typedef SoBaseKit inherited;
10 SO_KIT_HEADER(SoProfilerOverlayKit);
11 SO_KIT_CATALOG_ENTRY_HEADER(topSeparator);
12 SO_KIT_CATALOG_ENTRY_HEADER(profilingStats);
13 SO_KIT_CATALOG_ENTRY_HEADER(viewportInfo);
14 SO_KIT_CATALOG_ENTRY_HEADER(overlayCamera);
15 SO_KIT_CATALOG_ENTRY_HEADER(depthTestOff);
16 SO_KIT_CATALOG_ENTRY_HEADER(overlaySep);
17 SO_KIT_CATALOG_ENTRY_HEADER(depthTestOn);
21 SoProfilerOverlayKit(
void);
23 SoSFVec3f viewportSize;
25 void addOverlayGeometry(SoNode * node);
28 virtual ~SoProfilerOverlayKit(
void);
31 struct SoProfilerOverlayKitP * pimpl;
The SoBaseKit class is the toplevel superclass for nodekits.
Definition SoBaseKit.h:57
static void initClass(void)
Definition SoBase.cpp:338
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 23 2025 for Coin by Doxygen 1.14.0.