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.Node kits are collections of nodes and ot...
Definition: SoBaseKit.h:66
The SoSFTrigger class is the "void" class used for detecting field changes.Connect this field to a ma...
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.This field container stores a pointer to a Coin n...
Definition: SoSFNode.h:47
The SoMFNode class is a container for nodes.This field container stores an array of pointers to nodes...
Definition: SoMFNode.h:41