1 #ifndef COIN_SOPROFILERVISUALIZEKIT
2 #define COIN_SOPROFILERVISUALIZEKIT
27 #include <Inventor/nodekits/SoBaseKit.h>
28 #include <Inventor/nodekits/SoSubKit.h>
29 #include <Inventor/fields/SoSFNode.h>
30 #include <Inventor/fields/SoSFTrigger.h>
31 #include <Inventor/fields/SoMFNode.h>
32 #include <Inventor/tools/SbPimplPtr.h>
34 struct SoProfilerVisualizeKitP;
36 class COIN_DLL_API SoProfilerVisualizeKit :
public SoBaseKit {
38 SO_KIT_HEADER(SoProfilerVisualizeKit);
39 SO_KIT_CATALOG_ENTRY_HEADER(top);
40 SO_KIT_CATALOG_ENTRY_HEADER(pretree);
41 SO_KIT_CATALOG_ENTRY_HEADER(visualtree);
44 static void initClass(
void);
45 SoProfilerVisualizeKit(
void);
58 virtual ~SoProfilerVisualizeKit(
void);
62 SoProfilerVisualizeKit(
const SoProfilerVisualizeKit&);
64 SoProfilerVisualizeKit &operator=(
const SoProfilerVisualizeKit&);
65 SbPimplPtr<SoProfilerVisualizeKitP> pimpl;
The SoBaseKit class is the toplevel superclass for nodekits.
Definition: SoBaseKit.h:57
The SoMFNode class is a container for nodes.
Definition: SoMFNode.h:32
The SoSFNode class is a container for a single node.
Definition: SoSFNode.h:38
The SoSFTrigger class is the "void" class used for detecting field changes.
Definition: SoSFTrigger.h:32