1#ifndef COIN_SOSHAPESIMPLIFYACTION_H
2#define COIN_SOSHAPESIMPLIFYACTION_H
40#include <Inventor/actions/SoSimplifyAction.h>
41#include <Inventor/tools/SbLazyPimplPtr.h>
43class SoShapeSimplifyActionP;
60 SbLazyPimplPtr<SoShapeSimplifyActionP> pimpl;
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoShapeSimplifyAction class replaces complex primitives with simplified polygon representations.
Definition SoShapeSimplifyAction.h:45
The SoSimplifyAction class is the base class for the simplify action classes.
Definition SoSimplifyAction.h:41
static void initClass(void)
Definition SoSimplifyAction.cpp:56
virtual void beginTraversal(SoNode *node)
Definition SoSimplifyAction.cpp:80