Interface VolumeSizeValuesDType
- All Known Subinterfaces:
PVolumeDType<S>,PVolumeSizeDType<S>,VolumeDType,VolumeSizeDType,VolumeValuesDType
- All Known Implementing Classes:
PVolumeD,PVolumeSizeD,VolumeD,VolumeSizeD
public interface VolumeSizeValuesDType
The size of a volume with
double coordinates.-
Method Summary
-
Method Details
-
sizeX
@Parameter(order=0) double sizeX()- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) double sizeY()- Returns:
- The size of the area on the Y axis
-
sizeZ
@Parameter(order=2) double sizeZ()- Returns:
- The size of the area on the Z axis
-