|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.abora.white.xpp.basic.Heaper
|
+--org.abora.white.filter.RegionDelta
A RegionDelta represents a change in the state of a Region, holding the state before and after some change. They are in some sense complementary to Joints: In the same way that you can use Filters to examine Joints, you can use RegionDeltas to examine Filters. See also Filter::isSwitchedBy(RegionDelta *) and related methods.
| Field Summary | |
protected XnRegion |
myAfter
|
protected XnRegion |
myBefore
|
| Constructor Summary | |
RegionDelta(Rcvr receiver)
|
|
RegionDelta(XnRegion before,
XnRegion after)
|
|
| Method Summary | |
int |
actualHashForEqual()
Defined by subclasses to produce the value returned by hashForEqual. |
XnRegion |
after()
The region after the change. |
XnRegion |
before()
The region before the change. |
boolean |
isEqual(Heaper other)
Return true if the two objects are equal. |
boolean |
isSame()
if the before and after are the same |
static Heaper |
make(XnRegion before,
XnRegion after)
|
void |
sendSelfTo(Xmtr xmtr)
|
| Methods inherited from class org.abora.white.xpp.basic.Heaper |
destroy, destruct, equals, hashForEqual, printContentsOn, printOn, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected XnRegion myBefore
protected XnRegion myAfter
| Constructor Detail |
public RegionDelta(XnRegion before,
XnRegion after)
public RegionDelta(Rcvr receiver)
| Method Detail |
public int actualHashForEqual()
Heaper
actualHashForEqual in class Heaperpublic boolean isEqual(Heaper other)
Heaper
isEqual in class Heaperpublic boolean isSame()
public XnRegion after()
public XnRegion before()
public void sendSelfTo(Xmtr xmtr)
sendSelfTo in class Heaper
public static Heaper make(XnRegion before,
XnRegion after)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||