1 #ifndef COIN_SOGLOBALSIMPLIFYACTION_H 2 #define COIN_SOGLOBALSIMPLIFYACTION_H 40 #include <Inventor/actions/SoSimplifyAction.h> 41 #include <Inventor/tools/SbLazyPimplPtr.h> 43 class SoGlobalSimplifyActionP;
51 static void initClass(
void);
60 SbLazyPimplPtr<SoGlobalSimplifyActionP> pimpl;
67 #endif // !COIN_SOGLOBALSIMPLIFYACTION_H The SoGlobalSimplifyAction class is for globally simplifying the geometry of a scene graph...
Definition: SoGlobalSimplifyAction.h:45
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
virtual void beginTraversal(SoNode *node)
Definition: SoSimplifyAction.cpp:78
The SoSimplifyAction class is the base class for the simplify action classes.
Definition: SoSimplifyAction.h:41