Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "../DataManagement/mitkBoundingShapeUtil.h"
#include <mitkBoundingShapeInteractor.h>
#include <mitkDisplayInteractor.h>
#include <mitkInteractionConst.h>
#include <mitkInteractionEventObserver.h>
#include <mitkInteractionKeyEvent.h>
#include <mitkInteractionPositionEvent.h>
#include <mitkMouseWheelEvent.h>
#include <vtkCamera.h>
#include <vtkInteractorObserver.h>
#include <vtkInteractorStyle.h>
#include <vtkPointData.h>
#include <vtkRenderWindowInteractor.h>
#include <vtkSmartPointer.h>
#include "usGetModuleContext.h"
#include "usModuleRegistry.h"
Go to the source code of this file.
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Variables | |
const char * | selectedColorPropertyName |
const char * | deselectedColorPropertyName |
const char * | activeHandleIdPropertyName |
const char * | boundingShapePropertyName |
const char* activeHandleIdPropertyName |
const char* boundingShapePropertyName |
Definition at line 36 of file mitkBoundingShapeInteractor.cpp.
Referenced by mitk::BoundingShapeInteractor::DataNodeChanged(), and mitk::BoundingShapeInteractor::RestoreNodeProperties().
const char* deselectedColorPropertyName |
Definition at line 34 of file mitkBoundingShapeInteractor.cpp.
Referenced by mitk::BoundingShapeInteractor::DataNodeChanged(), mitk::BoundingShapeInteractor::DeselectObject(), and mitk::BoundingShapeInteractor::SelectHandle().
const char* selectedColorPropertyName |
Definition at line 33 of file mitkBoundingShapeInteractor.cpp.
Referenced by mitk::BoundingShapeInteractor::DataNodeChanged(), and mitk::BoundingShapeInteractor::SelectObject().