#include <eggBin.h>
Inheritance diagram for EggBin:
Public Member Functions | |
EggBin (const string &name="") | |
EggBin (const EggGroup ©) | |
EggBin (const EggBin ©) | |
void | set_bin_number (int bin_number) |
int | get_bin_number () const |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Private Attributes | |
int | _bin_number |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 31 of file eggBin.cxx. References _bin_number. |
|
Definition at line 42 of file eggBin.cxx. References _bin_number. |
|
Definition at line 53 of file eggBin.cxx. |
|
Reimplemented from EggGroup. Definition at line 59 of file eggBin.h. References EggGroup::get_class_type(), and EggGroup::init_type(). |
|
Definition at line 74 of file eggBin.cxx. References _bin_number. Referenced by EggLoader::make_node(). |
|
Reimplemented from EggGroup. Definition at line 48 of file eggBin.h. Referenced by EggLoader::make_node(), and EggGroup::write(). |
|
Reimplemented from EggGroup. Definition at line 56 of file eggBin.h. References EggGroup::get_class_type(). |
|
Reimplemented from EggGroup. Definition at line 51 of file eggBin.h. References EggGroup::get_class_type(), EggGroup::init_type(), and register_type(). Referenced by init_libegg(). |
|
Definition at line 64 of file eggBin.cxx. References _bin_number. Referenced by EggBinMaker::setup_bin(). |
|
Definition at line 44 of file eggBin.h. Referenced by EggBin(), get_bin_number(), and set_bin_number(). |
|
Reimplemented from EggGroup. Definition at line 22 of file eggBin.cxx. |