|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
Operation, that holds everything necessary for an operation on a cell. More...
#include <mitkCellOperation.h>


Public Member Functions | |
| mitkClassMacro (CellOperation, Operation) | |
| CellOperation (OperationType operationType, int cellId, Vector3D vector) | |
| constructor More... | |
| CellOperation (OperationType operationType, int cellId) | |
| ~CellOperation () override | |
| int | GetCellId () |
| Vector3D | GetVector () |
Public Member Functions inherited from mitk::Operation | |
| virtual std::vector< std::string > | GetClassHierarchy () const |
| itkTypeMacroNoParent (Operation) virtual bool IsValid() const | |
| virtual | ~Operation ()=default |
| OperationType | GetOperationType () |
Protected Attributes | |
| int | m_CellId |
| Vector3D | m_Vector |
Protected Attributes inherited from mitk::Operation | |
| OperationType | m_OperationType |
Additional Inherited Members | |
Public Types inherited from mitk::Operation | |
| typedef Operation | Self |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
Static Public Member Functions inherited from mitk::Operation | |
| static const char * | GetStaticNameOfClass () |
Protected Member Functions inherited from mitk::Operation | |
| Operation (OperationType operationType) | |
| Operation (const Operation &)=default | |
| Operation (Operation &&)=default | |
| Operation & | operator= (const Operation &)=default |
| Operation & | operator= (Operation &&)=default |
Operation, that holds everything necessary for an operation on a cell.
Definition at line 27 of file mitkCellOperation.h.
| mitk::CellOperation::CellOperation | ( | OperationType | operationType, |
| int | cellId, | ||
| Vector3D | vector | ||
| ) |
constructor
| operationType | is the type of that operation (see mitkOperation.h; e.g. move or add; Information for StateMachine::ExecuteOperation()); |
| cellId | Id of the cell and a vector if needed |
| vector |
| mitk::CellOperation::CellOperation | ( | OperationType | operationType, |
| int | cellId | ||
| ) |
|
inlineoverride |
Definition at line 41 of file mitkCellOperation.h.
|
inline |
Definition at line 43 of file mitkCellOperation.h.
|
inline |
Definition at line 44 of file mitkCellOperation.h.
| mitk::CellOperation::mitkClassMacro | ( | CellOperation | , |
| Operation | |||
| ) |
|
protected |
Definition at line 44 of file mitkCellOperation.h.
|
protected |
Definition at line 47 of file mitkCellOperation.h.