Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Request class to pack model and other necessary server information from GUI. More...
#include <mitkMonaiLabelTool.h>
Public Member Functions | |
bool | operator== (const MonaiLabelRequest &rhs) const |
Public Attributes | |
MonaiModelInfo | model |
std::string | hostName |
std::string | requestLabel |
int | port |
Request class to pack model and other necessary server information from GUI.
Definition at line 82 of file mitkMonaiLabelTool.h.
|
inline |
Definition at line 89 of file mitkMonaiLabelTool.h.
References hostName, model, port, and requestLabel.
std::string mitk::MonaiLabelRequest::hostName |
Definition at line 85 of file mitkMonaiLabelTool.h.
Referenced by operator==().
MonaiModelInfo mitk::MonaiLabelRequest::model |
Definition at line 84 of file mitkMonaiLabelTool.h.
Referenced by operator==().
int mitk::MonaiLabelRequest::port |
Definition at line 87 of file mitkMonaiLabelTool.h.
Referenced by operator==().
std::string mitk::MonaiLabelRequest::requestLabel |
Definition at line 86 of file mitkMonaiLabelTool.h.
Referenced by operator==().