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

Comparison functions for static poses. More...

Functions

int pose_cmp (const Pose *pose1, const Pose *pose2)
 Return -1, 0, or 1 depending on whether the first pose is less than, equal to, or greater than the second one. More...
 
bool pose_eq (const Pose *pose1, const Pose *pose2)
 Return true if the first pose is equal to the second one. More...
 
bool pose_ge (const Pose *pose1, const Pose *pose2)
 Return true if the first pose is greater than or equal to the second one. More...
 
bool pose_gt (const Pose *pose1, const Pose *pose2)
 Return true if the first pose is greater than the second one. More...
 
bool pose_le (const Pose *pose1, const Pose *pose2)
 Return true if the first pose is less than or equal to the second one. More...
 
bool pose_lt (const Pose *pose1, const Pose *pose2)
 Return true if the first pose is less than the second one. More...
 
bool pose_ne (const Pose *pose1, const Pose *pose2)
 Return true if the first pose is not equal to the second one. More...
 
bool pose_nsame (const Pose *pose1, const Pose *pose2)
 Return true if the first pose is not equal to the second one. More...
 
bool pose_same (const Pose *pose1, const Pose *pose2)
 Return true if the first pose is equal to the second one. More...
 

Detailed Description

Comparison functions for static poses.