1#ifndef COIN_SOPROFILERVISUALIZEKIT
2#define COIN_SOPROFILERVISUALIZEKIT
36#include <Inventor/nodekits/SoBaseKit.h>
37#include <Inventor/nodekits/SoSubKit.h>
38#include <Inventor/fields/SoSFNode.h>
39#include <Inventor/fields/SoSFTrigger.h>
40#include <Inventor/fields/SoMFNode.h>
41#include <Inventor/tools/SbPimplPtr.h>
43struct SoProfilerVisualizeKitP;
48 SO_KIT_CATALOG_ENTRY_HEADER(top);
49 SO_KIT_CATALOG_ENTRY_HEADER(pretree);
50 SO_KIT_CATALOG_ENTRY_HEADER(visualtree);
Definition SbPimplPtr.h:55
The SoBaseKit class is the top level superclass for nodekits.
Definition SoBaseKit.h:66
static void initClass(void)
Definition SoBaseKit.cpp:678
The SoMFNode class is a container for nodes.
Definition SoMFNode.h:41
The SoProfilerVisualizeKit element class is yet to be documented.
Definition SoProfilerVisualizeKit.h:45
SoSFNode root
Set this to be the root of the scenegraph we visualize.
Definition SoProfilerVisualizeKit.h:57
SoSFTrigger statsTrigger
Set this to be the stats field.
Definition SoProfilerVisualizeKit.h:60
The SoSFNode class is a container for a single node.
Definition SoSFNode.h:47
The SoSFTrigger class is the "void" class used for detecting field changes.
Definition SoSFTrigger.h:41