Interface PVolumeSizeDType<S>

Type Parameters:
S - A phantom type parameter indicating the coordinate space of the volume
All Superinterfaces:
VolumeSizeValuesDType
All Known Implementing Classes:
PVolumeSizeD

@Immutable public interface PVolumeSizeDType<S> extends VolumeSizeValuesDType
The size of a volume with double coordinates.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     
    double
     
  • Method Details

    • sizeX

      @Parameter(order=0) double sizeX()
      Specified by:
      sizeX in interface VolumeSizeValuesDType
      Returns:
      The size of the area on the X axis
    • sizeY

      @Parameter(order=1) double sizeY()
      Specified by:
      sizeY in interface VolumeSizeValuesDType
      Returns:
      The size of the area on the Y axis
    • sizeZ

      @Parameter(order=1) double sizeZ()
      Specified by:
      sizeZ in interface VolumeSizeValuesDType
      Returns:
      The size of the area on the Z axis