PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include <src/PlusOpenIGTLink/PlusIgtlClientInfo.h>
Public Member Functions | |
VideoStream () | |
Public Attributes | |
std::string | EmbeddedTransformToFrame |
EncodingParameters | EncodeVideoParameters |
vtkSmartPointer< vtkIGSIOFrameConverter > | FrameConverter |
std::string | Name |
Helper struct for storing video stream and embedded transform frame names IGTL video message device name: [Name]_[EmbeddedTransformToFrame]
Definition at line 82 of file PlusIgtlClientInfo.h.
|
inline |
Definition at line 92 of file PlusIgtlClientInfo.h.
std::string PlusIgtlClientInfo::VideoStream::EmbeddedTransformToFrame |
Name of the IGTL image message embedded transform "To" frame
Definition at line 87 of file PlusIgtlClientInfo.h.
EncodingParameters PlusIgtlClientInfo::VideoStream::EncodeVideoParameters |
Parameters for how to encode video for compressed streams
Definition at line 89 of file PlusIgtlClientInfo.h.
vtkSmartPointer<vtkIGSIOFrameConverter> PlusIgtlClientInfo::VideoStream::FrameConverter |
Class for decoding and encoding frames
Definition at line 91 of file PlusIgtlClientInfo.h.
std::string PlusIgtlClientInfo::VideoStream::Name |
Name of the image stream and the IGTL image message embedded transform "From" frame
Definition at line 85 of file PlusIgtlClientInfo.h.