1#ifndef COIN_SOGLOBALSIMPLIFYACTION_H
2#define COIN_SOGLOBALSIMPLIFYACTION_H
31#include <Inventor/actions/SoSimplifyAction.h>
32#include <Inventor/tools/SbLazyPimplPtr.h>
34class SoGlobalSimplifyActionP;
42 static void initClass(
void);
51 SbLazyPimplPtr<SoGlobalSimplifyActionP> pimpl;
The SoGlobalSimplifyAction class is for globally simplifying the geometry of a scene graph,...
Definition: SoGlobalSimplifyAction.h:36
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:47
The SoSimplifyAction class is the base class for the simplify action classes.
Definition: SoSimplifyAction.h:32
virtual void beginTraversal(SoNode *node)
Definition: SoSimplifyAction.cpp:69