1 #ifndef COIN_SOTOVRMLACTION_H 2 #define COIN_SOTOVRMLACTION_H 36 #include <Inventor/actions/SoAction.h> 37 #include <Inventor/actions/SoSubAction.h> 39 class SoToVRMLActionP;
54 virtual void apply(
const SoPathList & pathlist, SbBool obeysrules = FALSE);
56 SoNode * getVRMLSceneGraph(
void)
const;
58 void expandSoFile(SbBool flag);
59 SbBool areSoFileExpanded(
void)
const;
61 void setUrlName(
const SbString name);
64 void writeTexCoords(SbBool flag);
65 SbBool areTexCoordWritten(
void)
const;
67 void expandTexture2Node(SbBool flag);
68 SbBool areTexture2NodeExpanded(
void)
const;
70 void keepUnknownNodes(SbBool flag);
71 SbBool areUnknownNodeKept(
void)
const;
73 void convertInlineNodes(SbBool flag);
74 SbBool doConvertInlineNodes(
void)
const;
76 void conditionalConversion(SbBool flag);
77 SbBool doConditionalConversion(
void)
const;
79 void setVerbosity(SbBool flag);
80 SbBool isVerbose(
void)
const;
86 SbPimplPtr<SoToVRMLActionP> pimpl;
87 friend class SoToVRMLActionP;
94 #endif // !COIN_SOTOVRMLACTION_H static void initClass(void)
Definition: SoAction.cpp:375
The SoToVRMLAction class builds a new scene graph using only VRML 1.0 nodes.This action is used for c...
Definition: SoToVRMLAction.h:41
The SoPathList class is a container for pointers to SoPath objects.As this class inherits SoBaseList...
Definition: SoPathList.h:40
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
The SoPath class is a container class for traversal path descriptions.SoPath objects contain a list o...
Definition: SoPath.h:52
The SoAction class is the base class for all traversal actions.Applying actions is the basic mechanis...
Definition: SoAction.h:77
virtual void beginTraversal(SoNode *node)
Definition: SoAction.cpp:1275
virtual void apply(SoNode *root)
Definition: SoAction.cpp:468
The SbString class is a string class with convenience functions for string operations.This is the class used for storing and working with character strings. It automatically takes care of supporting all the "bookkeeping" tasks usually associated with working with character strings, like memory allocation and deallocation etc.
Definition: SbString.h:52