13 #ifndef MITKLESIONDATA_H 14 #define MITKLESIONDATA_H 52 void SetLesionPresence(
const std::vector<bool>& lesionPresence);
53 void SetLesionVolume(
const std::vector<double>& lesionVolume);
58 std::vector<bool> m_LesionPresence;
59 std::vector<double> m_LesionVolume;
64 #endif // MITKLESIONDATA_H
std::string GetLesionName() const
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKSEMANTICRELATIONS_EXPORT
SemanticTypes::Lesion GetLesion() const
This class holds the data of each lesion in the lesion tree view. The data is the lesion itself with ...
const std::vector< double > & GetLesionVolume() const
SemanticTypes::ID GetLesionUID() const
const std::vector< bool > & GetLesionPresence() const