Class JDialogProstateSegmentationRegBSpline3DFast.PolarPoint
java.lang.Object
gov.nih.mipav.view.renderer.WildMagic.ProstateFramework.JDialogProstateSegmentationRegBSpline3DFast.PolarPoint
- All Implemented Interfaces:
Comparator
- Enclosing class:
JDialogProstateSegmentationRegBSpline3DFast
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
r
float r -
theta
float theta -
x
int x -
y
int y
-
-
Constructor Details
-
PolarPoint
public PolarPoint() -
PolarPoint
public PolarPoint(int _x, int _y, float _r, float _theta)
-
-
Method Details
-
assign
-
compare
- Specified by:
comparein interfaceComparator
-