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