|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCmpSpots.CmpPairSecondary.OptimizedPair
class CmpPairSecondary.OptimizedPair
Used for passing data on current optimized pair of spots
Field Summary | |
---|---|
(package private) int |
code1
code1 is old Gi spot pairing-code |
(package private) int |
code2
code2 is old Gi' spot pairing-code |
(package private) float |
dL
dL is new dL - the distance from the landmark to the spot pair |
(package private) float |
dP
dP is new dP - the distance between the spots |
(package private) float |
dpOld1
dpOld1 is old1 dP |
(package private) float |
dpOld2
dpOld2 is old2 dP |
(package private) int |
k
Is the k'th LM set |
(package private) int |
kAlt
kAlt is the alternate LM set that replaces the current landmark set |
(package private) int |
nn
nn is the nn'th alternate landmark set |
(package private) int |
nsample
nsample is sample Gi and is either RSAMPLE or SAMPLE |
(package private) int |
optX2
Previous optimal pair X coordinate |
(package private) int |
optY2
Previous optimal pair X coordinate |
(package private) int |
otherSample
The other sample number |
(package private) DbSpot |
p1
p1 is Gi spot being test for a more optimal pairing |
(package private) DbSpot |
pKoptimal
This is a more optimal (p2) spot if found, i.e. |
(package private) DbSpot |
pLastP1spot
This is the previous Gi p1 spot in list. |
(package private) int |
type
type is new type, i.e. |
Constructor Summary | |
---|---|
CmpPairSecondary.OptimizedPair()
OptimizedPair() - constructor |
Method Summary | |
---|---|
(package private) java.lang.String |
getFullOPstr(java.lang.String title)
getFullOPstr() - get full optimized pair state string |
(package private) java.lang.String |
getShortDPtypeOPstr(java.lang.String title)
getShortDPtypeOPstr() - get shortened optimized pair state string |
(package private) java.lang.String |
getShortOPstr(java.lang.String title)
getShortOPstr() - get shortened optimized pair state string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
DbSpot p1
DbSpot pLastP1spot
DbSpot pKoptimal
int k
int nn
int kAlt
int nsample
int otherSample
int type
int code1
int code2
int optX2
int optY2
float dpOld1
float dpOld2
float dP
float dL
Constructor Detail |
---|
CmpPairSecondary.OptimizedPair()
Method Detail |
---|
java.lang.String getFullOPstr(java.lang.String title)
title
- - optional title, else "OptimizedPair"
java.lang.String getShortOPstr(java.lang.String title)
title
- - optional title, else "OptimizedPair"
java.lang.String getShortDPtypeOPstr(java.lang.String title)
title
- - optional title, else "OptimizedPair"
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |