Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
This class holds the data of each lesion in the lesion tree view. The data is the lesion itself with its UID, name and lesion class as well as two vectors for. More...
#include <mitkLesionData.h>
Public Member Functions | |
LesionData (const SemanticTypes::Lesion &lesion=SemanticTypes::Lesion()) | |
sets the data members to their initial values More... | |
SemanticTypes::Lesion | GetLesion () const |
SemanticTypes::ID | GetLesionUID () const |
std::string | GetLesionName () const |
const std::vector< bool > & | GetLesionPresence () const |
const std::vector< double > & | GetLesionVolume () const |
void | SetLesion (const SemanticTypes::Lesion &lesion) |
void | SetLesionPresence (const std::vector< bool > &lesionPresence) |
void | SetLesionVolume (const std::vector< double > &lesionVolume) |
This class holds the data of each lesion in the lesion tree view. The data is the lesion itself with its UID, name and lesion class as well as two vectors for.
Definition at line 36 of file mitkLesionData.h.
mitk::LesionData::LesionData | ( | const SemanticTypes::Lesion & | lesion = SemanticTypes::Lesion() | ) |
sets the data members to their initial values
|
inline |
Definition at line 44 of file mitkLesionData.h.
|
inline |
Definition at line 46 of file mitkLesionData.h.
|
inline |
Definition at line 48 of file mitkLesionData.h.
|
inline |
Definition at line 45 of file mitkLesionData.h.
|
inline |
Definition at line 49 of file mitkLesionData.h.
void mitk::LesionData::SetLesion | ( | const SemanticTypes::Lesion & | lesion | ) |
void mitk::LesionData::SetLesionPresence | ( | const std::vector< bool > & | lesionPresence | ) |
void mitk::LesionData::SetLesionVolume | ( | const std::vector< double > & | lesionVolume | ) |