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;
Stores values needed for the representation/visualization of dose iso levels.
DoseValueRel DoseValueType
mitkCloneMacro(IsoDoseLevel)
IsoDoseLevel(const IsoDoseLevel &other)
mitkClassMacroItkParent(IsoDoseLevel, itk::Object)
::itk::RGBPixel< float > ColorType
IsoDoseLevel(const DoseValueType &value, const ColorType &color, bool visibleIsoLine=true, bool visibleColorWash=true)
void PrintSelf(std::ostream &os, itk::Indent indent) const override
mitkNewMacro4Param(Self, DoseValueType, ColorType, bool, bool)
bool operator>(const mitk::WeakPointer< T > &left, const mitk::WeakPointer< T > &right) noexcept
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...
Find image slices visible on a given plane.
itk::RGBPixel< float > Color
Color Standard RGB color typedef (float)
double DoseValueRel
Represents relative dose values (in %).
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)