Class AlgorithmTransformVOI

java.lang.Object
java.lang.Thread
gov.nih.mipav.model.algorithms.AlgorithmBase
gov.nih.mipav.model.algorithms.AlgorithmTransformVOI
All Implemented Interfaces:
ActionListener, WindowListener, Runnable, EventListener

public class AlgorithmTransformVOI extends AlgorithmBase
  • Field Details

    • VOICENTER

      public static final int VOICENTER
      See Also:
    • ORIGIN

      public static final int ORIGIN
      See Also:
    • IMCENTER

      public static final int IMCENTER
      See Also:
    • mat

      private TransMatrix mat
    • t_x

      private float t_x
    • t_y

      private float t_y
    • t_z

      private float t_z
    • allVOIs

      private boolean allVOIs
    • transformCenter

      private int transformCenter
  • Constructor Details

  • Method Details

    • setCenter

      public void setCenter(int centerValue)
    • setTranslation

      public void setTranslation(float x, float y, float z)
    • setAllVOIs

      public void setAllVOIs(boolean all)
    • runAlgorithm

      public void runAlgorithm()
      Description copied from class: AlgorithmBase
      Actually runs the algorithm. Implemented by inheriting algorithms.
      Specified by:
      runAlgorithm in class AlgorithmBase