MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Set operations for pose sets. More...

Functions

bool contained_pose_set (const Pose *pose, const Set *s)
 Return true if a pose is contained in a set. More...
 
bool contains_set_pose (const Set *s, Pose *pose)
 Return true if a set contains a pose. More...
 
Setintersection_pose_set (const Pose *pose, const Set *s)
 Return the intersection of a pose and a set. More...
 
Setintersection_set_pose (const Set *s, const Pose *pose)
 Return the intersection of a set and a pose. More...
 
Setminus_pose_set (const Pose *pose, const Set *s)
 Return the difference of a pose and a set. More...
 
Setminus_set_pose (const Set *s, const Pose *pose)
 Return the difference of a set and a pose. More...
 
Setpose_union_transfn (Set *state, const Pose *pose)
 Transition function for set union aggregate of poses. More...
 
Setunion_pose_set (const Pose *pose, const Set *s)
 Return the union of a pose and a set. More...
 
Setunion_set_pose (const Set *s, const Pose *pose)
 Return the union of a set and a pose. More...
 

Detailed Description

Set operations for pose sets.