1 #ifndef COIN_SOWRITEACTION_H
2 #define COIN_SOWRITEACTION_H
36 #include <Inventor/actions/SoAction.h>
37 #include <Inventor/actions/SoSubAction.h>
38 #include <Inventor/tools/SbLazyPimplPtr.h>
56 void continueToApply(
SoNode * node);
57 void continueToApply(
SoPath * path);
61 virtual SbBool shouldCompactPathLists(
void)
const;
64 void commonConstructor(
SoOutput * out);
67 SbBool localoutputalloc;
78 #endif // !COIN_SOWRITEACTION_H
The SoWriteAction class writes a scene graph to file.
Definition: SoWriteAction.h:42
The SoOutput class is an abstraction of an output stream.
Definition: SoOutput.h:51
virtual void beginTraversal(SoNode *node)
Definition: SoAction.cpp:1270
The SoAction class is the base class for all traversal actions.
Definition: SoAction.h:77
The SoPath class is a container class for traversal path descriptions.
Definition: SoPath.h:52
static void initClass(void)
Definition: SoAction.cpp:370
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56