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