28 explicit EggBin(
const std::string &name =
"");
32 void set_bin_number(
int bin_number);
33 int get_bin_number()
const;
43 static void init_type() {
44 EggGroup::init_type();
46 EggGroup::get_class_type());
49 return get_class_type();
51 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.
The main glue of the egg hierarchy, this corresponds to the <Group>, <Instance>, and <Joint> type nod...
TypeHandle is the identifier used to differentiate C++ class types.
A type of group node that holds related subnodes.