PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Classes
vtkPlusCommandProcessor.h File Reference
#include "vtkPlusServerExport.h"
#include "vtkMultiThreader.h"
#include "vtkObject.h"
#include "vtkPlusCommand.h"
#include "vtkPlusCommandResponse.h"
#include "vtkPlusOpenIGTLinkServer.h"
#include <string>
Include dependency graph for vtkPlusCommandProcessor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkPlusCommandProcessor
 Creates a PlusCommand from a string. If the commands are to be executed on the main thread then call ExecuteCommands() periodically from the main thread. If the commands are to be executed on a separate thread (to allow background processing, but maybe requiring more synchronization) call Start() to start an internal processing thread. Probably one of the processing models would be enough, but at this point it's not clear which one is better. TODO: keep only one method and remove the other approach completely once the processing model decision is finalized. More...