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 <vtkPointData.h>
#include "DraggableActor.h"
#include "src/src/measure/DraggableActor.h"
#include "QGlobals.h"
vtkStandardNewMacro(ActorDraggableInteractorStyle)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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