Uses of Class
com.openinventor.inventor.nodes.SoMatrixTransform
-
Packages that use SoMatrixTransform Package Description com.openinventor.medical.helpers Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.meshviz.graph com.openinventor.meshviz.nodes -
-
Uses of SoMatrixTransform in com.openinventor.medical.helpers
Methods in com.openinventor.medical.helpers with parameters of type SoMatrixTransform Modifier and Type Method Description static boolean
MedicalHelper. dicomAdjustVolume(SoVolumeData volume, SoMatrixTransform imgToPatient)
Similar to dicomAdjustVolume( SoVolumeData, boolean ) above but returns an SoMatrixTransform that can be used to properly locate VolumeData in patient space in case of non axis aligned acquisition: -
Uses of SoMatrixTransform in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return SoMatrixTransform Modifier and Type Method Description SoMatrixTransform
PbDomain. getMatrixTransform()
Get the domain transform matrix in anSoMatrixTransform
object. -
Uses of SoMatrixTransform in com.openinventor.meshviz.nodes
Methods in com.openinventor.meshviz.nodes that return SoMatrixTransform Modifier and Type Method Description SoMatrixTransform
PoDomain. getMatrixTransform()
Get the domain transform matrix in anSbMatrix
object.
-