18 #include "pandabase.h" 19 #include "globPattern.h" 39 void output(ostream &out)
const;
41 bool is_include_empty()
const;
42 bool matches_include(
const string &joint_name)
const;
43 bool matches_exclude(
const string &joint_name)
const;
47 Joints _include_joints;
48 Joints _exclude_joints;
51 INLINE ostream &operator << (ostream &out,
const PartSubset &subset) {
56 #include "partSubset.I"
This class is used to define a subset of part names to apply to the PartBundle::bind_anim() operation...
This class can be used to test for string matches against standard Unix-shell filename globbing conve...