SoMLVoxelToWorld

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

Purpose

The module SoMLVoxelToWorld transforms the Open Inventor scene using the world-to-voxel matrix of the connected ML image.

A point drawn afterward will appear as a world point transformed within the voxel coordinate system of the attached ML image. This transformation effectively reverses the effect of 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

Sets and shows the used transformation matrix.

Integer voxel coordinates

name: shift, type: Bool, default: FALSE

If checked, an offset is applied to the transformation matrix so that points are transformed to voxel centers instead of voxel boundaries.

Hidden Fields

inverse

name: inverse, type: Bool, default: TRUE