14#ifndef EGGCOORDINATESYSTEM_H
15#define EGGCOORDINATESYSTEM_H
29class EXPCL_PANDA_EGG EggCoordinateSystem :
public EggNode {
31 INLINE EggCoordinateSystem(CoordinateSystem value = CS_default);
32 INLINE EggCoordinateSystem(
const EggCoordinateSystem ©);
34 INLINE
void set_value(CoordinateSystem value);
35 INLINE CoordinateSystem get_value()
const;
37 virtual void write(std::ostream &out,
int indent_level)
const;
39 EXTENSION(PyObject *__reduce__()
const);
42 CoordinateSystem _value;
50 static void init_type() {
53 EggNode::get_class_type());
56 return get_class_type();
58 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
virtual void write(std::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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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(),...