Uses of Class
com.openinventor.imageviz.engines.imagemanipulation.stackoperations.SoImageStackProjectionProcessing3d.GradientOperators
-
Packages that use SoImageStackProjectionProcessing3d.GradientOperators Package Description com.openinventor.imageviz.engines.imagemanipulation.stackoperations The Stack Operations category contains engines for manipulating image stacks. -
-
Uses of SoImageStackProjectionProcessing3d.GradientOperators in com.openinventor.imageviz.engines.imagemanipulation.stackoperations
Fields in com.openinventor.imageviz.engines.imagemanipulation.stackoperations with type parameters of type SoImageStackProjectionProcessing3d.GradientOperators Modifier and Type Field Description SoSFEnum<SoImageStackProjectionProcessing3d.GradientOperators>
SoImageStackProjectionProcessing3d. gradientOperator
The type of process.Methods in com.openinventor.imageviz.engines.imagemanipulation.stackoperations that return SoImageStackProjectionProcessing3d.GradientOperators Modifier and Type Method Description static SoImageStackProjectionProcessing3d.GradientOperators
SoImageStackProjectionProcessing3d.GradientOperators. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoImageStackProjectionProcessing3d.GradientOperators
SoImageStackProjectionProcessing3d.GradientOperators. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoImageStackProjectionProcessing3d.GradientOperators[]
SoImageStackProjectionProcessing3d.GradientOperators. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-