Class JDialogProstateSegmentationRegBSpline3D.PolarPoint

  • All Implemented Interfaces:
    java.util.Comparator
    Enclosing class:
    JDialogProstateSegmentationRegBSpline3D

    class JDialogProstateSegmentationRegBSpline3D.PolarPoint
    extends java.lang.Object
    implements java.util.Comparator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float r  
      (package private) float theta  
      (package private) int x  
      (package private) int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      PolarPoint()  
      PolarPoint​(int _x, int _y, float _r, float _theta)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void assign​(JDialogProstateSegmentationRegBSpline3D.PolarPoint p)  
      int compare​(java.lang.Object v1, java.lang.Object v2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Field Detail

      • r

        float r
      • theta

        float theta
      • x

        int x
      • y

        int y
    • Constructor Detail

      • PolarPoint

        public PolarPoint()
      • PolarPoint

        public PolarPoint​(int _x,
                          int _y,
                          float _r,
                          float _theta)