Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SbProfilingData.h File Reference
#include <Inventor/SbBasic.h>
#include <Inventor/SbTime.h>
#include <Inventor/SoType.h>
#include <Inventor/SbName.h>
#include <Inventor/lists/SbList.h>
#include <Inventor/tools/SbPimplPtr.h>

Go to the source code of this file.

Classes

class  SbProfilingData
 Data structure for gathering scene graph traversal profiling information. More...
 

Typedefs

typedef void * SbProfilingNodeKey
 
typedef int16_t SbProfilingNodeTypeKey
 
typedef const char * SbProfilingNodeNameKey
 

Typedef Documentation

◆ SbProfilingNodeKey

Type definition for the key node. This is a void * to ensure that it is not inadvertantly dereferenced.

◆ SbProfilingNodeTypeKey

Type definition for the key node type.

◆ SbProfilingNodeNameKey

const char * SbProfilingNodeNameKey

Type definition for the key node name.