1#ifndef COIN_SOACTIONP_H
2#define COIN_SOACTIONP_H
37#error this is a private header file
44#include "misc/SoCompactPathList.h"
46#include <Inventor/annex/Profiler/nodes/SoProfilerStats.h>
47#include <Inventor/actions/SoAction.h>
50#include <Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h>
69 SbList <SbList<int> *> pathcodearray;
70 int prevenabledelementscounter;
72 static SoNode * getProfilerOverlay(
void);
AppliedCode
Definition SoAction.h:82
The SoCompactPathList class is used to optimize SoPathList traversal.
Definition SoCompactPathList.h:51
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoPathList class is a container for pointers to SoPath objects.
Definition SoPathList.h:40
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:52
The SoProfilerOverlayKit element class is yet to be documented.
Definition SoProfilerOverlayKit.h:8
The SoProfilerStats class is a node for exposing profiling results gathered by SoProfilerElement.
Definition SoProfilerStats.h:47