Go to the documentation of this file.
14 #ifndef EGGCOORDINATESYSTEM_H
15 #define EGGCOORDINATESYSTEM_H
34 INLINE
void set_value(CoordinateSystem value);
35 INLINE CoordinateSystem get_value()
const;
37 virtual void write(std::ostream &out,
int indent_level)
const;
40 CoordinateSystem _value;
48 static void init_type() {
51 EggNode::get_class_type());
54 return get_class_type();
56 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The <CoordinateSystem> entry at the top of an egg file.
A base class for things that may be directly added into the egg hierarchy.