14#ifndef MAYAEGGGROUPUSERDATA_H
15#define MAYAEGGGROUPUSERDATA_H
37 static void init_type() {
38 EggUserData::init_type();
40 EggUserData::get_class_type());
43 return get_class_type();
45 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
This is a base class for a user-defined data type to extend egg structures in processing code.
This class contains extra user data which is piggybacked onto EggGroup objects for the purpose of the...
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.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...