SoMLVoxelToWorld

InventorModule
genre InventorTransform
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition inventor.def

Purpose

Transforms the Inventor scene with the world-to-voxel matrix of the connected ML image.

A point drawn after this will be drawn like a world point which is transformed in the voxel coordinate system of the ML image. This transformation essentially reverses the effect to SoMLWorldToVoxel.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoMLVoxelToWorld._default.png

Input Fields

image

name: image, type: Image

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Matrix

name: matrix, type: Matrix, default: 1 0 0 0, 0 1 0 0, 0 0 1 0, 0 0 0 1

Shows the used matrix.

Integer voxel coordinates

name: shift, type: Bool, default: FALSE

Applies an offset to the transformation matrix such that points are transformed to voxel centers instead of voxel boundaries.

Hidden Fields

inverse

name: inverse, type: Bool, default: TRUE