1#ifndef COIN_SOPROFILERELEMENT_H
2#define COIN_SOPROFILERELEMENT_H
36#include <Inventor/elements/SoElement.h>
37#include <Inventor/elements/SoSubElement.h>
39#include <Inventor/annex/Profiler/SbProfilingData.h>
43class COIN_DLL_API SoProfilerElement :
public SoElement {
45 SO_ELEMENT_HEADER(SoProfilerElement);
50 static SoProfilerElement *
get(SoState * state);
59 virtual ~SoProfilerElement(
void);
64 virtual void push(SoState * state);
65 virtual void pop(SoState * state,
const SoElement * elt);
Data structure for gathering scene graph traversal profiling information.
Definition SbProfilingData.h:52
SoElement(void)
Definition SoElement.cpp:534
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition SoElement.cpp:585
virtual SbBool matches(const SoElement *element) const =0
Definition SoElement.cpp:609
static void initClass(void)
Definition SoElement.cpp:507
virtual SoElement * copyMatchInfo(void) const =0
virtual void push(SoState *state)
Definition SoElement.cpp:570
static SoProfilerElement * get(SoState *state)
Definition SoProfilerElement.cpp:68