Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Struct to hold featured models individual info. More...
#include <mitkMonaiLabelTool.h>
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 |
Struct to hold featured models individual info.
Definition at line 36 of file mitkMonaiLabelTool.h.
|
inline |
Definition at line 55 of file mitkMonaiLabelTool.h.
References dimension.
|
inline |
Definition at line 50 of file mitkMonaiLabelTool.h.
References type.
|
inline |
Definition at line 45 of file mitkMonaiLabelTool.h.
std::unordered_map<bool, std::string> mitk::MonaiModelInfo::config |
Definition at line 43 of file mitkMonaiLabelTool.h.
std::string mitk::MonaiModelInfo::description |
Definition at line 42 of file mitkMonaiLabelTool.h.
int mitk::MonaiModelInfo::dimension |
Definition at line 41 of file mitkMonaiLabelTool.h.
Referenced by Is2D().
std::unordered_map<std::string, int> mitk::MonaiModelInfo::labels |
Definition at line 40 of file mitkMonaiLabelTool.h.
std::string mitk::MonaiModelInfo::name |
Definition at line 38 of file mitkMonaiLabelTool.h.
Referenced by operator==().
std::string mitk::MonaiModelInfo::type |
Definition at line 39 of file mitkMonaiLabelTool.h.
Referenced by IsInteractive(), and operator==().