Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "mitkAffineBaseDataInteractor3D.h"
#include <mitkInteractionConst.h>
#include <mitkInteractionPositionEvent.h>
#include <mitkRotationOperation.h>
#include <mitkScaleOperation.h>
#include <mitkSurface.h>
#include <mitkInteractionKeyEvent.h>
#include <vtkCamera.h>
#include <vtkInteractorObserver.h>
#include <vtkInteractorStyle.h>
#include <vtkPointData.h>
#include <vtkPolyData.h>
#include <vtkRenderWindowInteractor.h>
Go to the source code of this file.
Variables | |
const char * | translationStepSizePropertyName |
const char * | selectedColorPropertyName |
const char * | deselectedColorPropertyName |
const char * | priorPropertyName |
const char * | rotationStepSizePropertyName |
const char * | scaleStepSizePropertyName |
const char * | anchorPointX |
const char * | anchorPointY |
const char * | anchorPointZ |
const char* anchorPointX |
Definition at line 40 of file mitkAffineBaseDataInteractor3D.cpp.
Referenced by mitk::AffineBaseDataInteractor3D::RotateGeometry(), and mitk::AffineBaseDataInteractor3D::ScaleGeometry().
const char* anchorPointY |
Definition at line 41 of file mitkAffineBaseDataInteractor3D.cpp.
Referenced by mitk::AffineBaseDataInteractor3D::RotateGeometry(), and mitk::AffineBaseDataInteractor3D::ScaleGeometry().
const char* anchorPointZ |
Definition at line 42 of file mitkAffineBaseDataInteractor3D.cpp.
Referenced by mitk::AffineBaseDataInteractor3D::RotateGeometry(), and mitk::AffineBaseDataInteractor3D::ScaleGeometry().
const char* deselectedColorPropertyName |
Definition at line 36 of file mitkAffineBaseDataInteractor3D.cpp.
Referenced by mitk::AffineBaseDataInteractor3D::DataNodeChanged(), mitk::AffineBaseDataInteractor3D::DeselectObject(), and mitk::AffineBaseDataInteractor3D::RestoreNodeProperties().
const char* priorPropertyName |
Definition at line 37 of file mitkAffineBaseDataInteractor3D.cpp.
Referenced by mitk::AffineBaseDataInteractor3D::DataNodeChanged(), and mitk::AffineBaseDataInteractor3D::RestoreNodeProperties().
const char* rotationStepSizePropertyName |
Definition at line 38 of file mitkAffineBaseDataInteractor3D.cpp.
Referenced by mitk::AffineBaseDataInteractor3D::DataNodeChanged(), mitk::AffineBaseDataInteractor3D::RestoreNodeProperties(), mitk::AffineBaseDataInteractor3D::RotateDownKey(), mitk::AffineBaseDataInteractor3D::RotateDownModifierKey(), mitk::AffineBaseDataInteractor3D::RotateLeftKey(), mitk::AffineBaseDataInteractor3D::RotateRightKey(), mitk::AffineBaseDataInteractor3D::RotateUpKey(), and mitk::AffineBaseDataInteractor3D::RotateUpModifierKey().
const char* scaleStepSizePropertyName |
const char* selectedColorPropertyName |
Definition at line 35 of file mitkAffineBaseDataInteractor3D.cpp.
Referenced by mitk::AffineBaseDataInteractor3D::DataNodeChanged(), mitk::AffineBaseDataInteractor3D::RestoreNodeProperties(), and mitk::AffineBaseDataInteractor3D::SelectObject().
const char* translationStepSizePropertyName |
Definition at line 34 of file mitkAffineBaseDataInteractor3D.cpp.
Referenced by mitk::AffineBaseDataInteractor3D::DataNodeChanged(), mitk::AffineBaseDataInteractor3D::RestoreNodeProperties(), mitk::AffineBaseDataInteractor3D::TranslateDownKey(), mitk::AffineBaseDataInteractor3D::TranslateDownModifierKey(), mitk::AffineBaseDataInteractor3D::TranslateLeftKey(), mitk::AffineBaseDataInteractor3D::TranslateRightKey(), mitk::AffineBaseDataInteractor3D::TranslateUpKey(), and mitk::AffineBaseDataInteractor3D::TranslateUpModifierKey().