|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.geometry.partitioning.AbstractRegion.Sides
private static final class AbstractRegion.Sides
Utility class holding the already found sides.
Field Summary | |
---|---|
private boolean |
minusFound
Indicator of inside leaf nodes found on the plus side. |
private boolean |
plusFound
Indicator of inside leaf nodes found on the plus side. |
Constructor Summary | |
---|---|
AbstractRegion.Sides()
Simple constructor. |
Method Summary | |
---|---|
boolean |
minusFound()
Check if inside leaf nodes have been found on the minus side. |
boolean |
plusFound()
Check if inside leaf nodes have been found on the plus side. |
void |
rememberMinusFound()
Remember the fact that inside leaf nodes have been found on the minus side. |
void |
rememberPlusFound()
Remember the fact that inside leaf nodes have been found on the plus side. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean plusFound
private boolean minusFound
Constructor Detail |
---|
public AbstractRegion.Sides()
Method Detail |
---|
public void rememberPlusFound()
public boolean plusFound()
public void rememberMinusFound()
public boolean minusFound()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |