#include "mitkCommon.h"
Go to the source code of this file.
Classes | |
class | mitk::OperationActor |
abstract class, that can be used by Undo to undo an operation. More... | |
Namespaces | |
namespace | mitk |
Qmitk. | |
Defines | |
#define | mitkCheckOperationTypeMacro(OperationType, operation, newOperationName) |
#define mitkCheckOperationTypeMacro | ( | OperationType, | |
operation, | |||
newOperationName | |||
) |
mitk::OperationType *newOperationName= dynamic_cast<mitk::OperationType *>(operation);\ if (newOperationName == NULL)\ {\ itkWarningMacro("Recieved wrong type of operation!");\ return;\ }\
Macro for checking the type of an operation
Definition at line 31 of file mitkOperationActor.h.
Referenced by mitk::PointSet::ExecuteOperation().