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.AxisMedicalHelper.MedicalAxisFromViewAxis(Axis viewAxis, SbMatrix orientationMatrix) static MedicalHelper.AxisMedicalHelper.MedicalAxisFromViewAxis(Axis viewAxis, SoVolumeData volData) static MedicalHelper.AxisReturns 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 booleanMedicalHelper.orientView(MedicalHelper.Axis axis, SoCamera camera, SoVolumeData volume) Equivalent toorientView(axis, camera, volume, 1.01f)static booleanMedicalHelper.orientView(MedicalHelper.Axis axis, SoCamera camera, SoVolumeData volume, float slack) Adjusts the camera to view a slice or volume along the specified axis.static AxisMedicalHelper.ViewAxisFromMedicalAxis(MedicalHelper.Axis medicalAxis, SbMatrix orientationMatrix) static AxisMedicalHelper.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