Medical Imaging Interaction Toolkit
2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
|
An Operation for applying an edited slice to the a group of a MultiLabelSegmentation. More...
#include <mitkSegGroupRemoveOperation.h>
Public Types | |
using | GroupIndexSetType = std::set< MultiLabelSegmentation::GroupIndexType > |
![]() | |
typedef Operation | Self |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Protected Attributes | |
GroupIndexSetType | m_GroupIDs |
![]() | |
OperationType | m_OperationType |
Additional Inherited Members | |
![]() | |
static const char * | GetStaticNameOfClass () |
![]() | |
SegChangeOperationBase (mitk::MultiLabelSegmentation *segmentation, OperationType operationType) | |
SegChangeOperationBase (SegChangeOperationBase &&)=default | |
SegChangeOperationBase & | operator= (const SegChangeOperationBase &)=default |
SegChangeOperationBase & | operator= (SegChangeOperationBase &&)=default |
![]() | |
Operation (OperationType operationType) | |
Operation (const Operation &)=default | |
Operation (Operation &&)=default | |
Operation & | operator= (const Operation &)=default |
Operation & | operator= (Operation &&)=default |
An Operation for applying an edited slice to the a group of a MultiLabelSegmentation.
Definition at line 28 of file mitkSegGroupRemoveOperation.h.
using mitk::SegGroupRemoveOperation::GroupIndexSetType = std::set<MultiLabelSegmentation::GroupIndexType> |
Definition at line 33 of file mitkSegGroupRemoveOperation.h.
mitk::SegGroupRemoveOperation::SegGroupRemoveOperation | ( | MultiLabelSegmentation * | segmentation, |
const GroupIndexSetType & | removalGroupIDs | ||
) |
|
overridedefault |
|
delete |
GroupIndexSetType mitk::SegGroupRemoveOperation::GetGroupIDs | ( | ) | const |
mitk::SegGroupRemoveOperation::mitkClassMacro | ( | SegGroupRemoveOperation | , |
SegChangeOperationBase | |||
) |
|
delete |
|
protected |
Definition at line 48 of file mitkSegGroupRemoveOperation.h.