1 #ifndef COIN_SOPROFILERSTATS_H 2 #define COIN_SOPROFILERSTATS_H 36 #include <Inventor/fields/SoMFName.h> 37 #include <Inventor/fields/SoMFNode.h> 38 #include <Inventor/fields/SoMFTime.h> 39 #include <Inventor/fields/SoMFUInt32.h> 40 #include <Inventor/fields/SoSFTrigger.h> 41 #include <Inventor/nodes/SoSubNode.h> 42 #include <Inventor/tools/SbPimplPtr.h> 53 static void initClass(
void);
59 SoMFTime renderingTimeMaxPerNodeType;
101 SbPimplPtr<class SoProfilerStatsP> pimpl;
108 #endif // !COIN_SOPROFILERSTATS_H The SoRayPickAction class does ray intersection with scene graphs.For interaction with the scene grap...
Definition: SoRayPickAction.h:50
virtual void notify(SoNotList *l)
Definition: SoNode.cpp:448
virtual void getPrimitiveCount(SoGetPrimitiveCountAction *action)
Definition: SoNode.cpp:880
The SoGetMatrixAction class is an action for accumulating the transformation matrix of a subgraph...
Definition: SoGetMatrixAction.h:46
#define SO_NODE_HEADER(classname)
The SoSFTrigger class is the "void" class used for detecting field changes.Connect this field to a ma...
Definition: SoSFTrigger.h:41
The SoSearchAction class provides methods for searching through scene graphs.Nodes can be searched fo...
Definition: SoSearchAction.h:44
virtual void search(SoSearchAction *action)
Definition: SoNode.cpp:1158
The SoPickAction class is the base class for picking actions.The basis for all interaction features t...
Definition: SoPickAction.h:43
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
The SoProfilerStats class is a node for exposing profiling results gathered by SoProfilerElement.
Definition: SoProfilerStats.h:47
Data structure for gathering scene graph traversal profiling information.
Definition: SbProfilingData.h:52
virtual void rayPick(SoRayPickAction *action)
Definition: SoNode.cpp:1125
virtual void audioRender(SoAudioRenderAction *action)
Definition: SoNode.cpp:1293
virtual void getMatrix(SoGetMatrixAction *action)
Definition: SoNode.cpp:1039
The SoAudioRenderAction class renders the aural parts of the scene graph.Applying this method at a ro...
Definition: SoAudioRenderAction.h:42
virtual void pick(SoPickAction *action)
Definition: SoNode.cpp:1095
The SoMFNode class is a container for nodes.This field container stores an array of pointers to nodes...
Definition: SoMFNode.h:41
The SoMFUInt32 class is a container for 32-bit unsigned integer values.This field is used where nodes...
Definition: SoMFUInt32.h:39
The SoHandleEventAction class distributes user events to the scene.This is the action used by the GUI...
Definition: SoHandleEventAction.h:46
The SoGetPrimitiveCountAction class counts the primitives in a scene.Apply this action to a scene if ...
Definition: SoGetPrimitiveCountAction.h:44
The SoGetBoundingBoxAction class calculates bounding boxes for nodes and subgraphs.If this action is applied to a path or scene graph root, it will calculate the bounding box and the center point of the geometry contained within the scene.
Definition: SoGetBoundingBoxAction.h:45
The SoCallbackAction class invokes callbacks at specific nodes.This action has mechanisms for trackin...
Definition: SoCallbackAction.h:80
The SoMFName class is a container for SbName values.This field is used where nodes, engines or other field containers needs to store arrays of names.
Definition: SoMFName.h:40
The SoWriteAction class writes a scene graph to file.When applied to a scene, this action writes its ...
Definition: SoWriteAction.h:42
virtual void getBoundingBox(SoGetBoundingBoxAction *action)
Definition: SoNode.cpp:851
virtual void GLRender(SoGLRenderAction *action)
Definition: SoNode.cpp:940
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43
The SoSeparator class is a state-preserving group node.Subgraphs parented by SoSeparator nodes will n...
Definition: SoSeparator.h:44
The SoType class is the basis for the run-time type system in Coin.Many of the classes in the Coin li...
Definition: SoType.h:59
virtual void write(SoWriteAction *action)
Definition: SoNode.cpp:1227
virtual void callback(SoCallbackAction *action)
Definition: SoNode.cpp:1012
The SoMFTime class is a container for SbTime values.This field is used where nodes, engines or other field containers needs to store multiple time representations.
Definition: SoMFTime.h:40
virtual void handleEvent(SoHandleEventAction *action)
Definition: SoNode.cpp:1069
The SoGLRenderAction class renders the scene graph with OpenGL calls.Applying this method at a root n...
Definition: SoGLRenderAction.h:50