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

Go to the source code of this file.

Classes

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...