|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <mitkSegChangeOperationApplier.h>

Public Types | |
| using | GroupIndexSetType = std::set< MultiLabelSegmentation::GroupIndexType > |
Public Member Functions | |
| SegGroupModifyUndoRedoHelper (MultiLabelSegmentation *segmentation, const GroupIndexSetType &relevantGroupIDs, bool coverAllTimeSteps, TimeStepType timeStep=0, bool noLabels=false, bool noGroupImages=false, bool noNames=false) | |
| ~SegGroupModifyUndoRedoHelper () | |
| void | RegisterUndoRedoOperationEvent (const std::string &description) |
Protected Attributes | |
| MultiLabelSegmentation::Pointer | m_Segmentation |
| GroupIndexSetType | m_RelevantGroupIDs |
| bool | m_CoverAllTimeSteps |
| TimeStepType | m_TimeStep |
| bool | m_NoLabels |
| bool | m_NoGroupImages |
| bool | m_NoNames |
| SegChangeOperationBase * | m_UndoOperation |
Definition at line 49 of file mitkSegChangeOperationApplier.h.
| using mitk::SegGroupModifyUndoRedoHelper::GroupIndexSetType = std::set<MultiLabelSegmentation::GroupIndexType> |
Definition at line 53 of file mitkSegChangeOperationApplier.h.
| mitk::SegGroupModifyUndoRedoHelper::SegGroupModifyUndoRedoHelper | ( | MultiLabelSegmentation * | segmentation, |
| const GroupIndexSetType & | relevantGroupIDs, | ||
| bool | coverAllTimeSteps, | ||
| TimeStepType | timeStep = 0, |
||
| bool | noLabels = false, |
||
| bool | noGroupImages = false, |
||
| bool | noNames = false |
||
| ) |
| mitk::SegGroupModifyUndoRedoHelper::~SegGroupModifyUndoRedoHelper | ( | ) |
| void mitk::SegGroupModifyUndoRedoHelper::RegisterUndoRedoOperationEvent | ( | const std::string & | description | ) |
|
protected |
Definition at line 67 of file mitkSegChangeOperationApplier.h.
|
protected |
Definition at line 70 of file mitkSegChangeOperationApplier.h.
|
protected |
Definition at line 69 of file mitkSegChangeOperationApplier.h.
|
protected |
Definition at line 71 of file mitkSegChangeOperationApplier.h.
|
protected |
Definition at line 66 of file mitkSegChangeOperationApplier.h.
|
protected |
Definition at line 65 of file mitkSegChangeOperationApplier.h.
|
protected |
Definition at line 68 of file mitkSegChangeOperationApplier.h.
|
protected |
Definition at line 73 of file mitkSegChangeOperationApplier.h.