Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
14 #ifndef mitkIsoDoseLevel_h
15 #define mitkIsoDoseLevel_h
17 #include <itkRGBPixel.h>
18 #include <itkObject.h>
19 #include <itkObjectFactory.h>
61 itkSetMacro(VisibleIsoLine,
bool);
62 itkGetConstMacro(VisibleIsoLine,
bool);
63 itkBooleanMacro(VisibleIsoLine);
65 itkSetMacro(VisibleColorWash,
bool);
66 itkGetConstMacro(VisibleColorWash,
bool);
67 itkBooleanMacro(VisibleColorWash);
77 void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
89 bool m_VisibleIsoLine;
92 bool m_VisibleColorWash;
DoseValueRel DoseValueType
double DoseValueRel
Represents relative dose values (in %).
bool operator<(const StaticParameterMap::ValueType &a, const StaticParameterMap::ValueType &b)
Compares two var lists and returns true if the first list's first item is lower than the second one's...
itk::RGBPixel< float > Color
Color Standard RGB color typedef (float)
#define mitkClassMacroItkParent(className, SuperClassName)
Find image slices visible on a given plane.
::itk::RGBPixel< float > ColorType
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
bool operator>(const mitk::WeakPointer< T > &left, const mitk::WeakPointer< T > &right) noexcept
#define mitkCloneMacro(classname)
Stores values needed for the representation/visualization of dose iso levels.
#define mitkNewMacro4Param(classname, typea, typeb, typec, typed)