|
Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Base class of all Operation-classes. More...
#include <mitkOperation.h>

Public Types | |
| typedef Operation | Self |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
| virtual std::vector< std::string > | GetClassHierarchy () const |
| itkTypeMacroNoParent (Operation) Operation(OperationType operationType) | |
| virtual | ~Operation () |
| OperationType | GetOperationType () |
Static Public Member Functions | |
| static const char * | GetStaticNameOfClass () |
Protected Attributes | |
| OperationType | m_OperationType |
Base class of all Operation-classes.
Definition at line 29 of file mitkOperation.h.
| typedef itk::SmartPointer<const Self> mitk::Operation::ConstPointer |
Definition at line 32 of file mitkOperation.h.
Definition at line 32 of file mitkOperation.h.
| typedef Operation mitk::Operation::Self |
Definition at line 32 of file mitkOperation.h.
|
virtual |
|
inlinevirtual |
Definition at line 32 of file mitkOperation.h.
| OperationType mitk::Operation::GetOperationType | ( | ) |
|
inlinestatic |
Definition at line 32 of file mitkOperation.h.
| mitk::Operation::itkTypeMacroNoParent | ( | Operation | ) |
Constructor
|
protected |
Definition at line 43 of file mitkOperation.h.