Class SliceSet

  • All Implemented Interfaces:
    java.lang.Comparable<SliceSet>

    class SliceSet
    extends java.lang.Object
    implements java.lang.Comparable<SliceSet>
    • Constructor Summary

      Constructors 
      Constructor Description
      SliceSet​(int _currentSlice, int _imageIndex, int _sliceIndex, double _cost)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(SliceSet s)  
      • Methods inherited from class java.lang.Object

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

      • cost

        public double cost
      • currentSlice

        public int currentSlice
      • imageIndex

        public int imageIndex
      • sliceIndex

        public int sliceIndex
    • Constructor Detail

      • SliceSet

        public SliceSet​(int _currentSlice,
                        int _imageIndex,
                        int _sliceIndex,
                        double _cost)
    • Method Detail

      • compareTo

        public int compareTo​(SliceSet s)
        Specified by:
        compareTo in interface java.lang.Comparable<SliceSet>