1 #ifndef CXANGLECORRECTIONEXECUTER_H 2 #define CXANGLECORRECTIONEXECUTER_H 5 #include "org_custusx_anglecorrection_Export.h" 31 void setInput(QString clFilename, QString dataFilename,
double Vnyq,
double cutoff,
int nConvolutions,
double uncertainty_limit,
double minArrowDist);
32 vtkSmartPointer<vtkPolyData> getOutput();
34 virtual bool calculate(
bool reportOutSuccess);
37 virtual void postProcessingSlot();
Base class for algorithms that wants to thread and time their execution. T is the return type of the ...
virtual bool calculate()
This is the threaded function, should only contain threadsafe function calls.
boost::shared_ptr< class AngleCorrectionExecuter > AngleCorrectionExecuterPtr
Namespace for all CustusX production code.