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 Details
-
sizeX
@Parameter(order=0) double sizeX()- Specified by:
sizeXin interfaceVolumeSizeValuesDType- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) double sizeY()- Specified by:
sizeYin interfaceVolumeSizeValuesDType- Returns:
- The size of the area on the Y axis
-
sizeZ
@Parameter(order=1) double sizeZ()- Specified by:
sizeZin interfaceVolumeSizeValuesDType- Returns:
- The size of the area on the Z axis
-