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

Struct to hold featured models individual info. More...

#include <mitkMonaiLabelTool.h>

Collaboration diagram for mitk::MonaiModelInfo:

Public Member Functions

bool operator== (const MonaiModelInfo &rhs) const
 
bool IsInteractive () const
 
bool Is2D () const
 

Public Attributes

std::string name
 
std::string type
 
std::unordered_map< std::string, int > labels
 
int dimension
 
std::string description
 
std::unordered_map< bool, std::string > config
 

Detailed Description

Struct to hold featured models individual info.

Definition at line 36 of file mitkMonaiLabelTool.h.

Member Function Documentation

◆ Is2D()

bool mitk::MonaiModelInfo::Is2D ( ) const
inline

Definition at line 55 of file mitkMonaiLabelTool.h.

References dimension.

◆ IsInteractive()

bool mitk::MonaiModelInfo::IsInteractive ( ) const
inline

Definition at line 50 of file mitkMonaiLabelTool.h.

References type.

◆ operator==()

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

Definition at line 45 of file mitkMonaiLabelTool.h.

References name, and type.

Member Data Documentation

◆ config

std::unordered_map<bool, std::string> mitk::MonaiModelInfo::config

Definition at line 43 of file mitkMonaiLabelTool.h.

◆ description

std::string mitk::MonaiModelInfo::description

Definition at line 42 of file mitkMonaiLabelTool.h.

◆ dimension

int mitk::MonaiModelInfo::dimension

Definition at line 41 of file mitkMonaiLabelTool.h.

Referenced by Is2D().

◆ labels

std::unordered_map<std::string, int> mitk::MonaiModelInfo::labels

Definition at line 40 of file mitkMonaiLabelTool.h.

◆ name

std::string mitk::MonaiModelInfo::name

Definition at line 38 of file mitkMonaiLabelTool.h.

Referenced by operator==().

◆ type

std::string mitk::MonaiModelInfo::type

Definition at line 39 of file mitkMonaiLabelTool.h.

Referenced by IsInteractive(), and operator==().


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