25 INLINE PartBundleNode::
37 INLINE PartBundleNode::
49 INLINE PartBundleNode::
60 INLINE
int PartBundleNode::
61 get_num_bundles()
const {
62 return _bundles.size();
71 get_bundle(
int n)
const {
72 nassertr(n >= 0 && n < (
int)_bundles.size(), NULL);
73 return _bundles[n]->get_bundle();
86 nassertr(n >= 0 && n < (
int)_bundles.size(), NULL);
A basic node of the scene graph or data graph.
PartBundleHandle * get_bundle_handle(int n) const
Returns the PartBundleHandle that wraps around the actual nth PartBundle.
This is a trivial class returned by PartBundleNode::get_bundle().
This is a node that contains a pointer to an PartBundle.
This is the root of a MovingPart hierarchy.