add get_bundles, get_bundle_handles

This commit is contained in:
David Rose 2009-04-22 18:19:48 +00:00
parent d8d0a6b29c
commit 1683962701

View File

@ -53,7 +53,9 @@ public:
PUBLISHED: PUBLISHED:
INLINE int get_num_bundles() const; INLINE int get_num_bundles() const;
INLINE PartBundle *get_bundle(int n) const; INLINE PartBundle *get_bundle(int n) const;
MAKE_SEQ(get_bundles, get_num_bundles, get_bundle);
INLINE PartBundleHandle *get_bundle_handle(int n) const; INLINE PartBundleHandle *get_bundle_handle(int n) const;
MAKE_SEQ(get_bundle_handles, get_num_bundles, get_bundle_handle);
protected: protected:
void add_bundle(PartBundle *bundle); void add_bundle(PartBundle *bundle);