TOC PREV NEXT INDEX

data_import_wizard

Synopsis

Chooses a reader based on file type and user input.

Input Port

none

Parameters

Filename

Type in box

The name of the file to be used

Output Port

out_fld

Mesh + Node_Data

out_obj

output renderable object

Description

The data_import_wizard chooses an AVS/Express reader based on the file type and possibly user inputs. When the wizard is instanced the starting panel will ask for the filename. If the reader recogizes the type of file it will instance the correct reader. If the wizard does not recognize the type of file, the wizard will ask the user a series of questions inorder to select the correct reader.

Input

none


Parameters

filename

Type in box. Used to enter the name of the file being used by the import wizard.

Output Port

out_fld

The output is a new unstructured Mesh composed of the original mesh plus the meshes representing the particles. Its new Node_Data element's values represent the selected velocity component.

out_obj

This is a renderable version of the out_fld output field.

Example

Not available

File

v/wizard.v

See also related modules

read_Img2vol

TOC PREV NEXT INDEX