15 #include "eggCoordinateSystem.h" 29 write(ostream &out,
int indent_level)
const {
30 if (get_value() != CS_default &&
31 get_value() != CS_invalid) {
32 indent(out, indent_level)
33 <<
"<CoordinateSystem> { ";
34 switch (get_value()) {
52 out <<
"/* Invalid coordinate system " << (int)get_value() <<
" */";
virtual void write(ostream &out, int indent_level) const
Writes the coordinate system definition to the indicated output stream in Egg format.
TypeHandle is the identifier used to differentiate C++ class types.