Medical Imaging Interaction Toolkit  2024.06.99-3ccaf925
Medical Imaging Interaction Toolkit
mitk::MonaiLabelRequest Struct Reference

Request class to pack model and other necessary server information from GUI. More...

#include <mitkMonaiLabelTool.h>

Collaboration diagram for mitk::MonaiLabelRequest:

Public Member Functions

bool operator== (const MonaiLabelRequest &rhs) const
 

Public Attributes

MonaiModelInfo model
 
std::string hostName
 
std::string requestLabel
 
int port
 

Detailed Description

Request class to pack model and other necessary server information from GUI.

Definition at line 82 of file mitkMonaiLabelTool.h.

Member Function Documentation

◆ operator==()

bool mitk::MonaiLabelRequest::operator== ( const MonaiLabelRequest rhs) const
inline

Definition at line 89 of file mitkMonaiLabelTool.h.

References hostName, model, port, and requestLabel.

Member Data Documentation

◆ hostName

std::string mitk::MonaiLabelRequest::hostName

Definition at line 85 of file mitkMonaiLabelTool.h.

Referenced by operator==().

◆ model

MonaiModelInfo mitk::MonaiLabelRequest::model

Definition at line 84 of file mitkMonaiLabelTool.h.

Referenced by operator==().

◆ port

int mitk::MonaiLabelRequest::port

Definition at line 87 of file mitkMonaiLabelTool.h.

Referenced by operator==().

◆ requestLabel

std::string mitk::MonaiLabelRequest::requestLabel

Definition at line 86 of file mitkMonaiLabelTool.h.

Referenced by operator==().


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