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> 43 struct SoProfilerVisualizeKitP;
48 SO_KIT_CATALOG_ENTRY_HEADER(top);
49 SO_KIT_CATALOG_ENTRY_HEADER(pretree);
50 SO_KIT_CATALOG_ENTRY_HEADER(visualtree);
53 static void initClass(
void);
The SoBaseKit class is the toplevel superclass for nodekits.
Definition: SoBaseKit.h:66
The SoSFTrigger class is the "void" class used for detecting field changes.
Definition: SoSFTrigger.h:41
SoSFTrigger statsTrigger
Set this to be the stats field.
Definition: SoProfilerVisualizeKit.h:60
SoSFNode root
Set this to be the root of the scenegraph we visualize.
Definition: SoProfilerVisualizeKit.h:57
Definition: SoProfilerVisualizeKit.h:45
The SoSFNode class is a container for a single node.
Definition: SoSFNode.h:47
The SoMFNode class is a container for nodes.
Definition: SoMFNode.h:41