18 #include "pandabase.h"
32 EggBin(
const string &name =
"");
36 void set_bin_number(
int bin_number);
37 int get_bin_number()
const;
47 static void init_type() {
48 EggGroup::init_type();
49 register_type(_type_handle,
"EggBin",
50 EggGroup::get_class_type());
53 return get_class_type();
55 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
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.