#include <graspit_db_grasp.h>
Public Member Functions | |
db_planner::Grasp * | Get () const |
GraspitDBGraspAllocator (Hand *h) | |
Private Attributes | |
Hand * | mHand |
The hand that all grasps are initialized with. |
For now, the hand is passed to the constructor. In the future, we will probably allow the hand to be changed for this allocator.
Definition at line 105 of file graspit_db_grasp.h.
GraspitDBGraspAllocator::GraspitDBGraspAllocator | ( | Hand * | h | ) | [inline] |
Definition at line 111 of file graspit_db_grasp.h.
db_planner::Grasp* GraspitDBGraspAllocator::Get | ( | ) | const [inline, virtual] |
Implements db_planner::GraspAllocator.
Definition at line 112 of file graspit_db_grasp.h.
Hand* GraspitDBGraspAllocator::mHand [private] |
The hand that all grasps are initialized with.
Definition at line 109 of file graspit_db_grasp.h.