vect2rast_vol


Synopsis

create a volume of raster masks from an array of input meshes

Input Ports

FieldIn

Mesh_Unif+Node_Data+Dim3

MeshIn

MeshArray

 

Parameters

Inside

UItoggle

convert inside or outside of region

Name

UItext

name of regions to process

Run

UItoggle

convert the vector data to raster data

 

Output Ports

out

Mesh_Unif+Node_Data+Dim3

 

Description

vect2rast_vol converts an array of input meshes into a series of raster masks - one per input mesh - that are written to an output volume. This process is done one mesh at a time using the GDvector2raster module.

Input Ports

FieldIn

The input field must be uniform, 3D and have node data. This field is used to dimension the output raster information.

MeshIn

The input array of meshes. The meshes are converted from vector information to raster information.

Parameters

Inside

UItoggle. This parameter controls if the area inside or outside of the regions(s) in the input mesh array has a value of 0 or 255 upon conversion from vector to raster.

Name

UItext. An optional string that is used to filter to the region(s) found in the input mesh If the name is null, all regions are processed. If the name has a value, only those regions that have the same name are processed.

Run

UItoggle. When set, Run starts the vector to raster conversion. It is automatically cleared when the conversion is completed.

Output Ports

out

The output field. It has the same dimensions as FieldIn and represents MeshIn in a raster form. This output can be used as input to many of the image processing modules.

Example

Libraries.Examples.Visualization.Vect2Rast_Vol

File

v/modules.v

See also

Related modules