Interface PVolumeSizeFType<S>

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

@Immutable public interface PVolumeSizeFType<S> extends VolumeSizeValuesFType
The size of a volume with float coordinates.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    float
     
    float
     
  • Method Details

    • sizeX

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

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

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