vect2rast_vol
Synopsis
create a volume of raster masks from an array of input meshes
Input Port
Parameters
Output Port
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
The input field must be uniform, 3D and have node data. This field is used to dimension the output raster information.
Parameters
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.
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.
UItoggle. When set, Run starts the vector to raster conversion. It is automatically cleared when the conversion is completed.
Output Port
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
See also related modules