16 #include "eggGroupNode.h"
33 write(ostream &out,
int indent_level)
const {
35 write_body(out, indent_level+2);
36 indent(out, indent_level) <<
"}\n";
void write_header(ostream &out, int indent_level, const char *egg_keyword) const
Writes the first line of the egg object, e.g.
virtual void write(ostream &out, int indent_level) const
Writes the patch to the indicated output stream in Egg format.
TypeHandle is the identifier used to differentiate C++ class types.