1 #ifndef COIN_SOWRITEACTION_H 2 #define COIN_SOWRITEACTION_H 27 #include <Inventor/actions/SoAction.h> 28 #include <Inventor/actions/SoSubAction.h> 45 void continueToApply(
SoNode * node);
46 void continueToApply(
SoPath * path);
50 virtual SbBool shouldCompactPathLists(
void)
const;
53 void commonConstructor(
SoOutput * out);
56 SbBool localoutputalloc;
60 #endif // !COIN_SOWRITEACTION_H static void initClass(void)
Definition: SoAction.cpp:392
The SoOutput class is an abstraction of an output stream.SoOutput offers the ability to write basic t...
Definition: SoOutput.h:42
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoPath class is a container class for traversal path descriptions.SoPath objects contain a list o...
Definition: SoPath.h:43
The SoAction class is the base class for all traversal actions.Applying actions is the basic mechanis...
Definition: SoAction.h:67
The SoWriteAction class writes a scene graph to file.When applied to a scene, this action writes its ...
Definition: SoWriteAction.h:31
virtual void beginTraversal(SoNode *node)
Definition: SoAction.cpp:1208