Uses of Class
mgui.geometry.volume.VolumeFunctions.Operation
Package | Description |
---|---|
mgui.geometry.volume |
Provides classes for representing and operating on 3D volume shapes.
|
-
Uses of VolumeFunctions.Operation in mgui.geometry.volume
Methods in mgui.geometry.volume that return VolumeFunctions.Operation Modifier and Type Method Description static VolumeFunctions.Operation
VolumeFunctions.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VolumeFunctions.Operation[]
VolumeFunctions.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mgui.geometry.volume with parameters of type VolumeFunctions.Operation Modifier and Type Method Description static Volume3DInt
VolumeFunctions. performOperationBlocking(Volume3DInt volume, java.lang.Double value, VolumeFunctions.Operation op, ProgressUpdater progress)
Performs the specified operation on one grid and a constant value, and returns and new volume.static Volume3DInt
VolumeFunctions. performOperationBlocking(Volume3DInt volume1, Volume3DInt volume2, VolumeFunctions.Operation op, ProgressUpdater progress)
Performs the specified operation on the two volumes, and returns the result as a newGrid3D
instance.