Package gov.nih.mipav.model.algorithms
Class AlgorithmBRISK.BriskLongPair
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmBRISK.BriskLongPair
-
- Enclosing class:
- AlgorithmBRISK
private class AlgorithmBRISK.BriskLongPair extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
i
private int
j
private int
weighted_dx
private int
weighted_dy
-
Constructor Summary
Constructors Constructor Description BriskLongPair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getI()
int
getJ()
int
getWeighted_dx()
int
getWeighted_dy()
void
setI(int i)
void
setJ(int j)
void
setWeighted_dx(int weighted_dx)
void
setWeighted_dy(int weighted_dy)
-
-
-
Method Detail
-
setI
public void setI(int i)
-
setJ
public void setJ(int j)
-
setWeighted_dx
public void setWeighted_dx(int weighted_dx)
-
setWeighted_dy
public void setWeighted_dy(int weighted_dy)
-
getI
public int getI()
-
getJ
public int getJ()
-
getWeighted_dx
public int getWeighted_dx()
-
getWeighted_dy
public int getWeighted_dy()
-
-