Uses of Enum Class
com.openinventor.medical.helpers.MedicalHelper.Axis
Packages that use MedicalHelper.Axis
Package
Description
Provides some nodes and helper classes specifically created to facilitate
implementation of medical applications.
Provides some nodes and helper classes specifically created to facilitate
implementation of medical applications.
-
Uses of MedicalHelper.Axis in com.openinventor.medical.helpers
Methods in com.openinventor.medical.helpers that return MedicalHelper.AxisModifier and TypeMethodDescriptionstatic MedicalHelper.Axis
MedicalHelper.MedicalAxisFromViewAxis
(Axis viewAxis, SbMatrix orientationMatrix) static MedicalHelper.Axis
MedicalHelper.MedicalAxisFromViewAxis
(Axis viewAxis, SoVolumeData volData) static MedicalHelper.Axis
Returns the enum constant of this class with the specified name.static MedicalHelper.Axis[]
MedicalHelper.Axis.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.medical.helpers with parameters of type MedicalHelper.AxisModifier and TypeMethodDescriptionstatic boolean
MedicalHelper.orientView
(MedicalHelper.Axis axis, SoCamera camera, SoVolumeData volume) Equivalent toorientView(axis, camera, volume, 1.01f)
static boolean
MedicalHelper.orientView
(MedicalHelper.Axis axis, SoCamera camera, SoVolumeData volume, float slack) Adjusts the camera to view a slice or volume along the specified axis.static Axis
MedicalHelper.ViewAxisFromMedicalAxis
(MedicalHelper.Axis medicalAxis, SbMatrix orientationMatrix) static Axis
MedicalHelper.ViewAxisFromMedicalAxis
(MedicalHelper.Axis medicalAxis, SoVolumeData volData) -
Uses of MedicalHelper.Axis in com.openinventor.medical.nodes
Fields in com.openinventor.medical.nodes with type parameters of type MedicalHelper.Axis