#include <helloWorldPlugin.h>
Public Member Functions | |
HelloWorldPlugin () | |
int | init (int argc, char **argv) |
Called once when user starts the plugin (or on startup if the plugin is automatically started). | |
int | mainLoop () |
Called whenever GraspIt's main loop is idle. | |
~HelloWorldPlugin () |
Definition at line 33 of file helloWorldPlugin.h.
helloworld::HelloWorldPlugin::HelloWorldPlugin | ( | ) |
Definition at line 29 of file helloWorldPlugin.cpp.
helloworld::HelloWorldPlugin::~HelloWorldPlugin | ( | ) |
Definition at line 34 of file helloWorldPlugin.cpp.
int helloworld::HelloWorldPlugin::init | ( | int | argc, | |
char ** | argv | |||
) | [virtual] |
Called once when user starts the plugin (or on startup if the plugin is automatically started).
Implements Plugin.
Definition at line 39 of file helloWorldPlugin.cpp.
int helloworld::HelloWorldPlugin::mainLoop | ( | ) | [virtual] |
Called whenever GraspIt's main loop is idle.
Implements Plugin.
Definition at line 45 of file helloWorldPlugin.cpp.