14 #ifndef __DOSE_NODE_HELPER_H 15 #define __DOSE_NODE_HELPER_H 27 bool showColorWashGlobal =
true);
32 bool showIsolinesGlobal =
true);
void MITKDICOMRT_EXPORT ConfigureNodeAsIsoLineNode(mitk::DataNode *doseOutlineNode, const mitk::IsoDoseLevelSet *colorPreset, mitk::DoseValueAbs referenceDose, bool showIsolinesGlobal=true)
Stores values needed for the representation/visualization of dose iso levels.
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKDICOMRT_EXPORT
void MITKDICOMRT_EXPORT ConfigureNodeAsDoseNode(mitk::DataNode *doseNode, const mitk::IsoDoseLevelSet *colorPreset, mitk::DoseValueAbs referenceDose, bool showColorWashGlobal=true)
double DoseValueAbs
Represents absolute dose values (in Gy).
Class for nodes of the DataTree.