The <CoordinateSystem> entry at the top of an egg file. More...
#include "eggCoordinateSystem.h"
List of all members.
The <CoordinateSystem> entry at the top of an egg file.
Don't confuse this with the enum EggData::CoordinateSystem, which is the value contained by this entry.
Definition at line 32 of file eggCoordinateSystem.h.
[inline, static]
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from EggNode.
Definition at line 51 of file eggCoordinateSystem.h.
References EggNode::init_type().
[virtual]
Writes the coordinate system definition to the indicated output stream in Egg format.
Implements EggNode.
Definition at line 29 of file eggCoordinateSystem.cxx.