SMILX  1.01
Signals | Public Member Functions | Protected Attributes | List of all members
milxQtRegistrationAlgos Class Reference

Algorithms calls. More...

#include <milxQtRegistrationAlgos.h>

Inheritance diagram for milxQtRegistrationAlgos:

Signals

void registrationCompleted ()
 The registration has been completed.
 
void error (QString functionName, QString errorMsg)
 An error happened during the registration.
 

Public Member Functions

 milxQtRegistrationAlgos (QObject *parent)
 The standard constructor.
 
int affine (milxQtRegistrationParams params)
 Perform a ITK affine registration.
 
int demon (milxQtRegistrationParams params)
 Perform a ITK demon registration.
 
void affine_async (milxQtRegistrationParams params)
 Perform a ITK affine registration asynchroniously.
 
void demon_async (milxQtRegistrationParams params)
 Perform a ITK demon registration asynchroniously.
 

Protected Attributes

QFuture< int > future
 Used to start the functions asynchroniously.
 

Detailed Description

Algorithms calls.

Definition at line 79 of file milxQtRegistrationAlgos.h.


The documentation for this class was generated from the following files: