Allocator for the specialized model that loads geometry from the database. More...
#include <graspit_db_model.h>

Public Member Functions | |
| GeomGraspitDBModelAllocator (db_planner::DatabaseManager *manager) | |
| Empty stub. | |
| db_planner::Model * | Get () const |
| Returns a Ros db model with the manager set correctly. | |
Private Attributes | |
| db_planner::DatabaseManager * | mManager |
| Pointer to the db manager to be passed onto the models. | |
Allocator for the specialized model that loads geometry from the database.
Definition at line 89 of file graspit_db_model.h.
| GeomGraspitDBModelAllocator::GeomGraspitDBModelAllocator | ( | db_planner::DatabaseManager * | manager | ) | [inline] |
Empty stub.
Definition at line 96 of file graspit_db_model.h.
| db_planner::Model* GeomGraspitDBModelAllocator::Get | ( | ) | const [inline, virtual] |
Returns a Ros db model with the manager set correctly.
Implements db_planner::ModelAllocator.
Definition at line 99 of file graspit_db_model.h.
Pointer to the db manager to be passed onto the models.
Definition at line 93 of file graspit_db_model.h.