Uses of Class
com.openinventor.medical.helpers.MedicalHelper.Axis
-
Packages that use MedicalHelper.Axis Package Description com.openinventor.medical.helpers Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.medical.nodes 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.Axis Modifier and Type Method Description static MedicalHelper.Axis
MedicalHelper. MedicalAxisFromViewAxis(Axis viewAxis, SbMatrix orientationMatrix)
static MedicalHelper.Axis
MedicalHelper. MedicalAxisFromViewAxis(Axis viewAxis, SoVolumeData volData)
static MedicalHelper.Axis
MedicalHelper.Axis. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MedicalHelper.Axis[]
MedicalHelper.Axis. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.medical.helpers with parameters of type MedicalHelper.Axis Modifier and Type Method Description static 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 Modifier and Type Field Description SoSFEnum<MedicalHelper.Axis>
SliceOrientationMarkers. axis
Axis (default is AXIAL).
-