27 EggBin(
const string &name) :
EggGroup(name) {
49 EggBin(
const EggBin ©) :
EggGroup(copy), _bin_number(copy._bin_number) {
60 set_bin_number(
int bin_number) {
61 _bin_number = bin_number;
70 get_bin_number()
const {
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.