Rendering/Core package.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user