1 #ifndef COIN_SOSHAPESIMPLIFYACTION_H
2 #define COIN_SOSHAPESIMPLIFYACTION_H
31 #include <Inventor/actions/SoSimplifyAction.h>
32 #include <Inventor/tools/SbLazyPimplPtr.h>
34 class SoShapeSimplifyActionP;
42 static void initClass(
void);
51 SbLazyPimplPtr<SoShapeSimplifyActionP> pimpl;
58 #endif // !COIN_SOSHAPESIMPLIFYACTION_H
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
virtual void beginTraversal(SoNode *node)
Definition: SoSimplifyAction.cpp:69
The SoShapeSimplifyAction class replaces complex primitives with simplified polygon representations...
Definition: SoShapeSimplifyAction.h:36
The SoSimplifyAction class is the base class for the simplify action classes.
Definition: SoSimplifyAction.h:32