1 #ifndef COIN_SOTOVRMLACTION_H
2 #define COIN_SOTOVRMLACTION_H
27 #include <Inventor/actions/SoAction.h>
28 #include <Inventor/actions/SoSubAction.h>
30 class SoToVRMLActionP;
45 virtual void apply(
const SoPathList & pathlist, SbBool obeysrules = FALSE);
47 SoNode * getVRMLSceneGraph(
void)
const;
49 void expandSoFile(SbBool flag);
50 SbBool areSoFileExpanded(
void)
const;
52 void setUrlName(
const SbString name);
55 void writeTexCoords(SbBool flag);
56 SbBool areTexCoordWritten(
void)
const;
58 void expandTexture2Node(SbBool flag);
59 SbBool areTexture2NodeExpanded(
void)
const;
61 void keepUnknownNodes(SbBool flag);
62 SbBool areUnknownNodeKept(
void)
const;
64 void convertInlineNodes(SbBool flag);
65 SbBool doConvertInlineNodes(
void)
const;
67 void conditionalConversion(SbBool flag);
68 SbBool doConditionalConversion(
void)
const;
70 void setVerbosity(SbBool flag);
71 SbBool isVerbose(
void)
const;
77 SbPimplPtr<SoToVRMLActionP> pimpl;
78 friend class SoToVRMLActionP;
The SbString class is a string class with convenience functions for string operations.
Definition: SbString.h:42
The SoAction class is the base class for all traversal actions.
Definition: SoAction.h:68
static void initClass(void)
Definition: SoAction.cpp:366
virtual void beginTraversal(SoNode *node)
Definition: SoAction.cpp:1263
virtual void apply(SoNode *root)
Definition: SoAction.cpp:459
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:47
The SoPathList class is a container for pointers to SoPath objects.
Definition: SoPathList.h:31
The SoPath class is a container class for traversal path descriptions.
Definition: SoPath.h:43
The SoToVRMLAction class builds a new scene graph using only VRML 1.0 nodes.
Definition: SoToVRMLAction.h:32