S - Type of the space.public class BoundaryAttribute<S extends Space>
extends java.lang.Object
This class is used for the attributes associated with the
nodes of region boundary shell trees returned by the Region.getTree. It contains the
parts of the node cut sub-hyperplane that belong to the
boundary.
This class is a simple placeholder, it does not provide any processing methods.
Region.getTree(boolean)| Modifier and Type | Field and Description |
|---|---|
private SubHyperplane<S> |
plusInside
Part of the node cut sub-hyperplane that belongs to the
boundary and has the inside of the region on the plus side of
its underlying hyperplane (may be null).
|
private SubHyperplane<S> |
plusOutside
Part of the node cut sub-hyperplane that belongs to the
boundary and has the outside of the region on the plus side of
its underlying hyperplane (may be null).
|
| Constructor and Description |
|---|
BoundaryAttribute(SubHyperplane<S> plusOutside,
SubHyperplane<S> plusInside)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SubHyperplane<S> |
getPlusInside()
Get the part of the node cut sub-hyperplane that belongs to the
boundary and has the inside of the region on the plus side of
its underlying hyperplane.
|
SubHyperplane<S> |
getPlusOutside()
Get the part of the node cut sub-hyperplane that belongs to the
boundary and has the outside of the region on the plus side of
its underlying hyperplane.
|
private final SubHyperplane<S extends Space> plusOutside
private final SubHyperplane<S extends Space> plusInside
public BoundaryAttribute(SubHyperplane<S> plusOutside, SubHyperplane<S> plusInside)
plusOutside - part of the node cut sub-hyperplane that
belongs to the boundary and has the outside of the region on
the plus side of its underlying hyperplane (may be null)plusInside - part of the node cut sub-hyperplane that
belongs to the boundary and has the inside of the region on the
plus side of its underlying hyperplane (may be null)public SubHyperplane<S> getPlusOutside()
public SubHyperplane<S> getPlusInside()
Copyright (c) 2003-2013 Apache Software Foundation