Move ActorDraggableInteractorStyle.

This commit is contained in:
Krad
2022-06-30 14:13:13 +08:00
parent ac591ff8c8
commit 1d3b90adbe
8 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
#include <vtkImageProperty.h> #include <vtkImageProperty.h>
#include <vtkPointData.h> #include <vtkPointData.h>
#include "DraggableActor.h" #include "src/src/measure/DraggableActor.h"
#include "QGlobals.h" #include "QGlobals.h"
vtkStandardNewMacro(ActorDraggableInteractorStyle) vtkStandardNewMacro(ActorDraggableInteractorStyle)

View File

@@ -15,7 +15,7 @@
#include "cine/pqVCRToolbar.h" #include "cine/pqVCRToolbar.h"
#include <QMessageBox> #include <QMessageBox>
#include "measure/ActorDraggableInteractorStyle.h" #include "Interaction/ActorDraggableInteractorStyle.h"
/************************************************************************ /************************************************************************
* Consider: * Consider:

View File

@@ -3,7 +3,7 @@
#include "vtkCommand.h" #include "vtkCommand.h"
#include "vtkImageData.h" #include "vtkImageData.h"
#include "vtkInformation.h" #include "vtkInformation.h"
#include "measure/ActorDraggableInteractorStyle.h" #include "Interaction/ActorDraggableInteractorStyle.h"
#include "vtkObjectFactory.h" #include "vtkObjectFactory.h"
#include "vtkRenderWindow.h" #include "vtkRenderWindow.h"
#include "vtkRenderWindowInteractor.h" #include "vtkRenderWindowInteractor.h"

View File

@@ -13,7 +13,7 @@
#include <vtkTextMapper.h> #include <vtkTextMapper.h>
#include <vtkTextProperty.h> #include <vtkTextProperty.h>
#include "ActorDraggableInteractorStyle.h" #include "Interaction/ActorDraggableInteractorStyle.h"
#include "ControlPointActor.h" #include "ControlPointActor.h"
#include "calibrationWidget.h" #include "calibrationWidget.h"

View File

@@ -13,7 +13,7 @@
#include <vtkRenderWindowInteractor.h> #include <vtkRenderWindowInteractor.h>
#include "pqFontPropertyWidget.h" #include "pqFontPropertyWidget.h"
#include "ActorDraggableInteractorStyle.h" #include "Interaction/ActorDraggableInteractorStyle.h"
vtkStandardNewMacro(TextAnnotationActor) vtkStandardNewMacro(TextAnnotationActor)

View File

@@ -6,7 +6,7 @@
#include "vtkImageProperty.h" #include "vtkImageProperty.h"
#include "view/subview/mytitlebar.h" #include "view/subview/mytitlebar.h"
#include "measure/ActorDraggableInteractorStyle.h" #include "Interaction/ActorDraggableInteractorStyle.h"
#include "cine/pqVCRController.h" #include "cine/pqVCRController.h"
#include "cine/pqVCRToolbar.h" #include "cine/pqVCRToolbar.h"
#include "vtkDiscretizableColorTransferFunction.h" #include "vtkDiscretizableColorTransferFunction.h"

View File

@@ -11,7 +11,7 @@
#include "qpainter.h" #include "qpainter.h"
#include "cine/pqVCRToolbar.h" #include "cine/pqVCRToolbar.h"
#include <QMessageBox> #include <QMessageBox>
#include "measure/ActorDraggableInteractorStyle.h" #include "Interaction/ActorDraggableInteractorStyle.h"
#include "measure/MeasureFactory.h" #include "measure/MeasureFactory.h"
//------------------------------------------------------- //-------------------------------------------------------