PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
Classes | |
class | PlusCommandResponse |
Structure to store command responses that Plus should send through OpenIGTLink. More... | |
class | vtkPlusAddRecordingDeviceCommand |
This command adds a virtual capture device with the attached arguments as input channels. More... | |
class | vtkPlusAtracsysCommand |
This command allows OpenIGTLink commands to configure specific functionalities in the Atracsys device. See the documentation for command specifics. More... | |
class | vtkPlusCapistranoCommand |
This command is for communicating with vtkPlusCapistranoDevice.This command is used for communicating with a Capistrano device. More... | |
class | vtkPlusClariusCommand |
This command reconstructs a volume from an image sequence and saves it to disk or sends it to the client in an IMAGE message. More... | |
class | vtkPlusCommand |
This is an abstract superclass for commands in the OpenIGTLink network interface for Plus. More... | |
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... | |
class | vtkPlusConoProbeLinkCommand |
This command allows for communicating with the OptimetConoProbe device. More... | |
class | vtkPlusGenericSerialCommand |
This command is for communicating with vtkPlusGenericSerialDevices.This command is used for communicating with a generic serial device. More... | |
class | vtkPlusGetFrameRateCommand |
This command returns the current frame rate from a vtkPlusChannel's DataSource.This command is used for communicating with a vtkPlusChannel. More... | |
class | vtkPlusGetImageCommand |
This command is used to answer the OpenIGTLink messages "GET_IMGMETA" and "GET_IMAGE". "GET_IMGMETA" returns all the image information from the devices that are connected at the time given. \ "GET_IMAGE" returns the requested volume and the ijkToRasTransform which belongs to the volume. The Ras coordinate system is the coordinate system defined in Plus as: "Ras". \ The image id is empty when the command is GET_IMGMETA, which means the data will be acquired from all of the connected devices. \ It is the id of the image selected on slicer for the command GET_IMAGE. More... | |
class | vtkPlusGetPolydataCommand |
This command is used to answer the OpenIGTLink message GET_POLYDATA. GET_POLYDATA returns the requested polydata. More... | |
class | vtkPlusGetTransformCommand |
This command retrieves the value of a transformation in the transform repository. More... | |
class | vtkPlusGetUsParameterCommand |
This command requests ultrasound parameter change in the client. More... | |
class | vtkPlusOpenIGTLinkClient |
This class provides a network interface to access Plus functions as an OpenIGTLink client. More... | |
class | vtkPlusOpenIGTLinkServer |
This class provides a network interface for data acquired by Plus as an OpenIGTLink server. More... | |
class | vtkPlusReconstructVolumeCommand |
This command reconstructs a volume from an image sequence and saves it to disk or sends it to the client in an IMAGE message. More... | |
class | vtkPlusRequestDeviceIDsCommand |
This command returns the list of devices to the client. More... | |
class | vtkPlusSaveConfigCommand |
This command forces the data collector to save the config file. More... | |
class | vtkPlusSendTextCommand |
This command send text to a device and optionally return with a response textThis command is used for communicating with a generic serial device. More... | |
class | vtkPlusSetUsParameterCommand |
This command requests ultrasound parameter change in the client. More... | |
class | vtkPlusStartStopRecordingCommand |
This command starts and stops capturing with a vtkPlusVirtualCapture capture on the server side. More... | |
class | vtkPlusStealthLinkCommand |
This command reconstructs a volume from an image sequence and saves it to disk or sends it to the client in an IMAGE message. More... | |
class | vtkPlusUpdateTransformCommand |
This command updates the value of a transformation in the transform repository. More... | |
class | vtkPlusUSDigitalEncoderCommand |
This command controls USDigitalEncodersTracker devices.This command is used for controlling a USDigitalEncodersTracker device to reset or retrieve the positions of its individual encoders. More... | |
class | vtkPlusVersionCommand |
This command sends and receives version information to/from a client. More... | |
class | vtkPlusWinProbeCommand |
This command is for communicating with vtkPlusWinProbeDevices.This command is used for communicating with a WinProbe device. More... | |