An implementation of ModelAllocator that returns new GraspitDBModel objects. More...
#include <graspit_db_model.h>
Public Member Functions | |
db_planner::Model * | Get () const |
Return a new object of a class that derives from Model. | |
GraspitDBModelAllocator () |
An implementation of ModelAllocator that returns new GraspitDBModel objects.
Definition at line 63 of file graspit_db_model.h.
GraspitDBModelAllocator::GraspitDBModelAllocator | ( | ) | [inline] |
Definition at line 66 of file graspit_db_model.h.
db_planner::Model* GraspitDBModelAllocator::Get | ( | ) | const [inline, virtual] |
Return a new object of a class that derives from Model.
Implements db_planner::ModelAllocator.
Definition at line 67 of file graspit_db_model.h.