An operator to compare two planned grasps. More...
#include <grasp_grasps.h>
Public Member Functions | |
bool | operator() (plannedGrasp *&, plannedGrasp *&) const |
An operator to compare two planned grasps.
Definition at line 171 of file grasp_grasps.h.
bool compareGraspQM::operator() | ( | plannedGrasp *& | first, | |
plannedGrasp *& | second | |||
) | const |
Compares the quality of two planned grasps. Because of STL differences on windows and linux, this will return TRUE if the quality of the first is greater than the second under windows and the opposite under linux.
Definition at line 283 of file grasp_grasps.cpp.