copy-pointset-attributes-from-mat

Synopsis

copy-pointset-attributes-from-mat <input> <mat> <output> [options]

Description

Sets/Adds variables stored in a MAT file as point data of a VTK dataset.

Arguments

input

File name of input dataset.

mat

File name of MAT file.

output File name of output dataset.

Command options

-var <name> [<type>]

Set/Add variable with given name as point data of specified type. If no type is specified, the array is added as non-attribute point data array. Type can be ‘scalars’, ‘vectors’, ‘normals’, ‘tcoords’, ‘tensors’, ‘globalids’, or ‘pedigreeids’ (case insensitive).