33 #ifndef CXANGLECORRECTIONWIDGET_H_ 34 #define CXANGLECORRECTIONWIDGET_H_ 38 #include <QPushButton> 47 #include "org_custusx_anglecorrection_Export.h" 73 void setClSmoothing(
double value);
74 void setMaxThetaCutoff(
double value);
75 void setUncertaintyLimit(
double value);
76 void setMinArrowDist(
double value);
77 void setVNyq(
double value);
78 void setClData(QString value);
83 void runAngleCorection();
84 void patientChangedSlot();
85 void selectVelData(QString filename);
86 void toggleDetailsSlot();
87 void cLDataChangedSlot();
90 void preprocessExecuter();
91 void executionFinished();
92 void step1ParamChangedSlot();
93 void step2ParamChangedSlot();
104 QString defaultWhatsThis()
const;
105 QVBoxLayout* mVerticalLayout;
106 QPushButton* mRunAngleCorrButton;
107 QWidget* createOptionsWidget();
108 QWidget* mOptionsWidget;
125 bool mStep1ParamChanged;
boost::shared_ptr< class VisServices > VisServicesPtr
Show progress for a TimedBaseAlgorithm.
boost::shared_ptr< class AngleCorrectionExecuter > AngleCorrectionExecuterPtr
boost::shared_ptr< class DoubleProperty > DoublePropertyPtr
boost::shared_ptr< class Mesh > MeshPtr
boost::shared_ptr< class StringPropertySelectMesh > StringPropertySelectMeshPtr
Helper class for xml files used to store ssc/cx data.
Namespace for all CustusX production code.