Class MatchSlices


  • class MatchSlices
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MatchSlices​(int _currentSlice, int _bestImageIndex, int _bestSliceIndex)  
      MatchSlices​(int _currentSlice, int _bestImageIndex, int _bestSliceIndex, Model _model)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • currentSlice

        public int currentSlice
      • bestImageIndex

        public int bestImageIndex
      • bestSliceIndex

        public int bestSliceIndex
      • model

        public Model model
    • Constructor Detail

      • MatchSlices

        public MatchSlices​(int _currentSlice,
                           int _bestImageIndex,
                           int _bestSliceIndex)
      • MatchSlices

        public MatchSlices​(int _currentSlice,
                           int _bestImageIndex,
                           int _bestSliceIndex,
                           Model _model)