39 #ifndef CXVIEWWRAPPER3D_H_ 40 #define CXVIEWWRAPPER3D_H_ 42 #include "org_custusx_core_view_Export.h" 95 void setStereoType(
int type);
98 virtual void dataViewPropertiesChangedSlot(QString uid);
99 virtual void settingsChangedSlot(QString key);
102 void activeToolChangedSlot();
103 void toolsAvailableSlot();
104 void showSlicePlanesActionSlot(
bool checked);
105 void fillSlicePlanesActionSlot(
bool checked);
106 void showAxesActionSlot(
bool checked);
107 void showManualToolSlot(
bool visible);
108 void resetCameraActionSlot();
109 void activeImageChangedSlot(QString uid);
110 void showRefToolSlot(
bool checked);
111 void showToolPathSlot(
bool checked);
112 void pickerRepPointPickedSlot(
Vector3D p_r);
113 void centerImageActionSlot();
114 void centerToolActionSlot();
115 void optionChangedSlot();
116 void showOrientationSlot(
bool visible);
117 void setStereoEyeAngle(
double angle);
118 void pickerRepDataPickedSlot(QString);
122 virtual QString getDataDescription();
123 virtual QString getViewDescription();
126 virtual void appendToContextMenu(QMenu& contextMenu);
127 void readDataRepSettings(
RepPtr rep);
131 QAction* createSlicesAction(QString title, QWidget* parent);
133 void createSlicesActions(QWidget *parent);
136 void showLandmarks(
bool on);
137 void showPointPickerProbe(
bool on);
138 void setOrientationAnnotation();
143 void addVolumeDataRep(
DataPtr data);
144 void removeVolumeDataRep(QString uid);
146 void setTranslucentRenderingToDepthPeeling(
bool setDepthPeeling);
147 void initializeMultiVolume3DRepProducer();
148 void updateMetricNamesRep();
150 MultiVolume3DRepProducerPtr mMultiVolume3DRepProducer;
151 typedef std::map<QString, RepPtr>
RepMap;
156 std::vector<AxisConnectorPtr> mAxis;
159 #ifndef CX_VTK_OPENGL2
std::map< QString, RepPtr > RepMap
boost::shared_ptr< class ViewGroupData > ViewGroupDataPtr
boost::shared_ptr< class SlicePlanesProxy > SlicePlanesProxyPtr
boost::shared_ptr< class TrackedStream > TrackedStreamPtr
boost::shared_ptr< class VisServices > VisServicesPtr
boost::shared_ptr< class MultiVolume3DRepProducer > MultiVolume3DRepProducerPtr
Superclass for ViewWrappers.
virtual double getZoom2D()
boost::shared_ptr< class DataMetricRep > DataMetricRepPtr
boost::shared_ptr< class View > ViewPtr
boost::shared_ptr< class ImageLandmarkRep > ImageLandmarkRepPtr
boost::shared_ptr< class MetricNamesRep > MetricNamesRepPtr
boost::shared_ptr< class Data > DataPtr
boost::shared_ptr< class PickerRep > PickerRepPtr
boost::shared_ptr< class PatientLandmarkRep > PatientLandmarkRepPtr
boost::shared_ptr< class Slices3DRep > Slices3DRepPtr
vtkSmartPointer< class vtkOrientationMarkerWidget > vtkOrientationMarkerWidgetPtr
boost::shared_ptr< class ToolAxisConnector > ToolAxisConnectorPtr
boost::shared_ptr< class SlicePlanes3DRep > SlicePlanes3DRepPtr
Eigen::Vector3d Vector3D
Vector3D is a representation of a point or vector in 3D.
boost::shared_ptr< class AxisConnector > AxisConnectorPtr
boost::shared_ptr< class OrientationAnnotation3DRep > OrientationAnnotation3DRepPtr
boost::shared_ptr< ViewWrapper3D > ViewWrapper3DPtr
boost::shared_ptr< class Navigation > NavigationPtr
boost::shared_ptr< class LandmarkRep > LandmarkRepPtr
boost::shared_ptr< class Rep > RepPtr
vtkSmartPointer< class vtkAnnotatedCubeActor > vtkAnnotatedCubeActorPtr
Namespace for all CustusX production code.