|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.geometry.partitioning.Characterization<S>
S
- Type of the space.class Characterization<S extends Space>
Characterization of a sub-hyperplane.
Field Summary | |
---|---|
private SubHyperplane<S> |
in
Parts of the sub-hyperplane that have inside cells on the tested side. |
private SubHyperplane<S> |
out
Parts of the sub-hyperplane that have outside cells on the tested side. |
Constructor Summary | |
---|---|
Characterization()
Create an empty characterization of a sub-hyperplane. |
Method Summary | |
---|---|
void |
add(SubHyperplane<S> sub,
boolean inside)
Add a part of the sub-hyperplane known to have inside or outside cell on the tested side. |
SubHyperplane<S> |
getIn()
Get the parts of the sub-hyperplane that have inside cells on the tested side. |
SubHyperplane<S> |
getOut()
Get the parts of the sub-hyperplane that have outside cells on the tested side. |
boolean |
hasIn()
Check if the sub-hyperplane that have inside cells on the tested side. |
boolean |
hasOut()
Check if the sub-hyperplane that have outside cells on the tested side. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private SubHyperplane<S extends Space> in
private SubHyperplane<S extends Space> out
Constructor Detail |
---|
public Characterization()
Method Detail |
---|
public boolean hasIn()
public SubHyperplane<S> getIn()
public boolean hasOut()
public SubHyperplane<S> getOut()
public void add(SubHyperplane<S> sub, boolean inside)
sub
- part of the sub-hyperplane to addinside
- if true, the part added as an inside cell on the tested side, otherwise
it has an outside cell on the tested side
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |