![]() |
RobWorkProject
23.9.11-
|
tests if a grasp is valid in respect to some criterias implemented by a sub class. More...
#include <GraspValidateFilter.hpp>
Inherited by CompositeGraspFilter, ContactDistThresFilter, CurvatureThresFilter, PlaneClearanceFilter, and SemiForceClosureFilter.
Public Member Functions | |
| GraspValidateFilter () | |
| Constructor. | |
| virtual | ~GraspValidateFilter () |
| destructor | |
| virtual bool | isValid (const Grasp3D &grasp)=0 |
| tests if a grasp grasp is valid in regard to the criterias of the class that implements this function. More... | |
tests if a grasp is valid in respect to some criterias implemented by a sub class.
|
pure virtual |
tests if a grasp grasp is valid in regard to the criterias of the class that implements this function.
| grasp |
Implemented in CurvatureThresFilter, SemiForceClosureFilter, PlaneClearanceFilter, ContactDistThresFilter, and CompositeGraspFilter.