Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkMultiLabelEvents.h>
Public Types | |
using | Self = LabelRemovedEvent |
using | Superclass = AnyLabelEvent |
Public Types inherited from mitk::AnyLabelEvent | |
using | Self = AnyLabelEvent |
using | Superclass = itk::ModifiedEvent |
Public Member Functions | |
LabelRemovedEvent ()=default | |
LabelRemovedEvent (Label::PixelType value) | |
LabelRemovedEvent (const Self &s) | |
virtual | ~ LabelRemovedEvent () override |
virtual const char * | GetEventName () const override |
virtual bool | CheckEvent (const itk::EventObject *e) const override |
virtual itk::EventObject * | MakeObject () const override |
Public Member Functions inherited from mitk::AnyLabelEvent | |
AnyLabelEvent ()=default | |
AnyLabelEvent (Label::PixelType labelValue) | |
AnyLabelEvent (const Self &s) | |
~AnyLabelEvent () override | |
const char * | GetEventName () const override |
bool | CheckEvent (const itk::EventObject *e) const override |
itk::EventObject * | MakeObject () const override |
void | SetLabelValue (Label::PixelType labelValue) |
Label::PixelType | GetLabelValue () const |
Additional Inherited Members | |
Static Public Attributes inherited from mitk::AnyLabelEvent | |
const static mitk::Label::PixelType | ANY_LABEL |
Event class that is used to indicated if a label is removed in a MultiLabel class.
It has a member that indicates the label id the event is refering to. Use the ANY_LABEL value if you want to define an rvent (e.g. for adding an observer) that reacts to every label and not just to a special one.
Definition at line 110 of file mitkMultiLabelEvents.h.
Definition at line 110 of file mitkMultiLabelEvents.h.
Definition at line 110 of file mitkMultiLabelEvents.h.
|
default |
mitk::LabelRemovedEvent::LabelRemovedEvent | ( | Label::PixelType | value | ) |
mitk::LabelRemovedEvent::LabelRemovedEvent | ( | const Self & | s | ) |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |