

Definition at line 40 of file mtsComponentViewer.h.
| void mtsComponentViewer::Configure | ( | const std::string & | CMN_UNUSED(filename) | ) | [inline, virtual] |
Virtual method that gets called when the task/interface needs to be configured. Should it take XML info??
Reimplemented from mtsTask.
Definition at line 72 of file mtsComponentViewer.h.
| void mtsComponentViewer::Startup | ( | void | ) | [virtual] |
Virtual method that gets overloaded, and is run before the task is started.
Reimplemented from mtsTask.
| void mtsComponentViewer::Run | ( | void | ) | [virtual] |
Virtual method that gets overloaded to run the actual task.
Implements mtsTask.
| void mtsComponentViewer::Cleanup | ( | void | ) | [virtual] |