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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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