class that holds the information for a change of the modus of an interactor object More...
#include <mitkModeOperation.h>


Public Types | |
| typedef Interactor::ModeType | ModeType |
| typedef ModeOperation | Self |
| typedef Operation | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer < const Self > | ConstPointer |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| ModeOperation (OperationType operationType, ModeType mode) | |
| virtual | ~ModeOperation () |
| ModeType | GetMode () |
Protected Attributes | |
| ModeType | m_Mode |
class that holds the information for a change of the modus of an interactor object
Definition at line 33 of file mitkModeOperation.h.
| typedef itk::SmartPointer<const Self> mitk::ModeOperation::ConstPointer |
Definition at line 38 of file mitkModeOperation.h.
Definition at line 36 of file mitkModeOperation.h.
| typedef itk::SmartPointer<Self> mitk::ModeOperation::Pointer |
Definition at line 38 of file mitkModeOperation.h.
Definition at line 38 of file mitkModeOperation.h.
Definition at line 38 of file mitkModeOperation.h.
| mitk::ModeOperation::ModeOperation | ( | mitk::OperationType | operationType, |
| ModeType | mode | ||
| ) |
Constructor
Definition at line 22 of file mitkModeOperation.cpp.
| mitk::ModeOperation::~ModeOperation | ( | ) | [virtual] |
Definition at line 27 of file mitkModeOperation.cpp.
{
}
| virtual const char* mitk::ModeOperation::GetClassName | ( | ) | const [virtual] |
| mitk::ModeOperation::ModeType mitk::ModeOperation::GetMode | ( | ) |
Definition at line 31 of file mitkModeOperation.cpp.
Referenced by mitk::Interactor::ExecuteOperation().
{
return m_Mode;
}
ModeType mitk::ModeOperation::m_Mode [protected] |
Definition at line 49 of file mitkModeOperation.h.
1.7.2