db_planner::TrainingPlanner Class Reference

A TrainingPlanner is used to generate grasps that can be added to the database. More...

#include <training_planner.h>

List of all members.

Public Member Functions

virtual bool TrainedGrasps (const string &model_name, vector< Grasp > *grasps) const =0
 Returns a vector of Grasp objects for a Model.
virtual ~TrainingPlanner ()

Detailed Description

A TrainingPlanner is used to generate grasps that can be added to the database.

Definition at line 41 of file training_planner.h.


Constructor & Destructor Documentation

virtual db_planner::TrainingPlanner::~TrainingPlanner (  )  [inline, virtual]

Definition at line 48 of file training_planner.h.


Member Function Documentation

virtual bool db_planner::TrainingPlanner::TrainedGrasps ( const string &  model_name,
vector< Grasp > *  grasps 
) const [pure virtual]

Returns a vector of Grasp objects for a Model.

Given a Model, this returns true on success and populates the grasps vector with Grasp objects that can be added to the database. On failure returns false and the vector's contents are undefined.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


graspit
Author(s):
autogenerated on Wed Jan 25 11:00:32 2012