edu.jhu.ece.iacl.plugins.registration
Class MedicAlgorithmConstrainedFLIRT.AlgorithmConstrainedOAR3DWrapper

java.lang.Object
  extended by AlgorithmConstrainedOAR3D
      extended by edu.jhu.ece.iacl.plugins.registration.MedicAlgorithmConstrainedFLIRT.AlgorithmConstrainedOAR3DWrapper
Enclosing class:
MedicAlgorithmConstrainedFLIRT

protected static class MedicAlgorithmConstrainedFLIRT.AlgorithmConstrainedOAR3DWrapper
extends AlgorithmConstrainedOAR3D


Field Summary
protected  AbstractCalculation observer
           
 
Constructor Summary
MedicAlgorithmConstrainedFLIRT.AlgorithmConstrainedOAR3DWrapper(ModelImage arg0, ModelImage arg1, int arg2, int arg3, int arg4, float arg5, float arg6, float arg7, float arg8, float arg9, float arg10, int arg11, int arg12, int arg13, float[][] arg14, boolean arg15, boolean arg16, boolean arg17, boolean arg18, int arg19, int arg20, int arg21)
           
MedicAlgorithmConstrainedFLIRT.AlgorithmConstrainedOAR3DWrapper(ModelImage arg0, ModelImage arg1, ModelImage arg2, ModelImage arg3, int arg4, int arg5, int arg6, float arg7, float arg8, float arg9, float arg10, float arg11, float arg12, int arg13, int arg14, int arg15, float[][] arg16, boolean arg17, boolean arg18, boolean arg19, boolean arg20, int arg21, int arg22, int arg23)
           
 
Method Summary
protected  void fireProgressStateChanged(int value)
          Notifies all listeners that have registered interest for notification on this event type.
protected  void fireProgressStateChanged(java.lang.String imageName, java.lang.String message)
          Updates listeners of progress status.
 void runAlgorithm()
           
 void setObserver(AbstractCalculation observer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

observer

protected AbstractCalculation observer
Constructor Detail

MedicAlgorithmConstrainedFLIRT.AlgorithmConstrainedOAR3DWrapper

public MedicAlgorithmConstrainedFLIRT.AlgorithmConstrainedOAR3DWrapper(ModelImage arg0,
                                                                       ModelImage arg1,
                                                                       int arg2,
                                                                       int arg3,
                                                                       int arg4,
                                                                       float arg5,
                                                                       float arg6,
                                                                       float arg7,
                                                                       float arg8,
                                                                       float arg9,
                                                                       float arg10,
                                                                       int arg11,
                                                                       int arg12,
                                                                       int arg13,
                                                                       float[][] arg14,
                                                                       boolean arg15,
                                                                       boolean arg16,
                                                                       boolean arg17,
                                                                       boolean arg18,
                                                                       int arg19,
                                                                       int arg20,
                                                                       int arg21)
Parameters:
arg0 -
arg1 -
arg2 -
arg3 -
arg4 -
arg5 -
arg6 -
arg7 -
arg8 -
arg9 -
arg10 -
arg11 -
arg12 -
arg13 -
arg14 -
arg15 -
arg16 -
arg17 -
arg18 -
arg19 -
arg20 -
arg21 -

MedicAlgorithmConstrainedFLIRT.AlgorithmConstrainedOAR3DWrapper

public MedicAlgorithmConstrainedFLIRT.AlgorithmConstrainedOAR3DWrapper(ModelImage arg0,
                                                                       ModelImage arg1,
                                                                       ModelImage arg2,
                                                                       ModelImage arg3,
                                                                       int arg4,
                                                                       int arg5,
                                                                       int arg6,
                                                                       float arg7,
                                                                       float arg8,
                                                                       float arg9,
                                                                       float arg10,
                                                                       float arg11,
                                                                       float arg12,
                                                                       int arg13,
                                                                       int arg14,
                                                                       int arg15,
                                                                       float[][] arg16,
                                                                       boolean arg17,
                                                                       boolean arg18,
                                                                       boolean arg19,
                                                                       boolean arg20,
                                                                       int arg21,
                                                                       int arg22,
                                                                       int arg23)
Method Detail

setObserver

public void setObserver(AbstractCalculation observer)

runAlgorithm

public void runAlgorithm()

fireProgressStateChanged

protected void fireProgressStateChanged(int value)
Notifies all listeners that have registered interest for notification on this event type.

Parameters:
value - the value of the progress bar.

fireProgressStateChanged

protected void fireProgressStateChanged(java.lang.String imageName,
                                        java.lang.String message)
Updates listeners of progress status. Without actually changing the numerical value

Parameters:
imageName - the name of the image
message - the new message to display