Interface VolumeSizeValuesLType

All Known Subinterfaces:
PVolumeLType<S>, PVolumeSizeLType<S>, VolumeLType, VolumeSizeLType, VolumeValuesLType
All Known Implementing Classes:
PVolumeL, PVolumeSizeL, VolumeL, VolumeSizeL

public interface VolumeSizeValuesLType
The size of a volume with long coordinates.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
    long
     
  • Method Details

    • sizeX

      @Parameter(order=0) long sizeX()
      Returns:
      The size of the area on the X axis
    • sizeY

      @Parameter(order=1) long sizeY()
      Returns:
      The size of the area on the Y axis
    • sizeZ

      @Parameter(order=2) long sizeZ()
      Returns:
      The size of the area on the Z axis