S - A phantom type parameter indicating the coordinate space of the
volumepublic interface PVolumeFType<S> extends VolumeValuesFType
A volume with float 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.
|
float |
maximumX() |
float |
maximumY() |
float |
maximumZ() |
float |
minimumX() |
float |
minimumY() |
float |
minimumZ() |
sizeX, sizeY, sizeZfloat minimumX()
minimumX in interface VolumeValuesFTypefloat maximumX()
maximumX in interface VolumeValuesFTypefloat minimumY()
minimumY in interface VolumeValuesFTypefloat maximumY()
maximumY in interface VolumeValuesFTypefloat minimumZ()
minimumZ in interface VolumeValuesFTypefloat maximumZ()
maximumZ in interface VolumeValuesFTypedefault void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com