28 return _back_pointers.size();
40 if (model_index >= 0 && model_index < (
int)_back_pointers.size()) {
54 if (model_index >= 0 && model_index < (
int)_back_pointers.size()) {
55 return _back_pointers[model_index];
int get_num_models() const
Returns the maximum number of back pointers this component may have.
EggBackPointer * get_model(int model_index) const
Returns the back pointer to an egg file for the indicated model if it exists, or NULL if it does not...
bool has_model(int model_index) const
Returns true if the component has a back pointer to an egg file somewhere for the indicated model...
This stores a pointer from an EggJointData or EggSliderData object back to the referencing data in an...