Rendering/Core package.

This commit is contained in:
Krad
2022-06-30 17:17:19 +08:00
parent 18527d902e
commit 5d4a75c899
21 changed files with 13 additions and 13 deletions

View File

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

View File

@@ -5,7 +5,7 @@
#include "vtkObject.h"
#include "vector"
#include "QList"
#include "measure\DraggableActor.h"
#include "Rendering/Core/DraggableActor.h"
#include "vtkMatrix4x4.h"
//for convert vtkEvent to Qt signal

View File

@@ -14,7 +14,7 @@
#include <vtkTextMapper.h>
#include <vtkTextProperty.h>
#include "ControlPointActor.h"
#include "Rendering/Core/ControlPointActor.h"
vtkStandardNewMacro(AngleAnnotationActor)

View File

@@ -6,7 +6,7 @@
#define OMEGAV_ANGLEANNOTATIONACTOR_H
#include "DraggableActor.h"
#include "Rendering/Core/DraggableActor.h"
#include "Rendering/Measure/Measure.h"
class ControlPointActor;

View File

@@ -12,7 +12,7 @@
#include <vtkRenderWindow.h>
#include <vtkRenderWindowInteractor.h>
#include "ControlPointRActor.h"
#include "Rendering/Core/ControlPointRActor.h"
#include "vtkArrow2DSource.h"
vtkStandardNewMacro(ArrowAnnotationActor)

View File

@@ -16,7 +16,7 @@
#include <vtkTextProperty.h>
#include <vtkTextMapper.h>
#include "ControlPointActor.h"
#include "Rendering/Core/ControlPointActor.h"
vtkStandardNewMacro(EllipseAnnotationActor)

View File

@@ -5,7 +5,7 @@
#ifndef OMEGAV_EllipseANNOTATIONACTOR_H
#define OMEGAV_EllipseANNOTATIONACTOR_H
#include "DraggableActor.h"
#include "Rendering/Core/DraggableActor.h"
#include "Rendering/Measure/Measure.h"
class vtkTextProperty;

View File

@@ -9,7 +9,7 @@
#include <vtkRenderWindow.h>
#include <vtkRenderWindowInteractor.h>
#include "ControlPointActor.h"
#include "Rendering/Core/ControlPointActor.h"
vtkStandardNewMacro(LineAnnotationActor)

View File

@@ -5,7 +5,7 @@
#ifndef OMEGAV_LINEANNOTATIONACTOR_H
#define OMEGAV_LINEANNOTATIONACTOR_H
#include "DraggableActor.h"
#include "Rendering/Core/DraggableActor.h"
#include "Rendering/Measure/Measure.h"
class ControlPointActor;

View File

@@ -8,7 +8,7 @@
#include <vtkRenderer.h>
#include <vtkRenderWindowInteractor.h>
#include "ControlPointRActor.h"
#include "Rendering/Core/ControlPointRActor.h"
vtkStandardNewMacro(OpenPolyAnnotationActor)

View File

@@ -5,7 +5,7 @@
#ifndef OMEGAV_OPENPOLYANNOTATIONACTOR_H
#define OMEGAV_OPENPOLYANNOTATIONACTOR_H
#include "DraggableActor.h"
#include "Rendering/Core/DraggableActor.h"
#include "Rendering/Measure/Measure.h"
class ControlPointRActor;

View File

@@ -14,7 +14,7 @@
#include <vtkTextProperty.h>
#include "Interaction/ActorDraggableInteractorStyle.h"
#include "ControlPointActor.h"
#include "Rendering/Core/ControlPointActor.h"
#include "calibrationWidget.h"
vtkStandardNewMacro(RulerAnnotationActor)

View File

@@ -9,7 +9,7 @@
#include <vtkTextMapper.h>
#include <vtkTextProperty.h>
#include "DraggableActor.h"
#include "Rendering/Core/DraggableActor.h"
#include "Rendering/Measure/Measure.h"
class ControlPointActor;