20 cerr <<
"Unimplemented XmlPrint for " << nodePtr->
GetID() << endl;
26 ostream& output = *outputPtr;
27 list<Dof*>::const_iterator dofIter = dofList.begin();
28 list<SceneNode*>::const_iterator iter = childList.begin();
29 string indentStr(indent,
' ');
31 output << indentStr <<
"<joint description=\"" << description <<
"\" type=\"";
41 output <<
"poliaxial";
54 output << indentStr <<
"</joint>\n";
Base class for objects that compose a scene graph.
Header file for V-ART class "Dof".
Representation of joints.
Header file for V-ART class "SceneNode".
virtual TypeID GetID() const
Returns type identification of the node.
Header file for V-ART class "XmlPrinter".
static std::ostream * outputPtr
virtual void OperateOn(SceneNode *nodePtr)