#include "mitkCommon.h"
#include "mitkBaseRenderer.h"
#include "mitkVector.h"
#include "mitkOperation.h"
Go to the source code of this file.
Classes | |
class | mitk::DisplayCoordinateOperation |
Operation with informations necessary for operations of DisplayVectorInteractor. More... | |
Namespaces | |
namespace | mitk |
Qmitk. | |
Defines | |
#define | mitkGetMacro(name, type) |
#define mitkGetMacro | ( | name, | |
type | |||
) |
virtual type Get##name () \ { \ return this->m_##name; \ }
Definition at line 27 of file mitkDisplayCoordinateOperation.h.