1 #ifndef COIN_SOSIMPLIFYACTION_H 2 #define COIN_SOSIMPLIFYACTION_H 36 #include <Inventor/actions/SoAction.h> 37 #include <Inventor/actions/SoSubAction.h> 39 class SoSimplifyActionP;
54 virtual void apply(
const SoPathList & pathlist, SbBool obeysrules = FALSE);
67 #endif // !COIN_SOSIMPLIFYACTION_H static void initClass(void)
Definition: SoAction.cpp:370
The SoPathList class is a container for pointers to SoPath objects.
Definition: SoPathList.h:40
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
The SoPath class is a container class for traversal path descriptions.
Definition: SoPath.h:52
The SoAction class is the base class for all traversal actions.
Definition: SoAction.h:77
virtual void beginTraversal(SoNode *node)
Definition: SoAction.cpp:1270
virtual void apply(SoNode *root)
Definition: SoAction.cpp:463
The SoSimplifyAction class is the base class for the simplify action classes.
Definition: SoSimplifyAction.h:41