Plugin Class Reference

Defines a plugin that can can be loaded dynamically and used with GraspIt. More...

#include <plugin.h>

List of all members.

Public Member Functions

virtual int init (int argc, char **argv)=0
 Called once when user starts the plugin (or on startup if the plugin is automatically started).
virtual int mainLoop ()=0
 Called whenever GraspIt's main loop is idle.
virtual ~Plugin ()
 Stub destructor.

Detailed Description

Defines a plugin that can can be loaded dynamically and used with GraspIt.

Definition at line 33 of file plugin.h.


Constructor & Destructor Documentation

virtual Plugin::~Plugin (  )  [inline, virtual]

Stub destructor.

Definition at line 37 of file plugin.h.


Member Function Documentation

virtual int Plugin::init ( int  argc,
char **  argv 
) [pure virtual]

Called once when user starts the plugin (or on startup if the plugin is automatically started).

virtual int Plugin::mainLoop (  )  [pure virtual]

Called whenever GraspIt's main loop is idle.


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:23 2012