1#ifndef COIN_SOGLOBALSIMPLIFYACTION_H
2#define COIN_SOGLOBALSIMPLIFYACTION_H
40#include <Inventor/actions/SoSimplifyAction.h>
41#include <Inventor/tools/SbLazyPimplPtr.h>
43class SoGlobalSimplifyActionP;
48 SO_ACTION_HEADER(SoGlobalSimplifyAction);
53 SoGlobalSimplifyAction(
void);
54 virtual ~SoGlobalSimplifyAction(
void);
63 SoGlobalSimplifyAction(
const SoGlobalSimplifyAction & rhs);
64 SoGlobalSimplifyAction & operator = (
const SoGlobalSimplifyAction & rhs);
Definition SbLazyPimplPtr.h:56
virtual void beginTraversal(SoNode *node)
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
static void initClass(void)
Definition SoSimplifyAction.cpp:56
SoSimplifyAction(void)
Definition SoSimplifyAction.cpp:66