Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#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 |
void * SbProfilingNodeKey |
Type definition for the key node. This is a void * to ensure that it is not inadvertantly dereferenced.
int16_t SbProfilingNodeTypeKey |
Type definition for the key node type.
const char * SbProfilingNodeNameKey |
Type definition for the key node name.