db_planner::GraspRanker Class Reference

A GraspRanker takes a list of Grasp objects and sorts them from best to worst. More...

#include <grasp_ranker.h>

List of all members.

Public Member Functions

 GraspRanker (const string &hand_name)
virtual bool Rank (vector< Grasp > *) const
 Rank a list of grasps by sorting in place them from best to worst.
 ~GraspRanker ()

Private Attributes

string hand_name_
 The name of the hand to rank grasps for.

Detailed Description

A GraspRanker takes a list of Grasp objects and sorts them from best to worst.

Definition at line 43 of file grasp_ranker.h.


Constructor & Destructor Documentation

db_planner::GraspRanker::GraspRanker ( const string &  hand_name  )  [inline]

Definition at line 48 of file grasp_ranker.h.

db_planner::GraspRanker::~GraspRanker (  )  [inline]

Definition at line 52 of file grasp_ranker.h.


Member Function Documentation

virtual bool db_planner::GraspRanker::Rank ( vector< Grasp > *   )  const [inline, virtual]

Rank a list of grasps by sorting in place them from best to worst.

This default implementation doesn't change the order.

Definition at line 51 of file grasp_ranker.h.


Member Data Documentation

The name of the hand to rank grasps for.

Definition at line 46 of file grasp_ranker.h.


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