Plugin Class Reference

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

#include <plugin.h>

Inheritance diagram for Plugin:
Inheritance graph
[legend]

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).

Implemented in helloworld::HelloWorldPlugin, and openclose::OpenClosePlugin.

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

Called whenever GraspIt's main loop is idle.

Implemented in helloworld::HelloWorldPlugin, and openclose::OpenClosePlugin.


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 Fri Jan 11 11:20:37 2013