PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
List of all members | Public Member Functions | Public Attributes
PlusIgtlClientInfo::VideoStream Struct Reference

#include <src/PlusOpenIGTLink/PlusIgtlClientInfo.h>

Collaboration diagram for PlusIgtlClientInfo::VideoStream:
Collaboration graph
[legend]

Public Member Functions

 VideoStream ()
 

Public Attributes

std::string EmbeddedTransformToFrame
 
EncodingParameters EncodeVideoParameters
 
vtkSmartPointer< vtkIGSIOFrameConverter > FrameConverter
 
std::string Name
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ VideoStream()

PlusIgtlClientInfo::VideoStream::VideoStream ( )
inline

Definition at line 92 of file PlusIgtlClientInfo.h.

Member Data Documentation

◆ EmbeddedTransformToFrame

std::string PlusIgtlClientInfo::VideoStream::EmbeddedTransformToFrame

Name of the IGTL image message embedded transform "To" frame

Definition at line 87 of file PlusIgtlClientInfo.h.

◆ EncodeVideoParameters

EncodingParameters PlusIgtlClientInfo::VideoStream::EncodeVideoParameters

Parameters for how to encode video for compressed streams

Definition at line 89 of file PlusIgtlClientInfo.h.

◆ FrameConverter

vtkSmartPointer<vtkIGSIOFrameConverter> PlusIgtlClientInfo::VideoStream::FrameConverter

Class for decoding and encoding frames

Definition at line 91 of file PlusIgtlClientInfo.h.

◆ Name

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.


The documentation for this struct was generated from the following file: