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