display_vol_ROI


Synopsis

display a slice from a volume and display a mesh from an array of meshes

Input Ports

FieldIn

Mesh_Unif+Node_Data+Dim3

MeshIn

MeshArray

 

Parameters

Start

UItoggle

start index in output array of meshes

Stop

UItoggle

stop index in output array of meshes

Run

UItoggle

copy the input mesh to the output array

 

Output Ports

obj

DefaultObject

 

Description

display_vol_ROI displays a single slice from a volume and the associated ROI from an array of meshes. The proper slice and ROI are selected by using the slice input parameter.

Input Ports

FieldIn

The input field must be uniform, 3D, and have node data. A slice is taken from this field and displayed as an image.

MeshIn

The input array of meshes. A slice is taken from the array and displayed.

Parameters

slice

UIslider. The index into both the input field and array of meshes used to extract the data for display.

Output Ports

obj

Graphics Display Kit DefaultObject. This is a renderable object that can be connected directly to one of the Graphics Display Kit's viewers.

Example

Libraries.Examples.Visualization.Display_Vol_ROI

File

v/modules.v

See also