copy_ROI
Synopsis
copy a mesh to a selected region of an output array of meshes
Input Port
FieldIn
|
Mesh_Unif+Node_Data+Dim3
|
MeshIn
|
Mesh
|
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 Port
Description
copy_ROI copies an input mesh, typically created by one of the Graphics Display Kit's interactive drawing modules (for example, ClickSketch, ContinuousSketch) to an array of output meshes. This module is a quick way to create an array of ROIs that correspond to a volume. The ROIs can subsequently be edited individually by using the EditMesh module.
The size of the output mesh array is determined by using a reference input field. The input mesh may be copied to a region of the output mesh array by using the start and stop parameters appropriately.
Input
FieldIn
The reference input field must be uniform, 3D and have node data. This field is used to dimension the output array of meshes
MeshIn
The input mesh to be copied into the output mesh array.
Parameters
Start
UIfieldTypein. Start index into the output mesh array.
Stop
UIfieldTypein. Start index into the output mesh array.
Run
UItoggle. When set, Run starts the copy operation. It is automatically cleared when the copy operation is completed.
Output Port
out
The output array of meshes. This array is dimensioned by the reference input field. Depending on the values of Start and Stop, all or part of the output
Example
Libraries.Examples.Visualization.Tile_ROI
v/dv_examp/tile_roi.v
Libraries.Examples.Visualization.Display_Vol_ROI
v/dv_examp/display_vol_roi.v
File
v/modules.v
See also related modules