Package | Description |
---|---|
edu.stanford.rsl.conrad.geometry.bounds |
Contains classes to model boundary conditions.
|
edu.stanford.rsl.conrad.geometry.shapes |
Contains classes to model arbitrary shapes.
|
edu.stanford.rsl.conrad.geometry.shapes.simple |
Contains classes to model simple shapes.
|
edu.stanford.rsl.conrad.phantom.electrondensity |
Contains classes to model the electron density phantom.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundingBox
Implementation of a Bounding Box
|
class |
HalfSpaceBoundingCondition
This class describes the bounds defined by a
PointND . |
class |
QuadricBoundingCondition
This class describes the bounds defined by a
QuadricSurface . |
Constructor and Description |
---|
ArbitrarySurface(SimpleSurface baseSurface,
java.util.Collection<? extends AbstractBoundingCondition> clipSurfaces) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleSurface.addBoundingCondition(AbstractBoundingCondition condition)
Adds a bounding condition to the top of the "stack".
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleSurface.addAllBoundingConditions(java.util.Collection<? extends AbstractBoundingCondition> conditions)
Adds a collection of bounding conditions
|
Modifier and Type | Method and Description |
---|---|
void |
QuadricDisk.addBoundingCondition(AbstractBoundingCondition cond)
Add additional bounding conditions to disk.
|