26class EXPCL_PANDA_EGG EggBin :
public EggGroup {
28 explicit EggBin(
const std::string &name =
"");
29 EggBin(
const EggGroup ©);
30 EggBin(
const EggBin ©);
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();}
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(),...