Defines a plugin that can can be loaded dynamically and used with GraspIt. More...
#include <plugin.h>
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. |
Defines a plugin that can can be loaded dynamically and used with GraspIt.
Definition at line 33 of file plugin.h.
virtual Plugin::~Plugin | ( | ) | [inline, virtual] |
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.