S - A phantom type parameter indicating the coordinate space of the
volumepublic interface PVolumeDType<S> extends VolumeValuesDType
A volume with double coordinates.
The coordinates of the area are given in half-closed form. That is,
minimumX() refers to the minimum inclusive value on the X
axis, and maximumX() refers to the maximum exclusive value on
the X axis. Likewise for the Y and Z axes.
| Modifier and Type | Method and Description |
|---|---|
default void |
checkPreconditions()
Check the preconditions for the parameters.
|
double |
maximumX() |
double |
maximumY() |
double |
maximumZ() |
double |
minimumX() |
double |
minimumY() |
double |
minimumZ() |
sizeX, sizeY, sizeZdouble minimumX()
minimumX in interface VolumeValuesDTypedouble maximumX()
maximumX in interface VolumeValuesDTypedouble minimumY()
minimumY in interface VolumeValuesDTypedouble maximumY()
maximumY in interface VolumeValuesDTypedouble minimumZ()
minimumZ in interface VolumeValuesDTypedouble maximumZ()
maximumZ in interface VolumeValuesDTypedefault void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com