#include <eggCoordinateSystem.h>
Inheritance diagram for EggCoordinateSystem:
Public Member Functions | |
INLINE | EggCoordinateSystem (CoordinateSystem value=CS_default) |
INLINE | EggCoordinateSystem (const EggCoordinateSystem ©) |
INLINE void | set_value (CoordinateSystem value) |
INLINE CoordinateSystem | get_value () const |
virtual void | write (ostream &out, int indent_level) const |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Private Attributes | |
CoordinateSystem | _value |
Static Private Attributes | |
TypeHandle | _type_handle |
|
|
|
|
|
Reimplemented from EggNode. Definition at line 63 of file eggCoordinateSystem.h. References EggNode::get_class_type(), and EggNode::init_type(). |
|
Reimplemented from EggNode. Definition at line 52 of file eggCoordinateSystem.h. Referenced by EggGroupNode::find_coordsys_entry(). |
|
Reimplemented from EggNode. Definition at line 60 of file eggCoordinateSystem.h. References EggNode::get_class_type(). |
|
Referenced by write(). |
|
Reimplemented from EggNode. Definition at line 55 of file eggCoordinateSystem.h. References EggNode::get_class_type(), EggNode::init_type(), and register_type(). Referenced by init_libegg(). |
|
|
|
Implements EggNode. Definition at line 33 of file eggCoordinateSystem.cxx. References CS_default, CS_invalid, CS_yup_left, CS_yup_right, CS_zup_left, CS_zup_right, get_value(), and indent(). Referenced by EggData::write(). |
|
Reimplemented from EggNode. Definition at line 23 of file eggCoordinateSystem.cxx. |
|
Definition at line 47 of file eggCoordinateSystem.h. |