Lines Matching refs:BPose
54 class PoseList : public BObjectList<BPose> {
58 BObjectList<BPose>(itemsPerBlock, owning)
64 BObjectList<BPose>(list) in PoseList()
68 BPose* FindPose(const node_ref* node, int32* index = NULL) const;
69 BPose* FindPose(const entry_ref* entry, int32* index = NULL) const;
70 BPose* FindPose(const Model* model, int32* index = NULL) const;
71 BPose* DeepFindPose(const node_ref* node, int32* index = NULL) const;
76 BPose* FindPoseByFileName(const char* name, int32* _index = NULL) const;
86 void (*eachFunction)(BPose*, Model*, EachParam1), in EachPoseAndModel() argument
90 BPose* pose = list->ItemAt(index); in EachPoseAndModel()
101 void (*eachFunction)(BPose*, Model*, int32, EachParam1), in EachPoseAndModel() argument
105 BPose* pose = list->ItemAt(index); in EachPoseAndModel()
116 void (*eachFunction)(BPose*, Model*, EachParam1, EachParam2), in EachPoseAndModel() argument
120 BPose* pose = list->ItemAt(index); in EachPoseAndModel()
131 void (*eachFunction)(BPose*, Model*, int32, EachParam1, EachParam2), in EachPoseAndModel() argument
135 BPose* pose = list->ItemAt(index); in EachPoseAndModel()
146 void (*eachFunction)(BPose*, Model*, EachParam1), EachParam1 eachParam1) in EachPoseAndResolvedModel() argument
149 BPose* pose = list->ItemAt(index); in EachPoseAndResolvedModel()
160 void (*eachFunction)(BPose*, Model*, int32 , EachParam1), in EachPoseAndResolvedModel() argument
164 BPose* pose = list->ItemAt(index); in EachPoseAndResolvedModel()
175 void (*eachFunction)(BPose*, Model*, EachParam1, EachParam2), in EachPoseAndResolvedModel() argument
179 BPose* pose = list->ItemAt(index); in EachPoseAndResolvedModel()
190 void (*eachFunction)(BPose*, Model*, int32, EachParam1, EachParam2), in EachPoseAndResolvedModel() argument
194 BPose* pose = list->ItemAt(index); in EachPoseAndResolvedModel()