|
Choreonoid
1.5
|
#include <VRMLBodyWriter.h>
Public Member Functions | |
| VRMLBodyWriter (std::ostream &out) | |
Public Member Functions inherited from cnoid::VRMLWriter | |
| VRMLWriter (std::ostream &out) | |
| void | setOutFileName (const std::string &ofname) |
| void | writeHeader () |
| bool | writeNode (VRMLNodePtr node) |
Protected Member Functions | |
| void | registerNodeMethodMap () |
Protected Member Functions inherited from cnoid::VRMLWriter | |
| void | registerNodeMethodMap () |
| void | registerNodeMethod (const std::type_info &t, VRMLWriterNodeMethod method) |
| VRMLWriterNodeMethod | getNodeMethod (VRMLNodePtr node) |
| template<class MFValues > | |
| void | writeMFValues (MFValues values, int numColumn) |
| void | writeMFInt32SeparatedByMinusValue (MFInt32 &values) |
| void | writeNodeIter (VRMLNodePtr node) |
| void | beginNode (const char *nodename, VRMLNodePtr node) |
| void | endNode () |
| void | writeGroupNode (VRMLNodePtr node) |
| void | writeGroupFields (VRMLGroupPtr group) |
| void | writeTransformNode (VRMLNodePtr node) |
Additional Inherited Members | |
Protected Attributes inherited from cnoid::VRMLWriter | |
| std::ostream & | out |
| std::string | ofname |
| TIndent | indent |
| VRMLBodyWriter::VRMLBodyWriter | ( | std::ostream & | out | ) |
|
protected |
1.8.13