PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include <src/PlusOpenIGTLink/PlusIgtlClientInfo.h>
Public Member Functions | |
ImageStream () | |
Public Attributes | |
std::string | EmbeddedTransformToFrame |
vtkSmartPointer< vtkIGSIOFrameConverter > | FrameConverter |
std::string | Name |
Helper struct for storing image stream and embedded transform frame names IGTL image message device name: [Name]_[EmbeddedTransformToFrame]
Definition at line 65 of file PlusIgtlClientInfo.h.
|
inline |
Definition at line 73 of file PlusIgtlClientInfo.h.
std::string PlusIgtlClientInfo::ImageStream::EmbeddedTransformToFrame |
Name of the IGTL image message embedded transform "To" frame
Definition at line 70 of file PlusIgtlClientInfo.h.
vtkSmartPointer<vtkIGSIOFrameConverter> PlusIgtlClientInfo::ImageStream::FrameConverter |
Class for decoding and encoding frames
Definition at line 72 of file PlusIgtlClientInfo.h.
std::string PlusIgtlClientInfo::ImageStream::Name |
Name of the image stream and the IGTL image message embedded transform "From" frame
Definition at line 68 of file PlusIgtlClientInfo.h.