Interface VolumeSizeValuesBIType

All Known Subinterfaces:
PVolumeBIType<S>, PVolumeSizeBIType<S>, VolumeBIType, VolumeSizeBIType, VolumeValuesBIType
All Known Implementing Classes:
PVolumeBI, PVolumeSizeBI, VolumeBI, VolumeSizeBI

public interface VolumeSizeValuesBIType
The size of a volume with BigInteger coordinates.
  • Method Details

    • sizeX

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

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

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