vmtk
Recent Changes - Search:

vmtk

projects

links

edit SideBar

VmtkScripts / Vmtkmeshdatareader

vmtkmeshdatareader

Description

read data associated with a mesh

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
disabledDisabledbool1 0disable execution and piping
iMeshvtkUnstructuredGrid1  the input mesh
ifileMeshInputFileNamestr1  filename for the default Mesh reader
directoryDataFileDirectorystr1 .directory where the data files reside
prefixDataFilePrefixstr1  data file name prefix (e.g. foo_)
datafileDataFileNamestr1  data file name (e.g. foo.dat) excluding directory - overrides prefix
filetypeDataFileTypestr1 tetr.veldata file name type (tetr.out, tetr.vel, tetr.wss, tetr.pres, tetr.ini, pointdata)
arrayprefixArrayNamePrefixstr1  prefix to prepend to array names in output
tetrinfileTetrInFileNamestr1  name of the tetr.in file
compressedCompressedbool1 1toggle reading gzip compressed file
unnormalizeUnNormalizebool1 1unnormalize quantities - tetr.* only
minvaridMinVariableIdint1(0,)-1read variables starting from the nth column - pointdata only
maxvaridMaxVariableIdint1(0,)-1read variables up to the nth column - pointdata only
ofileMeshOutputFileNamestr1  filename for the default Mesh writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
oMeshvtkUnstructuredGrid1  the output mesh
Edit - History - Print - Recent Changes - Search
Page last modified on September 05, 2010, at 12:57 PM