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;
45class COIN_DLL_API SoProfilerVisualizeKit :
public SoBaseKit {
47 SO_KIT_HEADER(SoProfilerVisualizeKit);
48 SO_KIT_CATALOG_ENTRY_HEADER(top);
49 SO_KIT_CATALOG_ENTRY_HEADER(pretree);
50 SO_KIT_CATALOG_ENTRY_HEADER(visualtree);
54 SoProfilerVisualizeKit(
void);
67 virtual ~SoProfilerVisualizeKit(
void);
71 SoProfilerVisualizeKit(
const SoProfilerVisualizeKit&);
73 SoProfilerVisualizeKit &operator=(
const SoProfilerVisualizeKit&);
Definition SbPimplPtr.h:55
static void initClass(void)
Definition SoBaseKit.cpp:678
SoBaseKit(void)
Definition SoBaseKit.cpp:630
The SoMFNode class is a container for nodes.
Definition SoMFNode.h:41
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