34class EXPCL_PANDA_GOBJ GeomContext :
public SavedContext {
36 INLINE GeomContext(
Geom *geom);
39 INLINE
Geom *get_geom()
const;
40 MAKE_PROPERTY(geom, get_geom);
51 static void init_type() {
52 SavedContext::init_type();
54 SavedContext::get_class_type());
57 return get_class_type();
59 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
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(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.