ParaView/Users Guide/List of readers: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
[[ParaViewUsersGuide]]
[[ParaViewUsersGuide]]






==AVS UCD Reader==
==AVS UCD Reader==




Read binary or ASCII files stored in AVS UCD format.
Read binary or ASCII files stored in AVS UCD format.


The AVS UCD reader reads binary or ASCII files stored in AVS UCD format.<br>
The AVS UCD reader reads binary or ASCII files stored in AVS UCD format.<br>
The default file extension is .inp. The output of this reader is<br>
The default file extension is .inp. The output of this reader is<br>
unstructured grid. This supports reading a file series.<br>
unstructured grid. This supports reading a file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
| '''File Names'''<br>''(FileNames)''
|
|
The list of files to be read by the reader. If more than 1 file is
The list of files to be read by the reader. If more than 1 file is
specified, the reader will switch to file series mode in which it will
specified, the reader will switch to file series mode in which it will
pretend that it can support time and provide 1 file per time step.
pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property contains a list of the cell-centered arrays to read.
This property contains a list of the cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property contains a list of the point-centered arrays to read.
This property contains a list of the point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==BYU Reader==
==BYU Reader==




Read Movie.BYU files to produce polygonal data.
Read Movie.BYU files to produce polygonal data.


The BYU reader reads data stored in Movie.BYU format. The expected file extension is .g. The datasets resulting from reading these files are polygonal.<br>
The BYU reader reads data stored in Movie.BYU format. The expected file extension is .g. The datasets resulting from reading these files are polygonal.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the BYU reader.
This property specifies the file name for the BYU reader.


| �
| �
| �
| �
|}
|}




==COSMO Reader==
==COSMO Reader==




Read a cosmology file into a vtkUnstructuredGrid.
Read a cosmology file into a vtkUnstructuredGrid.


The Cosmology reader reads a binary file of particle location, <br>
The Cosmology reader reads a binary file of particle location, <br>
velocity, and id creating a vtkUnstructuredGrid. The default <br>
velocity, and id creating a vtkUnstructuredGrid. The default <br>
file extension is .cosmo.  Reads LANL Cosmo format or Gadget format.<br>
file extension is .cosmo.  Reads LANL Cosmo format or Gadget format.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader.
The list of files to be read by the reader.


| �
| �
| �
| �
|-
|-
| '''Cosmo Format'''<br>''(CosmoFormat)''
| '''Cosmo Format'''<br>''(CosmoFormat)''
|
|
If checked, the data will be read as the LANL Cosmo format.  If unchecked, the data will be read as Gadget-2 format.
If checked, the data will be read as the LANL Cosmo format.  If unchecked, the data will be read as Gadget-2 format.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''overlap (shared point/ghost cell gap distance)'''<br>''(Overlap)''
| '''overlap (shared point/ghost cell gap distance)'''<br>''(Overlap)''
|
|
The space in rL units to extend processor particle ownership for ghost particles/cells.  Needed for correct halo calculation when halos cross processor boundaries in parallel computation.
The space in rL units to extend processor particle ownership for ghost particles/cells.  Needed for correct halo calculation when halos cross processor boundaries in parallel computation.


| 5
| 5
|
|
The value must be greater than or equal to 0.
The value must be greater than or equal to 0.


|-
|-
| '''rL (physical box side length)'''<br>''(RL)''
| '''rL (physical box side length)'''<br>''(RL)''
|
|
The box side length used to wrap particles around if they exceed rL (or less than 0) in any dimension.
The box side length used to wrap particles around if they exceed rL (or less than 0) in any dimension.


| 90.1408
| 90.1408
|
|
The value must be greater than or equal to 0.
The value must be greater than or equal to 0.


|}
|}




==CSV Reader==
==CSV Reader==




Read a comma-separated values file into a 1D rectilinear grid.
Read a comma-separated values file into a 1D rectilinear grid.


The CSV reader reads a comma-separated values file into a 1D rectilinear<br>
The CSV reader reads a comma-separated values file into a 1D rectilinear<br>
grid. If the file was saved using the CSVWriter, then the rectilinear<br>
grid. If the file was saved using the CSVWriter, then the rectilinear<br>
grid's points and point data can be restored as well as the cell data.<br>
grid's points and point data can be restored as well as the cell data.<br>
Otherwise all the data in the CSV file is treated as cell data. The<br>
Otherwise all the data in the CSV file is treated as cell data. The<br>
default file extension is .csv.<br>
default file extension is .csv.<br>
This can read file series as well.<br>
This can read file series as well.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be
The list of files to be read by the reader. Each file is expected to be
a csv file. If more than 1 file is specified, the reader will switch to
a csv file. If more than 1 file is specified, the reader will switch to
file series mode in which it will pretend that it can support time and
file series mode in which it will pretend that it can support time and
provide 1 file per time step.
provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Detect Numeric Columns'''<br>''(DetectNumericColumns)''
| '''Detect Numeric Columns'''<br>''(DetectNumericColumns)''
|
|
When set to true, the reader will detect numeric columns and create
When set to true, the reader will detect numeric columns and create
vtkDoubleArray or vtkIntArray for those instead of vtkStringArray.
vtkDoubleArray or vtkIntArray for those instead of vtkStringArray.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Field Delimiter Characters'''<br>''(FieldDelimiterCharacters)''
| '''Field Delimiter Characters'''<br>''(FieldDelimiterCharacters)''
|
|
This property lists the characters that may be used to separate fields.  For
This property lists the characters that may be used to separate fields.  For
example, a value of "," indicates a comma-separated value file.  A
example, a value of "," indicates a comma-separated value file.  A
value of ".:;" indicates that columns may be separated by a
value of ".:;" indicates that columns may be separated by a
period, colon or semicolon.  The order of the characters in the text
period, colon or semicolon.  The order of the characters in the text
string does not matter.
string does not matter.


| ,
| ,
| �
| �
|-
|-
| '''Have Headers'''<br>''(HaveHeaders)''
| '''Have Headers'''<br>''(HaveHeaders)''
|
|
If the value of this property is 1, treat the first line of the file as headers.
If the value of this property is 1, treat the first line of the file as headers.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Merge Consecutive Delimiters'''<br>''(MergeConsecutiveDelimiters)''
| '''Merge Consecutive Delimiters'''<br>''(MergeConsecutiveDelimiters)''
|
|
Whether to merge successive delimiters.  Use this if (for example) your fields are separated
Whether to merge successive delimiters.  Use this if (for example) your fields are separated
by spaces but you don't know exactly how many.
by spaces but you don't know exactly how many.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Use String Delimiter'''<br>''(UseStringDelimiter)''
| '''Use String Delimiter'''<br>''(UseStringDelimiter)''
|
|
This property indicates whether to use the string delimiter.
This property indicates whether to use the string delimiter.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|}
|}




==DEM Reader==
==DEM Reader==




Read a DEM (Digital Elevation Model) file.
Read a DEM (Digital Elevation Model) file.


The DEM reader reads Digital Elevation Model files containing elevation values derived from the U. S. Geologic Survey. The default file extension is .dem. This reader produces uniform rectilinear (image/volume) data output.<br>
The DEM reader reads Digital Elevation Model files containing elevation values derived from the U. S. Geologic Survey. The default file extension is .dem. This reader produces uniform rectilinear (image/volume) data output.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the DEM (Digital Elevation Map) reader.
This property specifies the file name for the DEM (Digital Elevation Map) reader.


| �
| �
| �
| �
|}
|}




==EnSight Master Server Reader==
==EnSight Master Server Reader==




Read files in EnSight's Master Server format.
Read files in EnSight's Master Server format.


The EnSight Master Server reader reads EnSight's parallel files. The master file ususally has a .sos extension and may point to multiple .case files. The output is a multi-block dataset.<br>
The EnSight Master Server reader reads EnSight's parallel files. The master file ususally has a .sos extension and may point to multiple .case files. The output is a multi-block dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Byte Order'''<br>''(ByteOrder)''
| '''Byte Order'''<br>''(ByteOrder)''
|
|
This property indicates the byte order of the binary file(s).
This property indicates the byte order of the binary file(s).


| 0
| 0
|
|
The value must be one of the following: BigEndian (0), LittleEndian (1).
The value must be one of the following: BigEndian (0), LittleEndian (1).


|-
|-
| '''Case File Name'''<br>''(CaseFileName)''
| '''Case File Name'''<br>''(CaseFileName)''
|
|
This property specifies the name of the .sos file for the EnSight Master Server reader.
This property specifies the name of the .sos file for the EnSight Master Server reader.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Set Time Value'''<br>''(SetTimeValue)''
| '''Set Time Value'''<br>''(SetTimeValue)''
|
|
This property indicates which time value to read.
This property indicates which time value to read.


| 0
| 0
| �
| �
|}
|}




==EnSight Reader==
==EnSight Reader==




Read EnSight 6 and Gold files.
Read EnSight 6 and Gold files.


The EnSight reader reads files in the format produced by CEI's EnSight. EnSight 6 and Gold files (both ASCII and binary) are supported. The default extension is .case. The output of this reader is a multi-block dataset.<br>
The EnSight reader reads files in the format produced by CEI's EnSight. EnSight 6 and Gold files (both ASCII and binary) are supported. The default extension is .case. The output of this reader is a multi-block dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Case File Name'''<br>''(CaseFileName)''
| '''Case File Name'''<br>''(CaseFileName)''
|
|
This property specifies the case file name for the EnSight reader.
This property specifies the case file name for the EnSight reader.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==Enzo Reader==
==Enzo Reader==




Read multi-block dataset from an Enzo file.
Read multi-block dataset from an Enzo file.


This Enzo reader loads data stored in Enzo format. The output of this reader is a multi-block dataset.<br>
This Enzo reader loads data stored in Enzo format. The output of this reader is a multi-block dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Block Output Type'''<br>''(BlockOutputType)''
| '''Block Output Type'''<br>''(BlockOutputType)''
|
|
The property indicates the output type of each block, either vtkImageData (by default) or vtkRectilinearGrid.
The property indicates the output type of each block, either vtkImageData (by default) or vtkRectilinearGrid.


| 0
| 0
|
|
The value must be one of the following: Image Data (0), Rectilinear Grid (1).
The value must be one of the following: Image Data (0), Rectilinear Grid (1).


|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the Enzo reader.
This property specifies the file name for the Enzo reader.


| �
| �
| �
| �
|-
|-
| '''Load Particles'''<br>''(LoadParticles)''
| '''Load Particles'''<br>''(LoadParticles)''
|
|
Load particles when on.
Load particles when on.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Max Level'''<br>''(MaxLevel)''
| '''Max Level'''<br>''(MaxLevel)''
|
|
Do not blocks above this level.
Do not blocks above this level.


| 100
| 100
| �
| �
|}
|}




==ExodusIIReader==
==ExodusIIReader==




Read an Exodus II file to produce an unstructured grid.
Read an Exodus II file to produce an unstructured grid.


The Exodus reader loads Exodus II files and produces an unstructured grid output. The default file extensions are .g, .e, .ex2, .ex2v2, .exo, .gen, .exoII, .exii, .0, .00, .000, and .0000 .<br>
The Exodus reader loads Exodus II files and produces an unstructured grid output. The default file extensions are .g, .e, .ex2, .ex2v2, .exo, .gen, .exoII, .exii, .0, .00, .000, and .0000 .<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the Exodus reader.
This property specifies the file name for the Exodus reader.


| �
| �
| �
| �
|-
|-
| '''Use Meta File'''<br>''(UseMetaFile)''
| '''Use Meta File'''<br>''(UseMetaFile)''
|
|
This hidden property must always be set to 1 for this proxy to work.
This hidden property must always be set to 1 for this proxy to work.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Animate Vibrations'''<br>''(AnimateVibrations)''
| '''Animate Vibrations'''<br>''(AnimateVibrations)''
|
|
If this flag is on and HasModeShapes is also on, then this reader
If this flag is on and HasModeShapes is also on, then this reader
will report a continuous time range [0,1] and animate the
will report a continuous time range [0,1] and animate the
displacements in a periodic sinusoid.  If this flag is off and
displacements in a periodic sinusoid.  If this flag is off and
HasModeShapes is on, this reader ignores time.  This flag has no
HasModeShapes is on, this reader ignores time.  This flag has no
effect if HasModeShapes is off.
effect if HasModeShapes is off.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Apply Displacements'''<br>''(ApplyDisplacements)''
| '''Apply Displacements'''<br>''(ApplyDisplacements)''
|
|
Geometric locations can include displacements. When this option is on, the nodal positions are 'displaced' by the standard exodus displacement vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.
Geometric locations can include displacements. When this option is on, the nodal positions are 'displaced' by the standard exodus displacement vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Displacement Magnitude'''<br>''(DisplacementMagnitude)''
| '''Displacement Magnitude'''<br>''(DisplacementMagnitude)''
|
|
When displacements are being applied, they are scaled by this amount.  Set to 1 for no scaling.
When displacements are being applied, they are scaled by this amount.  Set to 1 for no scaling.


| 1
| 1
| �
| �
|-
|-
| '''Edge Blocks'''<br>''(EdgeBlocks)''
| '''Edge Blocks'''<br>''(EdgeBlocks)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Edge Map Array Status'''<br>''(EdgeMapArrayStatus)''
| '''Edge Map Array Status'''<br>''(EdgeMapArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Edge Set Array Status'''<br>''(EdgeSetArrayStatus)''
| '''Edge Set Array Status'''<br>''(EdgeSetArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Edge Set Result Array Status'''<br>''(EdgeSetResultArrayStatus)''
| '''Edge Set Result Array Status'''<br>''(EdgeSetResultArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Edge Variables'''<br>''(EdgeVariables)''
| '''Edge Variables'''<br>''(EdgeVariables)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Element Blocks'''<br>''(ElementBlocks)''
| '''Element Blocks'''<br>''(ElementBlocks)''
| �
| �
| �
| �
| �
| �
|-
|-
| '''Element Map Array Status'''<br>''(ElementMapArrayStatus)''
| '''Element Map Array Status'''<br>''(ElementMapArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Element Set Array Status'''<br>''(ElementSetArrayStatus)''
| '''Element Set Array Status'''<br>''(ElementSetArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Element Set Result Array Status'''<br>''(ElementSetResultArrayStatus)''
| '''Element Set Result Array Status'''<br>''(ElementSetResultArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Element Variables'''<br>''(ElementVariables)''
| '''Element Variables'''<br>''(ElementVariables)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Exodus Model Metadata'''<br>''(ExodusModelMetadata)''
| '''Exodus Model Metadata'''<br>''(ExodusModelMetadata)''
| �
| �
| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Face Blocks'''<br>''(FaceBlocks)''
| '''Face Blocks'''<br>''(FaceBlocks)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Face Map Array Status'''<br>''(FaceMapArrayStatus)''
| '''Face Map Array Status'''<br>''(FaceMapArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Face Set Array Status'''<br>''(FaceSetArrayStatus)''
| '''Face Set Array Status'''<br>''(FaceSetArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Face Set Result Array Status'''<br>''(FaceSetResultArrayStatus)''
| '''Face Set Result Array Status'''<br>''(FaceSetResultArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Face Variables'''<br>''(FaceVariables)''
| '''Face Variables'''<br>''(FaceVariables)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''File Pattern'''<br>''(FilePattern)''
| '''File Pattern'''<br>''(FilePattern)''
|
|
This property contains a text string specifying the pattern used to load files. There are two parts to it: the prefix (%s) and the file number (%i). The format used is the same as that used for printf.
This property contains a text string specifying the pattern used to load files. There are two parts to it: the prefix (%s) and the file number (%i). The format used is the same as that used for printf.


| �
| �
| �
| �
|-
|-
| '''File Prefix'''<br>''(FilePrefix)''
| '''File Prefix'''<br>''(FilePrefix)''
|
|
This property specifies the file root used with the file pattern to format a file name. (See the File Pattern property.)
This property specifies the file root used with the file pattern to format a file name. (See the File Pattern property.)


| �
| �
| �
| �
|-
|-
| '''File Range'''<br>''(FileRange)''
| '''File Range'''<br>''(FileRange)''
|
|
This property controls the indices of the first and last files to be read.
This property controls the indices of the first and last files to be read.


| -1 -1
| -1 -1
| �
| �
|-
|-
| '''Generate Global Element Id Array'''<br>''(GenerateGlobalElementIdArray)''
| '''Generate Global Element Id Array'''<br>''(GenerateGlobalElementIdArray)''
| �
| �
| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Generate Global Node Id Array'''<br>''(GenerateGlobalNodeIdArray)''
| '''Generate Global Node Id Array'''<br>''(GenerateGlobalNodeIdArray)''
| �
| �
| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Generate Object Id Cell Array'''<br>''(GenerateObjectIdCellArray)''
| '''Generate Object Id Cell Array'''<br>''(GenerateObjectIdCellArray)''
| �
| �
| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Global Variables'''<br>''(GlobalVariables)''
| '''Global Variables'''<br>''(GlobalVariables)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Has Mode Shapes'''<br>''(HasModeShapes)''
| '''Has Mode Shapes'''<br>''(HasModeShapes)''
|
|
Some simulations overload the Exodus time steps to represent mode
Some simulations overload the Exodus time steps to represent mode
shapes.  In this case, it does not make sense to iterate over the
shapes.  In this case, it does not make sense to iterate over the
"time steps", because they are not meant to be played in order.
"time steps", because they are not meant to be played in order.
Rather, each represents the vibration at a different "mode."
Rather, each represents the vibration at a different "mode."
Setting the value of this property to 1 changes the semantics of the reader to not
Setting the value of this property to 1 changes the semantics of the reader to not
report the time steps to downstream filters.
report the time steps to downstream filters.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Mode Shape'''<br>''(ModeShape)''
| '''Mode Shape'''<br>''(ModeShape)''
|
|
Specify the current mode shape when HasModeShapes in on.
Specify the current mode shape when HasModeShapes in on.


| 1
| 1
| �
| �
|-
|-
| '''Node Map Array Status'''<br>''(NodeMapArrayStatus)''
| '''Node Map Array Status'''<br>''(NodeMapArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Node Set Array Status'''<br>''(NodeSetArrayStatus)''
| '''Node Set Array Status'''<br>''(NodeSetArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Node Set Result Array Status'''<br>''(NodeSetResultArrayStatus)''
| '''Node Set Result Array Status'''<br>''(NodeSetResultArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Variables'''<br>''(PointVariables)''
| '''Point Variables'''<br>''(PointVariables)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Side Set Array Status'''<br>''(SideSetArrayStatus)''
| '''Side Set Array Status'''<br>''(SideSetArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Side Set Result Array Status'''<br>''(SideSetResultArrayStatus)''
| '''Side Set Result Array Status'''<br>''(SideSetResultArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''XML File Name'''<br>''(XMLFileName)''
| '''XML File Name'''<br>''(XMLFileName)''
|
|
This property specifies the name of an XML file containing part and material descriptions and a mapping to element blocks.
This property specifies the name of an XML file containing part and material descriptions and a mapping to element blocks.


| �
| �
| �
| �
|}
|}




==FLUENTReader==
==FLUENTReader==




Reads a dataset in Fluent file format.
Reads a dataset in Fluent file format.


FLUENTReader creates an unstructured grid dataset. It reads .cas and<br>
FLUENTReader creates an unstructured grid dataset. It reads .cas and<br>
.dat files stored in FLUENT native format.<br>
.dat files stored in FLUENT native format.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
Select which cell-centered arrays to read.
Select which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
Set the file  name for the FLUENT reader.
Set the file  name for the FLUENT reader.


| �
| �
| �
| �
|}
|}




==Flash Reader==
==Flash Reader==




Read multi-block dataset from a Flash file.
Read multi-block dataset from a Flash file.


This Flash reader loads data stored in Flash format. The output of this reader is a multi-block dataset.<br>
This Flash reader loads data stored in Flash format. The output of this reader is a multi-block dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Block Output Type'''<br>''(BlockOutputType)''
| '''Block Output Type'''<br>''(BlockOutputType)''
|
|
The property indicates the output type of each block, either vtkImageData (by default) or vtkRectilinearGrid.
The property indicates the output type of each block, either vtkImageData (by default) or vtkRectilinearGrid.


| 0
| 0
|
|
The value must be one of the following: Image Data (0), Rectilinear Grid (1).
The value must be one of the following: Image Data (0), Rectilinear Grid (1).


|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the Flash reader.
This property specifies the file name for the Flash reader.


| �
| �
| �
| �
|-
|-
| '''Load Morton Curve'''<br>''(LoadMortonCurve)''
| '''Load Morton Curve'''<br>''(LoadMortonCurve)''
|
|
Generate morton curve when on.
Generate morton curve when on.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Load Particles'''<br>''(LoadParticles)''
| '''Load Particles'''<br>''(LoadParticles)''
|
|
Load particles when on.
Load particles when on.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|}
|}




==Gaussian Cube Reader==
==Gaussian Cube Reader==




Produce polygonal data by reading a Gaussian Cube file.
Produce polygonal data by reading a Gaussian Cube file.


The Gaussian Cube reader produces polygonal data by reading data files produced by the Gaussian software package. The expected file extension is .cube.<br>
The Gaussian Cube reader produces polygonal data by reading data files produced by the Gaussian software package. The expected file extension is .cube.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''B Scale'''<br>''(BScale)''
| '''B Scale'''<br>''(BScale)''
|
|
A scaling factor to compute bonds between non-hydrogen atoms
A scaling factor to compute bonds between non-hydrogen atoms


| 1
| 1
| �
| �
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the Gaussian Cube reader.
This property specifies the file name for the Gaussian Cube reader.


| �
| �
| �
| �
|-
|-
| '''H BScale'''<br>''(HBScale)''
| '''H BScale'''<br>''(HBScale)''
|
|
A scaling factor to compute bonds with hydrogen atoms.
A scaling factor to compute bonds with hydrogen atoms.


| 1
| 1
| �
| �
|}
|}




==Image Reader==
==Image Reader==




Read raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified.
Read raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified.


The Image reader reads raw regular rectilinear grid (image/volume) data from a file. Because no metadata is provided, the user must specify information about the size, spacing, dimensionality, etc. about the dataset.<br>
The Image reader reads raw regular rectilinear grid (image/volume) data from a file. Because no metadata is provided, the user must specify information about the size, spacing, dimensionality, etc. about the dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Data Byte Order'''<br>''(DataByteOrder)''
| '''Data Byte Order'''<br>''(DataByteOrder)''
|
|
This property indicates the byte order of the binary file(s).
This property indicates the byte order of the binary file(s).


| 0
| 0
|
|
The value must be one of the following: BigEndian (0), LittleEndian (1).
The value must be one of the following: BigEndian (0), LittleEndian (1).


|-
|-
| '''Data Extent'''<br>''(DataExtent)''
| '''Data Extent'''<br>''(DataExtent)''
|
|
This property specifies the minimum and maximum index values of the data in each dimension (xmin, xmax, ymin, ymax, zmin, zmax).
This property specifies the minimum and maximum index values of the data in each dimension (xmin, xmax, ymin, ymax, zmin, zmax).


| 0 0 0 0 0 0
| 0 0 0 0 0 0
| �
| �
|-
|-
| '''Data Origin'''<br>''(DataOrigin)''
| '''Data Origin'''<br>''(DataOrigin)''
|
|
The coordinate contained in this property specifies the position of the point with index (0,0,0).
The coordinate contained in this property specifies the position of the point with index (0,0,0).


| 0 0 0
| 0 0 0
| �
| �
|-
|-
| '''Data Scalar Type'''<br>''(DataScalarType)''
| '''Data Scalar Type'''<br>''(DataScalarType)''
|
|
The value of this property indicates the scalar type of the pixels/voxels in the file(s): short, int, float ...
The value of this property indicates the scalar type of the pixels/voxels in the file(s): short, int, float ...


| 4
| 4
|
|
The value must be one of the following: char (2), unsigned char (3), short (4), unsigned short (5), int (6), unsigned int (7), long (8), unsigned long (9), float (10), double (11).
The value must be one of the following: char (2), unsigned char (3), short (4), unsigned short (5), int (6), unsigned int (7), long (8), unsigned long (9), float (10), double (11).


|-
|-
| '''Data Spacing'''<br>''(DataSpacing)''
| '''Data Spacing'''<br>''(DataSpacing)''
|
|
This property specifies the size of a voxel in each dimension.
This property specifies the size of a voxel in each dimension.


| 1 1 1
| 1 1 1
| �
| �
|-
|-
| '''File Dimensionality'''<br>''(FileDimensionality)''
| '''File Dimensionality'''<br>''(FileDimensionality)''
|
|
This property indicates whether the file(s) in this dataset contain slices (2D) or volumes (3D).
This property indicates whether the file(s) in this dataset contain slices (2D) or volumes (3D).


| 3
| 3
|
|
The value must be one of the following: 2 (2), 3 (3).
The value must be one of the following: 2 (2), 3 (3).


|-
|-
| '''File Lower Left'''<br>''(FileLowerLeft)''
| '''File Lower Left'''<br>''(FileLowerLeft)''
|
|
This property determines whether the data originates in the lower left corner (on) or the upper left corner (off).  Most scientific data is written with a right-handed axes that originates in the lower left corner.  However, several 2D image file formats write the image from the upper left corner.
This property determines whether the data originates in the lower left corner (on) or the upper left corner (off).  Most scientific data is written with a right-handed axes that originates in the lower left corner.  However, several 2D image file formats write the image from the upper left corner.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''File Pattern'''<br>''(FilePattern)''
| '''File Pattern'''<br>''(FilePattern)''
|
|
The text string contained in the property specifies the format string to determine the file names necessary for reading this dataset. In creating the filenames, %s will be replaced by the prefix and %d by a digit which represents the slice number in Z. The format string is the same as that used by printf.
The text string contained in the property specifies the format string to determine the file names necessary for reading this dataset. In creating the filenames, %s will be replaced by the prefix and %d by a digit which represents the slice number in Z. The format string is the same as that used by printf.


| %s
| %s
| �
| �
|-
|-
| '''File Prefix'''<br>''(FilePrefix)''
| '''File Prefix'''<br>''(FilePrefix)''
|
|
The text string contained in this property specifies the file prefix (directory plus common initial part of file name) for the raw binary uniform rectilinear grid dataset.
The text string contained in this property specifies the file prefix (directory plus common initial part of file name) for the raw binary uniform rectilinear grid dataset.


| �
| �
| �
| �
|-
|-
| '''Number Of Scalar Components'''<br>''(NumberOfScalarComponents)''
| '''Number Of Scalar Components'''<br>''(NumberOfScalarComponents)''
|
|
This property specifies the number of componenets the scalar value at each pixel or voxel has (e.g., RGB - 3 scalar components).
This property specifies the number of componenets the scalar value at each pixel or voxel has (e.g., RGB - 3 scalar components).


| 1
| 1
| �
| �
|-
|-
| '''Scalar Array Name'''<br>''(ScalarArrayName)''
| '''Scalar Array Name'''<br>''(ScalarArrayName)''
|
|
This property contains a text string listing a name to assign to the point-centered data array read.
This property contains a text string listing a name to assign to the point-centered data array read.


| ImageFile
| ImageFile
| �
| �
|}
|}




==LSDynaReader==
==LSDynaReader==




Read LS-Dyna databases (d3plot).
Read LS-Dyna databases (d3plot).


This reader reads LS-Dyna databases.<br>
This reader reads LS-Dyna databases.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Beam Arrays'''<br>''(BeamArrayStatus)''
| '''Beam Arrays'''<br>''(BeamArrayStatus)''
|
|
Select which beam arrays to read.
Select which beam arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Deformed Mesh'''<br>''(DeformedMesh)''
| '''Deformed Mesh'''<br>''(DeformedMesh)''
|
|
Should the mesh be deformed over time (if the Deflection node array is set to load)?
Should the mesh be deformed over time (if the Deflection node array is set to load)?


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
Set the file name for the LSDyna reader.
Set the file name for the LSDyna reader.


| �
| �
| �
| �
|-
|-
| '''Part Arrays'''<br>''(PartArrayStatus)''
| '''Part Arrays'''<br>''(PartArrayStatus)''
|
|
Select which part arrays to read.
Select which part arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Particle Arrays'''<br>''(ParticleArrayStatus)''
| '''Particle Arrays'''<br>''(ParticleArrayStatus)''
|
|
Select which particle arrays to read.
Select which particle arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
Select which point-centered arrays to read.
Select which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Remove Deleted Cells'''<br>''(RemoveDeletedCells)''
| '''Remove Deleted Cells'''<br>''(RemoveDeletedCells)''
|
|
Should cells that have been deleted (failed structurally, for example) be removed from the mesh?
Should cells that have been deleted (failed structurally, for example) be removed from the mesh?


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Rigid Body Arrays'''<br>''(RigidBodyArrayStatus)''
| '''Rigid Body Arrays'''<br>''(RigidBodyArrayStatus)''
|
|
Select which rigid body arrays to load.
Select which rigid body arrays to load.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Road Surface Arrays'''<br>''(RoadSurfaceArrayStatus)''
| '''Road Surface Arrays'''<br>''(RoadSurfaceArrayStatus)''
|
|
Select which road surface arrays to read.
Select which road surface arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Shell Arrays'''<br>''(ShellArrayStatus)''
| '''Shell Arrays'''<br>''(ShellArrayStatus)''
|
|
Select which shell arrays to read.
Select which shell arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Solid Arrays'''<br>''(SolidArrayStatus)''
| '''Solid Arrays'''<br>''(SolidArrayStatus)''
|
|
Select which solid arrays to read.
Select which solid arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Split by Material Id'''<br>''(SplitByMaterialId)''
| '''Split by Material Id'''<br>''(SplitByMaterialId)''
|
|
Should each material have its own mesh, or should there be one mesh for all materials?
Should each material have its own mesh, or should there be one mesh for all materials?


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Thick Shell Arrays'''<br>''(ThickShellArrayStatus)''
| '''Thick Shell Arrays'''<br>''(ThickShellArrayStatus)''
|
|
Select which thick shell arrays to read.
Select which thick shell arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==Legacy VTK Reader==
==Legacy VTK Reader==




Read files stored in VTK's legacy file format.
Read files stored in VTK's legacy file format.


The Legacy VTK reader loads files stored in VTK's legacy file format (before VTK 4.2, although still supported). The expected file extension is .vtk. The type of the dataset may be structured grid, uniform rectilinear grid (image/volume), non-uniform rectiinear grid, unstructured grid, or polygonal. This reader also supports file series.<br>
The Legacy VTK reader loads files stored in VTK's legacy file format (before VTK 4.2, although still supported). The expected file extension is .vtk. The type of the dataset may be structured grid, uniform rectilinear grid (image/volume), non-uniform rectiinear grid, unstructured grid, or polygonal. This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
| '''File Names'''<br>''(FileNames)''
|
|
The list of files to be read by the reader. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
The list of files to be read by the reader. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|}
|}




==MFIXReader==
==MFIXReader==




Reads a dataset in MFIX file format.
Reads a dataset in MFIX file format.


vtkMFIXReader creates an unstructured grid dataset. It reads a restart<br>
vtkMFIXReader creates an unstructured grid dataset. It reads a restart<br>
file and a set of sp files.  The restart file contains the mesh <br>
file and a set of sp files.  The restart file contains the mesh <br>
information.  MFIX meshes are either cylindrical or rectilinear, but <br>
information.  MFIX meshes are either cylindrical or rectilinear, but <br>
this reader will convert them to an unstructured grid.  The sp files <br>
this reader will convert them to an unstructured grid.  The sp files <br>
contain transient data for the cells.  Each sp file has one or more <br>
contain transient data for the cells.  Each sp file has one or more <br>
variables stored inside it.<br>
variables stored inside it.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
Select which cell-centered arrays to read.
Select which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
Set the file name for the MFIX reader.
Set the file name for the MFIX reader.


| �
| �
| �
| �
|}
|}




==Meta Image reader==
==Meta Image reader==




Read binary UNC meta image data.
Read binary UNC meta image data.


The Meta Image Reader reads binary UNC meta image data, and produces uniform rectilinear (image/volume) data. The default file extensions are .mhd and .mha.<br>
The Meta Image Reader reads binary UNC meta image data, and produces uniform rectilinear (image/volume) data. The default file extensions are .mhd and .mha.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the Meta Image reader.
This property specifies the file name for the Meta Image reader.


| �
| �
| �
| �
|}
|}




==NetCDF MPAS reader==
==NetCDF MPAS reader==




Read unstructured grid data from a file.
Read unstructured grid data from a file.


The Image reader reads unstructured grid from a file.  Grid is dual grid.<br>
The Image reader reads unstructured grid from a file.  Grid is dual grid.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Array Status'''<br>''(CellArrayStatus)''
| '''Cell Array Status'''<br>''(CellArrayStatus)''
|
|
This property lists which netCDF dual-grid cell variables to load.
This property lists which netCDF dual-grid cell variables to load.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name to read.
This property specifies the file name to read.


| �
| �
| �
| �
|-
|-
| '''Point Array Status'''<br>''(PointArrayStatus)''
| '''Point Array Status'''<br>''(PointArrayStatus)''
|
|
This property lists which netCDF dual-grid point variables to load.
This property lists which netCDF dual-grid point variables to load.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Vertical Level'''<br>''(VerticalLevel)''
| '''Vertical Level'''<br>''(VerticalLevel)''
| �
| �
| 0
| 0
| �
| �
|}
|}




==NetCDF POP reader==
==NetCDF POP reader==




Read raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified.
Read raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified.


The Image reader reads raw regular rectilinear grid (image/volume) data from a file. Because no metadata is provided, the user must specify information about the size, spacing, dimensionality, etc. about the dataset.<br>
The Image reader reads raw regular rectilinear grid (image/volume) data from a file. Because no metadata is provided, the user must specify information about the size, spacing, dimensionality, etc. about the dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name to read.
This property specifies the file name to read.


| �
| �
| �
| �
|-
|-
| '''Stride'''<br>''(Stride)''
| '''Stride'''<br>''(Stride)''
|
|
This property indicate the number of indices per dimension (i,j,k) to skip between each point included
This property indicate the number of indices per dimension (i,j,k) to skip between each point included
in this output.
in this output.


| 1 1 1
| 1 1 1
|
|
The value must be greater than or equal to (1, 1, 1).
The value must be greater than or equal to (1, 1, 1).


|-
|-
| '''Variables'''<br>''(VariableArrayStatus)''
| '''Variables'''<br>''(VariableArrayStatus)''
|
|
This property lists which netCDF variables to load.
This property lists which netCDF variables to load.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==NetCDF Reader==
==NetCDF Reader==




Read regular arrays from netCDF files.  Will also read any topological information specified by the COARDS and CF conventions.
Read regular arrays from netCDF files.  Will also read any topological information specified by the COARDS and CF conventions.


Reads arrays from netCDF files into structured VTK data sets.  In<br>
Reads arrays from netCDF files into structured VTK data sets.  In<br>
the absence of any other information, the files will be read as<br>
the absence of any other information, the files will be read as<br>
image data.  This reader will also look for meta information<br>
image data.  This reader will also look for meta information<br>
specified by the CF convention that specify things like topology<br>
specified by the CF convention that specify things like topology<br>
and time.  This information can cause the output to be a nonuniform<br>
and time.  This information can cause the output to be a nonuniform<br>
rectilinear grid or curvilinear (structured) grid.  Details on the<br>
rectilinear grid or curvilinear (structured) grid.  Details on the<br>
CF convention can be found at http://cf-pcmdi.llnl.gov/.  It should<br>
CF convention can be found at http://cf-pcmdi.llnl.gov/.  It should<br>
be noted that the CF convention is a superset of the COARDS<br>
be noted that the CF convention is a superset of the COARDS<br>
convention, so COARDS conventions will also be recognized.<br>
convention, so COARDS conventions will also be recognized.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The name of the files to load.
The name of the files to load.


| �
| �
| �
| �
|-
|-
| '''Dimensions'''<br>''(Dimensions)''
| '''Dimensions'''<br>''(Dimensions)''
|
|
Load the grid with the given dimensions.  Any arrays that conform
Load the grid with the given dimensions.  Any arrays that conform
to these dimensions will be loaded.
to these dimensions will be loaded.


| �
| �
|
|
.
.


|-
|-
| '''Replace Fill Value With Nan'''<br>''(ReplaceFillValueWithNan)''
| '''Replace Fill Value With Nan'''<br>''(ReplaceFillValueWithNan)''
|
|
If on, any float or double variable read that has a _FillValue
If on, any float or double variable read that has a _FillValue
attribute will have that fill value replaced with a not-a-number
attribute will have that fill value replaced with a not-a-number
(NaN) value.  The advantage of setting these to NaN values is
(NaN) value.  The advantage of setting these to NaN values is
that, if implemented properly by the system and careful math
that, if implemented properly by the system and careful math
operations are used, they can implicitly be ignored by
operations are used, they can implicitly be ignored by
calculations like finding the range of the values.  That said,
calculations like finding the range of the values.  That said,
this option should be used with caution as VTK does not fully
this option should be used with caution as VTK does not fully
support NaN values and therefore odd calculations may occur.
support NaN values and therefore odd calculations may occur.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Spherical Coordinates'''<br>''(SphericalCoordinates)''
| '''Spherical Coordinates'''<br>''(SphericalCoordinates)''
|
|
If on, then data with latitude/longitude dimensions will be
If on, then data with latitude/longitude dimensions will be
read in as curvilinear data shaped like spherical coordinates.
read in as curvilinear data shaped like spherical coordinates.
If false, then the data will always be read in Cartesian
If false, then the data will always be read in Cartesian
coordinates.
coordinates.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Vertical Bias'''<br>''(VerticalBias)''
| '''Vertical Bias'''<br>''(VerticalBias)''
|
|
The bias of the vertical component of spherical coordinates.  It
The bias of the vertical component of spherical coordinates.  It
is common to write the vertical component with respect to
is common to write the vertical component with respect to
something other than the center of the sphere (for example, the
something other than the center of the sphere (for example, the
surface).  In this case, it might be necessary to scale and/or
surface).  In this case, it might be necessary to scale and/or
bias the vertical height.  The height will become height*scale +
bias the vertical height.  The height will become height*scale +
bias.  Keep in mind that if the positive attribute of the
bias.  Keep in mind that if the positive attribute of the
vertical dimension is down, then the height is negated.  The
vertical dimension is down, then the height is negated.  The
scaling will be adjusted if it results in invalid (negative)
scaling will be adjusted if it results in invalid (negative)
vertical values.
vertical values.


| 0
| 0
| �
| �
|-
|-
| '''Vertical Scale'''<br>''(VerticalScale)''
| '''Vertical Scale'''<br>''(VerticalScale)''
|
|
The scale of the vertical component of spherical coordinates.  It
The scale of the vertical component of spherical coordinates.  It
is common to write the vertical component with respect to
is common to write the vertical component with respect to
something other than the center of the sphere (for example, the
something other than the center of the sphere (for example, the
surface).  In this case, it might be necessary to scale and/or
surface).  In this case, it might be necessary to scale and/or
bias the vertical height.  The height will become height*scale +
bias the vertical height.  The height will become height*scale +
bias.  Keep in mind that if the positive attribute of the
bias.  Keep in mind that if the positive attribute of the
vertical dimension is down, then the height is negated.  The
vertical dimension is down, then the height is negated.  The
scaling will be adjusted if it results in invalid (negative)
scaling will be adjusted if it results in invalid (negative)
vertical values.
vertical values.


| 1
| 1
| �
| �
|}
|}




==Nrrd Reader==
==Nrrd Reader==




Read raw image files with Nrrd meta data.
Read raw image files with Nrrd meta data.


The Nrrd reader reads raw image data much like the Raw Image Reader<br>
The Nrrd reader reads raw image data much like the Raw Image Reader<br>
except that it will also read metadata information in the Nrrd format.<br>
except that it will also read metadata information in the Nrrd format.<br>
This means that the reader will automatically set information like file<br>
This means that the reader will automatically set information like file<br>
dimensions.<br><br><br>
dimensions.<br><br><br>
There are several limitations on what type of nrrd files we can<br>
There are several limitations on what type of nrrd files we can<br>
read.  This reader only supports nrrd files in raw format.  Other<br>
read.  This reader only supports nrrd files in raw format.  Other<br>
encodings like ascii and hex will result in errors.  When reading in<br>
encodings like ascii and hex will result in errors.  When reading in<br>
detached headers, this only supports reading one file that is<br>
detached headers, this only supports reading one file that is<br>
detached.<br>
detached.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Data VOI'''<br>''(DataVOI)''
| '''Data VOI'''<br>''(DataVOI)''
|
|
The data volume of interest (VOI).  The VOI is a sub-extent of the
The data volume of interest (VOI).  The VOI is a sub-extent of the
data that you want loaded.  Setting a VOI is useful when reading
data that you want loaded.  Setting a VOI is useful when reading
from a large data set and you are only interested in a small
from a large data set and you are only interested in a small
portion of the data.  If left containing all 0's, then the reader
portion of the data.  If left containing all 0's, then the reader
will load in the entire data set.
will load in the entire data set.


| 0 0 0 0 0 0
| 0 0 0 0 0 0
| �
| �
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The name of the file to read (or the meta data file that will
The name of the file to read (or the meta data file that will
point to the actual file).
point to the actual file).


| �
| �
| �
| �
|}
|}




==OpenFOAMReader==
==OpenFOAMReader==




Sorry, no help is currently available.
Sorry, no help is currently available.






{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Add dimensional units to array names'''<br>''(AddDimensionsToArrayNames)''
| '''Add dimensional units to array names'''<br>''(AddDimensionsToArrayNames)''
|
|
Read dimensional units from field data and add them to array names as human-readable string.
Read dimensional units from field data and add them to array names as human-readable string.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Cache mesh'''<br>''(CacheMesh)''
| '''Cache mesh'''<br>''(CacheMesh)''
|
|
Cache the OpenFOAM mesh between GUI selection changes.
Cache the OpenFOAM mesh between GUI selection changes.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Case Type'''<br>''(CaseType)''
| '''Case Type'''<br>''(CaseType)''
|
|
The property indicates whether decomposed mesh or reconstructed mesh should be read
The property indicates whether decomposed mesh or reconstructed mesh should be read


| 1
| 1
|
|
The value must be one of the following: Decomposed Case (0), Reconstructed Case (1).
The value must be one of the following: Decomposed Case (0), Reconstructed Case (1).


|-
|-
| '''Cell Arrays'''<br>''(CellArrays)''
| '''Cell Arrays'''<br>''(CellArrays)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Create cell-to-point filtered data'''<br>''(CreateCellToPoint)''
| '''Create cell-to-point filtered data'''<br>''(CreateCellToPoint)''
|
|
Create point data from cell data. Beware: the filter does not do inverse distance weighting.
Create point data from cell data. Beware: the filter does not do inverse distance weighting.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Decompose polyhedra'''<br>''(DecomposePolyhedra)''
| '''Decompose polyhedra'''<br>''(DecomposePolyhedra)''
|
|
Decompose polyhedra into tetrahedra and pyramids.
Decompose polyhedra into tetrahedra and pyramids.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
| �
| �
| �
| �
| �
| �
|-
|-
| '''Lagrangian Arrays'''<br>''(LagrangianArrays)''
| '''Lagrangian Arrays'''<br>''(LagrangianArrays)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''List timesteps according to controlDict'''<br>''(ListTimeStepsByControlDict)''
| '''List timesteps according to controlDict'''<br>''(ListTimeStepsByControlDict)''
|
|
List time directories listed according to the settings in controlDict.
List time directories listed according to the settings in controlDict.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Mesh Regions'''<br>''(MeshRegions)''
| '''Mesh Regions'''<br>''(MeshRegions)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrays)''
| '''Point Arrays'''<br>''(PointArrays)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Lagrangian positions are in OF 1.3 binary format'''<br>''(PositionsIsIn13Format)''
| '''Lagrangian positions are in OF 1.3 binary format'''<br>''(PositionsIsIn13Format)''
|
|
Set if Lagrangian positions files are in OpenFOAM 1.3 binary format.
Set if Lagrangian positions files are in OpenFOAM 1.3 binary format.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Read zones'''<br>''(ReadZones)''
| '''Read zones'''<br>''(ReadZones)''
|
|
Read point/face/cell-Zones?
Read point/face/cell-Zones?


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|}
|}




==PDB Reader==
==PDB Reader==




Read PDB molecule files.
Read PDB molecule files.


The PDB reader reads files in the format used by the Protein Data Bank (an archive of experimentally determined three-dimensional structures of biological macromolecules). The expected file extension is .pdb. The output datasets are polygonal.<br>
The PDB reader reads files in the format used by the Protein Data Bank (an archive of experimentally determined three-dimensional structures of biological macromolecules). The expected file extension is .pdb. The output datasets are polygonal.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the PDB reader.
This property specifies the file name for the PDB reader.


| �
| �
| �
| �
|}
|}




==PLOT3D Reader==
==PLOT3D Reader==




Read ASCII or binary PLOT3D files.
Read ASCII or binary PLOT3D files.


PLOT3D is a plotting package developed at NASA. The PLOT3D reader can read both ASCII and binary PLOT3D files. The default file extension for the geometry files is .xyz, and the default file extension for the solution files is .q. The output of this reader is a multi-block dataset containing curvilinear (structured grid) datasets.<br>
PLOT3D is a plotting package developed at NASA. The PLOT3D reader can read both ASCII and binary PLOT3D files. The default file extension for the geometry files is .xyz, and the default file extension for the solution files is .q. The output of this reader is a multi-block dataset containing curvilinear (structured grid) datasets.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Q File Name'''<br>''(QFileName)''
| '''Q File Name'''<br>''(QFileName)''
|
|
The list of .q (solution) files for the PLOT3D reader. This can be
The list of .q (solution) files for the PLOT3D reader. This can be
more than 1. If more that 1 file is specified, the reader will switch
more than 1. If more that 1 file is specified, the reader will switch
to file-series mode in which it will pretend that it can support time
to file-series mode in which it will pretend that it can support time
and provide 1 file per time step.
and provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Binary File'''<br>''(BinaryFile)''
| '''Binary File'''<br>''(BinaryFile)''
|
|
This property indicates whether the data files are binary.
This property indicates whether the data files are binary.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Byte Order'''<br>''(ByteOrder)''
| '''Byte Order'''<br>''(ByteOrder)''
|
|
This property specifies the byte order of any binary file(s).
This property specifies the byte order of any binary file(s).


| 0
| 0
|
|
The value must be one of the following: BigEndian (0), LittleEndian (1).
The value must be one of the following: BigEndian (0), LittleEndian (1).


|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the .xyz (geometry) file name for the PLOT3D reader.
This property specifies the .xyz (geometry) file name for the PLOT3D reader.


| �
| �
| �
| �
|-
|-
| '''Force Read'''<br>''(ForceRead)''
| '''Force Read'''<br>''(ForceRead)''
|
|
This property indicates whether to attempt to read the file even if it appears corrupt
This property indicates whether to attempt to read the file even if it appears corrupt


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Functions'''<br>''(Functions)''
| '''Functions'''<br>''(Functions)''
|
|
This property lists which functions (point-centered arrays) to compute.
This property lists which functions (point-centered arrays) to compute.


| �
| �
|
|
The value must be one of the following: Scalar - Pressure (110), Scalar - Temperature (120), Scalar - Enthalpy (130), Scalar - Internal energy (140), Scalar - Kinetic energy (144), Scalar - Velocity magnitude (153), Scalar - Entropy (170), Scalar - Swirl. (184), Vector - Velocity (200), Vector - Vorticity (201), Vector - Pressure gradient (210).
The value must be one of the following: Scalar - Pressure (110), Scalar - Temperature (120), Scalar - Enthalpy (130), Scalar - Internal energy (140), Scalar - Kinetic energy (144), Scalar - Velocity magnitude (153), Scalar - Entropy (170), Scalar - Swirl. (184), Vector - Velocity (200), Vector - Vorticity (201), Vector - Pressure gradient (210).


|-
|-
| '''Has Byte Count'''<br>''(HasByteCount)''
| '''Has Byte Count'''<br>''(HasByteCount)''
|
|
This property indicates whether this file uses Fortran leading-trailing byte counts.
This property indicates whether this file uses Fortran leading-trailing byte counts.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''I Blanking'''<br>''(IBlanking)''
| '''I Blanking'''<br>''(IBlanking)''
|
|
This property indicates whether this dataset has visibility information.
This property indicates whether this dataset has visibility information.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Multi Grid'''<br>''(MultiGrid)''
| '''Multi Grid'''<br>''(MultiGrid)''
|
|
This property indicates whether these files have multiple-block information.
This property indicates whether these files have multiple-block information.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Two Dimensional Geometry'''<br>''(TwoDimensionalGeometry)''
| '''Two Dimensional Geometry'''<br>''(TwoDimensionalGeometry)''
|
|
This property indicates whether the data is two- or three-dimensional.
This property indicates whether the data is two- or three-dimensional.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|}
|}




==PLY Reader==
==PLY Reader==




Read files stored in Stanford University's PLY polygonal file format.
Read files stored in Stanford University's PLY polygonal file format.


The PLY reader reads files stored in the PLY polygonal file format developed at Stanford University. The PLY files that ParaView can read must have the elements "vertex" and "face" defined. The "vertex" elements must have the propertys "x", "y", and "z". The "face" elements must have the property "vertex_indices" defined. The default file extension for this reader is .ply.<br>
The PLY reader reads files stored in the PLY polygonal file format developed at Stanford University. The PLY files that ParaView can read must have the elements "vertex" and "face" defined. The "vertex" elements must have the propertys "x", "y", and "z". The "face" elements must have the property "vertex_indices" defined. The default file extension for this reader is .ply.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the PLY reader.
This property specifies the file name for the PLY reader.


| �
| �
| �
| �
|}
|}




==POP Reader==
==POP Reader==




Read data files from the Parallel Ocean Program (POP).
Read data files from the Parallel Ocean Program (POP).


The POP reader reads data files from the Parallel Ocean Program (POP). The expected file extension is .pop. The output of this reader is a structured grid dataset. <br>
The POP reader reads data files from the Parallel Ocean Program (POP). The expected file extension is .pop. The output of this reader is a structured grid dataset. <br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Clip Extent'''<br>''(ClipExtent)''
| '''Clip Extent'''<br>''(ClipExtent)''
|
|
This property indicates the minimum and maximum extent in each dimension of the dataset (X, Y, and Z) to read.
This property indicates the minimum and maximum extent in each dimension of the dataset (X, Y, and Z) to read.


| -2147483647 2147483647 -2147483647 2147483647 -2147483647 2147483647
| -2147483647 2147483647 -2147483647 2147483647 -2147483647 2147483647
| �
| �
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the POP Ocean file reader.
This property specifies the file name for the POP Ocean file reader.


| �
| �
| �
| �
|-
|-
| '''Number Of Ghost Levels'''<br>''(NumberOfGhostLevels)''
| '''Number Of Ghost Levels'''<br>''(NumberOfGhostLevels)''
|
|
This property indicates the number of ghost levels to generate.
This property indicates the number of ghost levels to generate.


| 1
| 1
| �
| �
|-
|-
| '''Radius'''<br>''(Radius)''
| '''Radius'''<br>''(Radius)''
|
|
This property specifies the radius of the dataset.
This property specifies the radius of the dataset.


| 60000
| 60000
| �
| �
|}
|}




==PVD Reader==
==PVD Reader==




Load a dataset stored in ParaView's PVD file format.
Load a dataset stored in ParaView's PVD file format.


The PVD reader reads data stored in ParaView's PVD file format. The .pvd file is essentially a header file that collects together other data files stored in VTK's XML-based file format.<br>
The PVD reader reads data stored in ParaView's PVD file format. The .pvd file is essentially a header file that collects together other data files stored in VTK's XML-based file format.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the PVD reader.
This property specifies the file name for the PVD reader.


| �
| �
| �
| �
|}
|}




==Particles Reader==
==Particles Reader==




Read particle data.
Read particle data.


vtkParticleReader reads either a binary or a text file of particles.<br>
vtkParticleReader reads either a binary or a text file of particles.<br>
Each particle can have associated with it an optional scalar value. So<br>
Each particle can have associated with it an optional scalar value. So<br>
the format is: x, y, z, scalar (all floats or doubles). The text file<br>
the format is: x, y, z, scalar (all floats or doubles). The text file<br>
can consist of a comma delimited set of values. In most cases<br>
can consist of a comma delimited set of values. In most cases<br>
vtkParticleReader can automatically determine whether the file is text<br>
vtkParticleReader can automatically determine whether the file is text<br>
or binary.  The data can be either float or double.  Progress updates<br>
or binary.  The data can be either float or double.  Progress updates<br>
are provided.  With respect to binary files, random access into the file<br>
are provided.  With respect to binary files, random access into the file<br>
to read pieces is supported.<br>
to read pieces is supported.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader.
The list of files to be read by the reader.


| �
| �
| �
| �
|-
|-
| '''Byte Order'''<br>''(ByteOrder)''
| '''Byte Order'''<br>''(ByteOrder)''
|
|
Set/Get the byte ordering of the file you are trying to read in.
Set/Get the byte ordering of the file you are trying to read in.


| 0
| 0
|
|
The value must be one of the following: BigEndian (0), LittleEndian (1).
The value must be one of the following: BigEndian (0), LittleEndian (1).


|-
|-
| '''Data Type'''<br>''(DataType)''
| '''Data Type'''<br>''(DataType)''
|
|
Get/Set the data type.  The options are:
Get/Set the data type.  The options are:
- Float (10) (default) single precision floating point.
- Float (10) (default) single precision floating point.
- Double (11) double precision floating point.
- Double (11) double precision floating point.


| 10
| 10
|
|
The value must be one of the following: Float (10), Double (11).
The value must be one of the following: Float (10), Double (11).


|-
|-
| '''File Type'''<br>''(FileType)''
| '''File Type'''<br>''(FileType)''
|
|
Set the file type.  The options are:
Set the file type.  The options are:
- Unknown (0) (default) the reader will attempt to determine the file
- Unknown (0) (default) the reader will attempt to determine the file
type. If this fails then you should set the file type yourself.
type. If this fails then you should set the file type yourself.
- Text (1) the file type is text.
- Text (1) the file type is text.
- Binary (2) the file type is binary.
- Binary (2) the file type is binary.


| 0
| 0
|
|
The value must be one of the following: Unknown (0), Text (1), Binary (2).
The value must be one of the following: Unknown (0), Text (1), Binary (2).


|-
|-
| '''Has Scalar'''<br>''(HasScalar)''
| '''Has Scalar'''<br>''(HasScalar)''
|
|
Default: 1. If 1 then each particle has a value associated with it.
Default: 1. If 1 then each particle has a value associated with it.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|}
|}




==Partitioned Legacy VTK Reader==
==Partitioned Legacy VTK Reader==




Read files stored in VTK partitioned legacy format.
Read files stored in VTK partitioned legacy format.


The Partitioned Legacy VTK reader loads files stored in VTK's partitioned legac file format (before VTK 4.2, although still supported). The expected file extension is .pvtk. The type of the dataset may be structured grid, uniform rectilinear grid (image/volume), non-uniform rectilinear grid, unstructured grid, or polygonal.<br>
The Partitioned Legacy VTK reader loads files stored in VTK's partitioned legac file format (before VTK 4.2, although still supported). The expected file extension is .pvtk. The type of the dataset may be structured grid, uniform rectilinear grid (image/volume), non-uniform rectilinear grid, unstructured grid, or polygonal.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the Partitioned Legacy VTK reader.
This property specifies the file name for the Partitioned Legacy VTK reader.


| �
| �
| �
| �
|}
|}




==Phasta Reader==
==Phasta Reader==




Read the parallel Phasta meta-file and the underlying Phasta files.
Read the parallel Phasta meta-file and the underlying Phasta files.


This Phasta reader reads files stored in the Phasta (a CFD package) format. The expected file extension is .pht. The output of this reader is a multipiece data set.<br>
This Phasta reader reads files stored in the Phasta (a CFD package) format. The expected file extension is .pht. The output of this reader is a multipiece data set.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the Phasta reader.
This property specifies the file name for the Phasta reader.


| �
| �
| �
| �
|}
|}




==Restarted Sim Exodus Reader==
==Restarted Sim Exodus Reader==




Read collections of Exodus output files from simulations that were restarted.
Read collections of Exodus output files from simulations that were restarted.


When a simulation that outputs exodus files is restarted, typically you get a new set of output files.  When you read them in your visualization, you often want to string these file sets together as if it was one continuous dump of files.  This reader allows you to specify a metadata file that will implicitly string the files together.<br>
When a simulation that outputs exodus files is restarted, typically you get a new set of output files.  When you read them in your visualization, you often want to string these file sets together as if it was one continuous dump of files.  This reader allows you to specify a metadata file that will implicitly string the files together.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This points to a special metadata file that lists the output files for each restart.
This points to a special metadata file that lists the output files for each restart.


| �
| �
| �
| �
|-
|-
| '''Use Meta File'''<br>''(UseMetaFile)''
| '''Use Meta File'''<br>''(UseMetaFile)''
|
|
This hidden property must always be set to 1 for this proxy to work.
This hidden property must always be set to 1 for this proxy to work.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Animate Vibrations'''<br>''(AnimateVibrations)''
| '''Animate Vibrations'''<br>''(AnimateVibrations)''
|
|
If this flag is on and HasModeShapes is also on, then this reader
If this flag is on and HasModeShapes is also on, then this reader
will report a continuous time range [0,1] and animate the
will report a continuous time range [0,1] and animate the
displacements in a periodic sinusoid.  If this flag is off and
displacements in a periodic sinusoid.  If this flag is off and
HasModeShapes is on, this reader ignores time.  This flag has no
HasModeShapes is on, this reader ignores time.  This flag has no
effect if HasModeShapes is off.
effect if HasModeShapes is off.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Apply Displacements'''<br>''(ApplyDisplacements)''
| '''Apply Displacements'''<br>''(ApplyDisplacements)''
|
|
Geometric locations can include displacements. When this option is on, the nodal positions are 'displaced' by the standard exodus displacement vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.
Geometric locations can include displacements. When this option is on, the nodal positions are 'displaced' by the standard exodus displacement vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Displacement Magnitude'''<br>''(DisplacementMagnitude)''
| '''Displacement Magnitude'''<br>''(DisplacementMagnitude)''
|
|
When displacements are being applied, they are scaled by this amount.  Set to 1 for no scaling.
When displacements are being applied, they are scaled by this amount.  Set to 1 for no scaling.


| 1
| 1
| �
| �
|-
|-
| '''Edge Blocks'''<br>''(EdgeBlocks)''
| '''Edge Blocks'''<br>''(EdgeBlocks)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Edge Map Array Status'''<br>''(EdgeMapArrayStatus)''
| '''Edge Map Array Status'''<br>''(EdgeMapArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Edge Set Array Status'''<br>''(EdgeSetArrayStatus)''
| '''Edge Set Array Status'''<br>''(EdgeSetArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Edge Set Result Array Status'''<br>''(EdgeSetResultArrayStatus)''
| '''Edge Set Result Array Status'''<br>''(EdgeSetResultArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Edge Variables'''<br>''(EdgeVariables)''
| '''Edge Variables'''<br>''(EdgeVariables)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Element Blocks'''<br>''(ElementBlocks)''
| '''Element Blocks'''<br>''(ElementBlocks)''
| �
| �
| �
| �
| �
| �
|-
|-
| '''Element Map Array Status'''<br>''(ElementMapArrayStatus)''
| '''Element Map Array Status'''<br>''(ElementMapArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Element Set Array Status'''<br>''(ElementSetArrayStatus)''
| '''Element Set Array Status'''<br>''(ElementSetArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Element Set Result Array Status'''<br>''(ElementSetResultArrayStatus)''
| '''Element Set Result Array Status'''<br>''(ElementSetResultArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Element Variables'''<br>''(ElementVariables)''
| '''Element Variables'''<br>''(ElementVariables)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Exodus Model Metadata'''<br>''(ExodusModelMetadata)''
| '''Exodus Model Metadata'''<br>''(ExodusModelMetadata)''
| �
| �
| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Face Blocks'''<br>''(FaceBlocks)''
| '''Face Blocks'''<br>''(FaceBlocks)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Face Map Array Status'''<br>''(FaceMapArrayStatus)''
| '''Face Map Array Status'''<br>''(FaceMapArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Face Set Array Status'''<br>''(FaceSetArrayStatus)''
| '''Face Set Array Status'''<br>''(FaceSetArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Face Set Result Array Status'''<br>''(FaceSetResultArrayStatus)''
| '''Face Set Result Array Status'''<br>''(FaceSetResultArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Face Variables'''<br>''(FaceVariables)''
| '''Face Variables'''<br>''(FaceVariables)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Generate Global Element Id Array'''<br>''(GenerateGlobalElementIdArray)''
| '''Generate Global Element Id Array'''<br>''(GenerateGlobalElementIdArray)''
| �
| �
| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Generate Global Node Id Array'''<br>''(GenerateGlobalNodeIdArray)''
| '''Generate Global Node Id Array'''<br>''(GenerateGlobalNodeIdArray)''
| �
| �
| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Generate Object Id Cell Array'''<br>''(GenerateObjectIdCellArray)''
| '''Generate Object Id Cell Array'''<br>''(GenerateObjectIdCellArray)''
| �
| �
| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Global Variables'''<br>''(GlobalVariables)''
| '''Global Variables'''<br>''(GlobalVariables)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Has Mode Shapes'''<br>''(HasModeShapes)''
| '''Has Mode Shapes'''<br>''(HasModeShapes)''
|
|
Some simulations overload the Exodus time steps to represent mode
Some simulations overload the Exodus time steps to represent mode
shapes.  In this case, it does not make sense to iterate over the
shapes.  In this case, it does not make sense to iterate over the
"time steps", because they are not meant to be played in order.
"time steps", because they are not meant to be played in order.
Rather, each represents the vibration at a different "mode."
Rather, each represents the vibration at a different "mode."
Setting the value of this property to 1 changes the semantics of the reader to not
Setting the value of this property to 1 changes the semantics of the reader to not
report the time steps to downstream filters.
report the time steps to downstream filters.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Mode Shape'''<br>''(ModeShape)''
| '''Mode Shape'''<br>''(ModeShape)''
|
|
Specify the current mode shape when HasModeShapes in on.
Specify the current mode shape when HasModeShapes in on.


| 1
| 1
| �
| �
|-
|-
| '''Node Map Array Status'''<br>''(NodeMapArrayStatus)''
| '''Node Map Array Status'''<br>''(NodeMapArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Node Set Array Status'''<br>''(NodeSetArrayStatus)''
| '''Node Set Array Status'''<br>''(NodeSetArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Node Set Result Array Status'''<br>''(NodeSetResultArrayStatus)''
| '''Node Set Result Array Status'''<br>''(NodeSetResultArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Variables'''<br>''(PointVariables)''
| '''Point Variables'''<br>''(PointVariables)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Side Set Array Status'''<br>''(SideSetArrayStatus)''
| '''Side Set Array Status'''<br>''(SideSetArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Side Set Result Array Status'''<br>''(SideSetResultArrayStatus)''
| '''Side Set Result Array Status'''<br>''(SideSetResultArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''XML File Name'''<br>''(XMLFileName)''
| '''XML File Name'''<br>''(XMLFileName)''
|
|
This property specifies the name of an XML file containing part and material descriptions and a mapping to element blocks.
This property specifies the name of an XML file containing part and material descriptions and a mapping to element blocks.


| �
| �
| �
| �
|}
|}




==Restarted Sim Spy Plot Reader==
==Restarted Sim Spy Plot Reader==




Read collections of SPCTH files from simulations that were restarted.
Read collections of SPCTH files from simulations that were restarted.


When a CTH simulation is restarted, typically you get a new set of output files.  When you read them in your visualization, you often want to string these file sets together as if it was one continuous dump of files.  This reader allows you to specify a metadata file that will implicitly string the files together.<br>
When a CTH simulation is restarted, typically you get a new set of output files.  When you read them in your visualization, you often want to string these file sets together as if it was one continuous dump of files.  This reader allows you to specify a metadata file that will implicitly string the files together.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This points to a special metadata file that lists the output files for each restart.
This points to a special metadata file that lists the output files for each restart.


| �
| �
| �
| �
|-
|-
| '''Use Meta File'''<br>''(UseMetaFile)''
| '''Use Meta File'''<br>''(UseMetaFile)''
|
|
This hidden property must always be set to 1 for this proxy to work.
This hidden property must always be set to 1 for this proxy to work.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Distribute Files'''<br>''(DistributeFiles)''
| '''Distribute Files'''<br>''(DistributeFiles)''
|
|
In parallel mode, if this property is set to 1, the reader will distribute files or blocks.
In parallel mode, if this property is set to 1, the reader will distribute files or blocks.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Down Convert Volume Fraction'''<br>''(DownConvertVolumeFraction)''
| '''Down Convert Volume Fraction'''<br>''(DownConvertVolumeFraction)''
|
|
If this property is set to 0, the type of the volume fraction is float; is set to 1, the type is unsigned char.
If this property is set to 0, the type of the volume fraction is float; is set to 1, the type is unsigned char.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Generate Active Block Array'''<br>''(GenerateActiveBlockArray)''
| '''Generate Active Block Array'''<br>''(GenerateActiveBlockArray)''
|
|
If this property is set to 1, a cell array will be generated that stores the active status of a block.
If this property is set to 1, a cell array will be generated that stores the active status of a block.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Generate Block Id Array'''<br>''(GenerateBlockIdArray)''
| '''Generate Block Id Array'''<br>''(GenerateBlockIdArray)''
|
|
If this property is set to 1, a cell array will be generated that stores a unique blockId for each block.
If this property is set to 1, a cell array will be generated that stores a unique blockId for each block.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Generate Level Array'''<br>''(GenerateLevelArray)''
| '''Generate Level Array'''<br>''(GenerateLevelArray)''
|
|
If this property is set to 1, a cell array will be generated that stores the level of each block.
If this property is set to 1, a cell array will be generated that stores the level of each block.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|}
|}




==SESAME Reader==
==SESAME Reader==




Read SESAME data files, producing rectilinear grids.
Read SESAME data files, producing rectilinear grids.


The SESAME reader reads SESAME data files, and outputs rectilinear grids. The expected file extension is .sesame.<br>
The SESAME reader reads SESAME data files, and outputs rectilinear grids. The expected file extension is .sesame.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the SESAME reader.
This property specifies the file name for the SESAME reader.


| �
| �
| �
| �
|-
|-
| '''Table Id'''<br>''(TableId)''
| '''Table Id'''<br>''(TableId)''
|
|
This proeprty indicates which table to read.
This proeprty indicates which table to read.


| -1
| -1
|
|
The value must be one of the following:.
The value must be one of the following:.


|}
|}




==SLAC Data Reader==
==SLAC Data Reader==






A reader for a data format used by Omega3p, Tau3p, and several<br>
A reader for a data format used by Omega3p, Tau3p, and several<br>
other tools used at the Standford Linear Accelerator Center (SLAC).<br>
other tools used at the Standford Linear Accelerator Center (SLAC).<br>
The underlying format uses netCDF to store arrays, but also imposes<br>
The underlying format uses netCDF to store arrays, but also imposes<br>
several conventions to form an unstructured grid of elements.<br>
several conventions to form an unstructured grid of elements.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Mesh File Name'''<br>''(MeshFileName)''
| '''Mesh File Name'''<br>''(MeshFileName)''
|
|
The name of the mesh file to load.
The name of the mesh file to load.


| �
| �
| �
| �
|-
|-
| '''Mode File Name'''<br>''(ModeFileName)''
| '''Mode File Name'''<br>''(ModeFileName)''
|
|
The name of the mode files to load.  The points in the mode file should be the same as the mesh file.
The name of the mode files to load.  The points in the mode file should be the same as the mesh file.


| �
| �
| �
| �
|-
|-
| '''Read External Surface'''<br>''(ReadExternalSurface)''
| '''Read External Surface'''<br>''(ReadExternalSurface)''
|
|
If on, read the external surfaces of the data set.
If on, read the external surfaces of the data set.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Read Internal Volume'''<br>''(ReadInternalVolume)''
| '''Read Internal Volume'''<br>''(ReadInternalVolume)''
|
|
If on, read the internal volume of the data set.
If on, read the internal volume of the data set.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Read Midpoints'''<br>''(ReadMidpoints)''
| '''Read Midpoints'''<br>''(ReadMidpoints)''
|
|
If on, reads midpoint information for external surfaces and builds
If on, reads midpoint information for external surfaces and builds
quadratic surface triangles.
quadratic surface triangles.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|}
|}




==SLAC Particle Data Reader==
==SLAC Particle Data Reader==






The SLAC Particle data reader.<br>
The SLAC Particle data reader.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
A list of files to be read in a time series.
A list of files to be read in a time series.


| �
| �
| �
| �
|}
|}




==STL Reader==
==STL Reader==




Read ASCII or binary stereo lithography (STL) files.
Read ASCII or binary stereo lithography (STL) files.


The STL reader reads ASCII or binary stereo lithography (STL) files. The expected file extension is .stl. The output of this reader is a polygonal dataset. This reader also supports file series.<br>
The STL reader reads ASCII or binary stereo lithography (STL) files. The expected file extension is .stl. The output of this reader is a polygonal dataset. This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
| '''File Names'''<br>''(FileNames)''
|
|
The list of files to be read by the reader. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
The list of files to be read by the reader. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|}
|}




==Spy Plot Reader==
==Spy Plot Reader==




Read files in the SPCTH Spy Plot file format.
Read files in the SPCTH Spy Plot file format.


The Spy Plot reader loads an ASCII meta-file called the "case" file (extension .spcth). The case file lists all the binary files containing the dataset. This reader produces hierarchical datasets.<br>
The Spy Plot reader loads an ASCII meta-file called the "case" file (extension .spcth). The case file lists all the binary files containing the dataset. This reader produces hierarchical datasets.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Distribute Files'''<br>''(DistributeFiles)''
| '''Distribute Files'''<br>''(DistributeFiles)''
|
|
In parallel mode, if this property is set to 1, the reader will distribute files or blocks.
In parallel mode, if this property is set to 1, the reader will distribute files or blocks.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Down Convert Volume Fraction'''<br>''(DownConvertVolumeFraction)''
| '''Down Convert Volume Fraction'''<br>''(DownConvertVolumeFraction)''
|
|
If this property is set to 0, the type of the volume fraction is float; is set to 1, the type is unsigned char.
If this property is set to 0, the type of the volume fraction is float; is set to 1, the type is unsigned char.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the Spy Plot reader.
This property specifies the file name for the Spy Plot reader.


| �
| �
| �
| �
|-
|-
| '''Generate Active Block Array'''<br>''(GenerateActiveBlockArray)''
| '''Generate Active Block Array'''<br>''(GenerateActiveBlockArray)''
|
|
If this property is set to 1, a cell array will be generated that stores the active status of a block.
If this property is set to 1, a cell array will be generated that stores the active status of a block.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Generate Block Id Array'''<br>''(GenerateBlockIdArray)''
| '''Generate Block Id Array'''<br>''(GenerateBlockIdArray)''
|
|
If this property is set to 1, a cell array will be generated that stores a unique blockId for each block.
If this property is set to 1, a cell array will be generated that stores a unique blockId for each block.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Generate Level Array'''<br>''(GenerateLevelArray)''
| '''Generate Level Array'''<br>''(GenerateLevelArray)''
|
|
If this property is set to 1, a cell array will be generated that stores the level of each block.
If this property is set to 1, a cell array will be generated that stores the level of each block.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Generate Tracer Array'''<br>''(GenerateTracerArray)''
| '''Generate Tracer Array'''<br>''(GenerateTracerArray)''
|
|
If this property is set to 1, a cell array will be generated that stores the coordinates of any tracers.
If this property is set to 1, a cell array will be generated that stores the coordinates of any tracers.


| 0
| 0
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|-
|-
| '''Merge XYZComponents'''<br>''(MergeXYZComponents)''
| '''Merge XYZComponents'''<br>''(MergeXYZComponents)''
|
|
If this property is set to 1, cell arrays named (for example) X velocity, Y velocity and Z velocity will be combined into a single vector array named velocity.
If this property is set to 1, cell arrays named (for example) X velocity, Y velocity and Z velocity will be combined into a single vector array named velocity.


| 1
| 1
|
|
Only the values 0 and 1 are accepted.
Only the values 0 and 1 are accepted.


|}
|}




==TIFF Reader==
==TIFF Reader==




Read a TIFF file into an image data.
Read a TIFF file into an image data.


The TIFF reader reads TIFF (Tagged Image File Format) files, and the output is a uniform rectilinear (image/volume) dataset. The default file extension is .png.<br>
The TIFF reader reads TIFF (Tagged Image File Format) files, and the output is a uniform rectilinear (image/volume) dataset. The default file extension is .png.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the TIFF reader.
This property specifies the file name for the TIFF reader.


| �
| �
| �
| �
|}
|}




==Tecplot Reader==
==Tecplot Reader==




Read files in the Tecplot ASCII file format.
Read files in the Tecplot ASCII file format.


The Tecplot reader extracts multiple zones (blocks) of data from a Tecplot ASCII file, in which a zone is stored in either point packing mode (i.e., tuple-based, with only point data supported) or block packing mode (i.e., component-based, with point data and cell data supported). The output of the reader is a vtkMultiBlockDataset, of which each block is either a vtkStructuredGrid or a vtkUnstructuredGrid. This supports reading a file series.<br>
The Tecplot reader extracts multiple zones (blocks) of data from a Tecplot ASCII file, in which a zone is stored in either point packing mode (i.e., tuple-based, with only point data supported) or block packing mode (i.e., component-based, with point data and cell data supported). The output of the reader is a vtkMultiBlockDataset, of which each block is either a vtkStructuredGrid or a vtkUnstructuredGrid. This supports reading a file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
| '''File Names'''<br>''(FileNames)''
|
|
The list of files to be read by the reader.
The list of files to be read by the reader.


| �
| �
| �
| �
|-
|-
| '''Data Arrays'''<br>''(DataArrayStatus)''
| '''Data Arrays'''<br>''(DataArrayStatus)''
|
|
This property lists what dataset attribute arrays (point data and cell data) to read.
This property lists what dataset attribute arrays (point data and cell data) to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==VPIC Reader==
==VPIC Reader==




Sorry, no help is currently available.
Sorry, no help is currently available.






{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
| �
| �
| �
| �
| �
| �
|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Stride'''<br>''(SetStride)''
| '''Stride'''<br>''(SetStride)''
| �
| �
| 1 1 1
| 1 1 1
|
|
The value must be greater than or equal to 1.
The value must be greater than or equal to 1.


|-
|-
| '''X Extent'''<br>''(XExtent)''
| '''X Extent'''<br>''(XExtent)''
| �
| �
| -1 -1
| -1 -1
| �
| �
|-
|-
| '''Y Extent'''<br>''(YExtent)''
| '''Y Extent'''<br>''(YExtent)''
| �
| �
| -1 -1
| -1 -1
| �
| �
|-
|-
| '''Z Extent'''<br>''(ZExtent)''
| '''Z Extent'''<br>''(ZExtent)''
| �
| �
| -1 -1
| -1 -1
| �
| �
|}
|}




==VRML Reader==
==VRML Reader==




Load the geometry from a VRML 2.0 file.
Load the geometry from a VRML 2.0 file.


The VRML reader loads only the geometry from a VRML (Virtual Reality Modeling Language) 2.0 file. The expected file extension is .wrl. The output of this reader is a polygonal dataset.<br>
The VRML reader loads only the geometry from a VRML (Virtual Reality Modeling Language) 2.0 file. The expected file extension is .wrl. The output of this reader is a polygonal dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the VRML reader.
This property specifies the file name for the VRML reader.


| �
| �
| �
| �
|}
|}




==Wavefront OBJ Reader==
==Wavefront OBJ Reader==




Read Wavefront .OBJ files to produce polygonal and line data.
Read Wavefront .OBJ files to produce polygonal and line data.


The OBJ reader reads data stored in Wavefront .OBJ format.<br>
The OBJ reader reads data stored in Wavefront .OBJ format.<br>
The expected file extension is .obj, the datasets resulting<br>
The expected file extension is .obj, the datasets resulting<br>
from reading these files are polygons and lines.<br>
from reading these files are polygons and lines.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the OBJ reader.
This property specifies the file name for the OBJ reader.


| �
| �
| �
| �
|}
|}




==WindBlade reader==
==WindBlade reader==




Sorry, no help is currently available.
Sorry, no help is currently available.






{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
| �
| �
| �
| �
| �
| �
|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
| �
| �
| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==XDMF Reader==
==XDMF Reader==




Read XDMF (eXtensible Data Model and Format) files.
Read XDMF (eXtensible Data Model and Format) files.


The XDMF reader reads files in XDMF format. The expected file extension<br>
The XDMF reader reads files in XDMF format. The expected file extension<br>
is .xmf. Metadata is stored in the XDMF file using an XML format, and<br>
is .xmf. Metadata is stored in the XDMF file using an XML format, and<br>
large attribute arrays are stored in a corresponding HDF5 file. The<br>
large attribute arrays are stored in a corresponding HDF5 file. The<br>
output may be unstructured grid, structured grid, or rectiliner grid.<br>
output may be unstructured grid, structured grid, or rectiliner grid.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which the cell-centered arrays to read.
This property lists which the cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the XDMF reader.
This property specifies the file name for the XDMF reader.


| �
| �
| �
| �
|-
|-
| '''Grids'''<br>''(GridStatus)''
| '''Grids'''<br>''(GridStatus)''
| �
| �
| �
| �
| �
| �
|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which the point-centered arrays to read.
This property lists which the point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Sets'''<br>''(SetStatus)''
| '''Sets'''<br>''(SetStatus)''
|
|
Select the sets to be loaded from the dataset, if any.
Select the sets to be loaded from the dataset, if any.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Stride'''<br>''(Stride)''
| '''Stride'''<br>''(Stride)''
|
|
If loading structured data, this property indicate the number of
If loading structured data, this property indicate the number of
indices per dimension (X, Y, or Z) to skip between each point included
indices per dimension (X, Y, or Z) to skip between each point included
in this output.
in this output.


| 1 1 1
| 1 1 1
|
|
The value must be greater than or equal to (1, 1, 1).
The value must be greater than or equal to (1, 1, 1).


|}
|}




==XML Hierarchical Box Data reader==
==XML Hierarchical Box Data reader==




Read a VTK XML-based data file containing a hierarchical dataset containing vtkUniformGrids.
Read a VTK XML-based data file containing a hierarchical dataset containing vtkUniformGrids.


The XML Hierarchical Box Data reader reads VTK's XML-based file format<br>
The XML Hierarchical Box Data reader reads VTK's XML-based file format<br>
containing a vtkHierarchicalBoxDataSet. The expected file extensions is<br>
containing a vtkHierarchicalBoxDataSet. The expected file extensions is<br>
either .vthb or .vth.<br>
either .vthb or .vth.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be
The list of files to be read by the reader. Each file is expected to be
in the VTK XML polygonal dataset format. The standard extension is
in the VTK XML polygonal dataset format. The standard extension is
.vtp. If more than 1 file is specified, the reader will switch to file
.vtp. If more than 1 file is specified, the reader will switch to file
series mode in which it will pretend that it can support time and
series mode in which it will pretend that it can support time and
provide 1 file per time step.
provide 1 file per time step.


| �
| �
| �
| �
|}
|}




==XML Image Data Reader==
==XML Image Data Reader==




Read serial VTK XML image data files.
Read serial VTK XML image data files.


The XML Image Data reader reads the VTK XML image data file format. The standard extension is .vti. This reader also supports file series.<br>
The XML Image Data reader reads the VTK XML image data file format. The standard extension is .vti. This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be in the VTK XML image data format. The standard extension is .vti. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
The list of files to be read by the reader. Each file is expected to be in the VTK XML image data format. The standard extension is .vti. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==XML MultiBlock Data Reader==
==XML MultiBlock Data Reader==




Read a VTK XML multi-block data file and the serial VTK XML data files to which it points.
Read a VTK XML multi-block data file and the serial VTK XML data files to which it points.


The XML Multi-Block Data reader reads the VTK XML multi-block data file<br>
The XML Multi-Block Data reader reads the VTK XML multi-block data file<br>
format. XML multi-block data files are meta-files that point to a list of<br>
format. XML multi-block data files are meta-files that point to a list of<br>
serial VTK XML files. When reading in parallel, this reader will<br>
serial VTK XML files. When reading in parallel, this reader will<br>
distribute sub-blocks among processors. The expected file extensions are<br>
distribute sub-blocks among processors. The expected file extensions are<br>
.vtm and .vtmb.<br>
.vtm and .vtmb.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be
The list of files to be read by the reader. Each file is expected to be
in the VTK XML polygonal dataset format. The standard extension is
in the VTK XML polygonal dataset format. The standard extension is
.vtp. If more than 1 file is specified, the reader will switch to file
.vtp. If more than 1 file is specified, the reader will switch to file
series mode in which it will pretend that it can support time and
series mode in which it will pretend that it can support time and
provide 1 file per time step.
provide 1 file per time step.


| �
| �
| �
| �
|}
|}




==XML Partitioned Image Data Reader==
==XML Partitioned Image Data Reader==




Read the summary file and the associated VTK XML image data files.
Read the summary file and the associated VTK XML image data files.


The XML Partitioned Image Data reader reads the partitioned VTK image data file format. It reads the partitioned format's summary file and then the associated VTK XML image data files. The expected file extension is .pvti. This reader also supports file series.<br>
The XML Partitioned Image Data reader reads the partitioned VTK image data file format. It reads the partitioned format's summary file and then the associated VTK XML image data files. The expected file extension is .pvti. This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML image data format. The standard extension is .pvti. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML image data format. The standard extension is .pvti. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This propert lists which cell-centered arrays to read.
This propert lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==XML Partitioned Polydata Reader==
==XML Partitioned Polydata Reader==




Read the summary file and the assicoated VTK XML polydata files.
Read the summary file and the assicoated VTK XML polydata files.


The XML Partitioned Polydata reader reads the partitioned VTK polydata file format. It reads the partitioned format's summary file and then the associated VTK XML polydata files. The expected file extension is .pvtp.  This reader also supports file series.<br>
The XML Partitioned Polydata reader reads the partitioned VTK polydata file format. It reads the partitioned format's summary file and then the associated VTK XML polydata files. The expected file extension is .pvtp.  This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML polygonal dataset format. The standard extension is .pvtp. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML polygonal dataset format. The standard extension is .pvtp. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==XML Partitioned Rectilinear Grid Reader==
==XML Partitioned Rectilinear Grid Reader==




Read the summary file and the associated VTK XML rectilinear grid data files.
Read the summary file and the associated VTK XML rectilinear grid data files.


The XML Partitioned Rectilinear Grid reader reads the partitioned VTK rectilinear grid file format. It reads the partitioned format's summary file and then the associated VTK XML rectilinear grid files. The expected file extension is .pvtr. This reader also supports file series.<br>
The XML Partitioned Rectilinear Grid reader reads the partitioned VTK rectilinear grid file format. It reads the partitioned format's summary file and then the associated VTK XML rectilinear grid files. The expected file extension is .pvtr. This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML rectilinear grid data format. The standard extension is .pvtr. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML rectilinear grid data format. The standard extension is .pvtr. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==XML Partitioned Structured Grid Reader==
==XML Partitioned Structured Grid Reader==




Read the summary file and the associated VTK XML structured grid data files.
Read the summary file and the associated VTK XML structured grid data files.


The XML Partitioned Structured Grid reader reads the partitioned VTK structured grid data file format. It reads the partitioned format's summary file and then the associated VTK XML structured grid data files. The expected file extension is .pvts. This reader also supports file series.<br>
The XML Partitioned Structured Grid reader reads the partitioned VTK structured grid data file format. It reads the partitioned format's summary file and then the associated VTK XML structured grid data files. The expected file extension is .pvts. This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML structured grid data format. The standard extension is .pvts. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML structured grid data format. The standard extension is .pvts. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==XML Partitioned Unstructured Grid Reader==
==XML Partitioned Unstructured Grid Reader==




Read the summary file and the associated VTK XML unstructured grid data files.
Read the summary file and the associated VTK XML unstructured grid data files.


The XML Partitioned Unstructured Grid reader reads the partitioned VTK unstructured grid data file format. It reads the partitioned format's summary file and then the associated VTK XML unstructured grid data files. The expected file extension is .pvtu. This reader also supports file series.<br>
The XML Partitioned Unstructured Grid reader reads the partitioned VTK unstructured grid data file format. It reads the partitioned format's summary file and then the associated VTK XML unstructured grid data files. The expected file extension is .pvtu. This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML unstructured grid data format. The standard extension is .pvtu. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML unstructured grid data format. The standard extension is .pvtu. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==XML PolyData Reader==
==XML PolyData Reader==




Read serial VTK XML polydata files.
Read serial VTK XML polydata files.


The XML Polydata reader reads the VTK XML polydata file format. The standard extension is .vtp.  This reader also supports file series.<br>
The XML Polydata reader reads the VTK XML polydata file format. The standard extension is .vtp.  This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be in the VTK XML polygonal dataset format. The standard extension is .vtp. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
The list of files to be read by the reader. Each file is expected to be in the VTK XML polygonal dataset format. The standard extension is .vtp. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==XML Rectilinear Grid Reader==
==XML Rectilinear Grid Reader==




Read serial VTK XML rectilinear grid data files.
Read serial VTK XML rectilinear grid data files.


The XML Rectilinear Grid reader reads the VTK XML rectilinear grid data file format. The standard extension is .vtr. This reader also supports file series.<br>
The XML Rectilinear Grid reader reads the VTK XML rectilinear grid data file format. The standard extension is .vtr. This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be in the VTK XML rectilinear grid data format. The standard extension is .vtr. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
The list of files to be read by the reader. Each file is expected to be in the VTK XML rectilinear grid data format. The standard extension is .vtr. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==XML Structured Grid Reader==
==XML Structured Grid Reader==




Read serial VTK XML structured grid data files.
Read serial VTK XML structured grid data files.


The XML Structured Grid reader reads the VTK XML structured grid data file format. The standard extension is .vts. This reader also supports file series.<br>
The XML Structured Grid reader reads the VTK XML structured grid data file format. The standard extension is .vts. This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be in the VTK XML structured grid data format. The standard extension is .vts. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
The list of files to be read by the reader. Each file is expected to be in the VTK XML structured grid data format. The standard extension is .vts. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==XML Unstructured Grid Reader==
==XML Unstructured Grid Reader==




Read serial VTK XML unstructured grid data files.
Read serial VTK XML unstructured grid data files.


The XML Unstructured Grid reader reads the VTK XML unstructured grid data file format. The standard extension is .vtu. This reader also supports file series.<br>
The XML Unstructured Grid reader reads the VTK XML unstructured grid data file format. The standard extension is .vtu. This reader also supports file series.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
The list of files to be read by the reader. Each file is expected to be in the VTK XML unstructured grid data format. The standard extension is .vtu. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.
The list of files to be read by the reader. Each file is expected to be in the VTK XML unstructured grid data format. The standard extension is .vtu. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


| �
| �
| �
| �
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which cell-centered arrays to read.
This property lists which cell-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.
This property lists which point-centered arrays to read.


| �
| �
|
|
The list of array names is provided by the reader.
The list of array names is provided by the reader.


|}
|}




==XYZ Reader==
==XYZ Reader==




Read XYZ molecular data files into a polygonal dataset.
Read XYZ molecular data files into a polygonal dataset.


The XYZ reader reads XYZ molecular data files. The expected file extension is .xyz. The output of this reader is a polygonal dataset.<br>
The XYZ reader reads XYZ molecular data files. The expected file extension is .xyz. The output of this reader is a polygonal dataset.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the XYZ reader.
This property specifies the file name for the XYZ reader.


| �
| �
| �
| �
|-
|-
| '''Time Step'''<br>''(TimeStep)''
| '''Time Step'''<br>''(TimeStep)''
|
|
This property specifies the timestep the XYZ reader should load.
This property specifies the timestep the XYZ reader should load.


| 0
| 0
| �
| �
|}
|}




==proSTAR (STARCD) Reader==
==proSTAR (STARCD) Reader==




Reads geometry in proSTAR (STARCD) file format.
Reads geometry in proSTAR (STARCD) file format.


ProStarReader creates an unstructured grid dataset.<br>
ProStarReader creates an unstructured grid dataset.<br>
It reads .cel/.vrt files stored in proSTAR (STARCD) ASCII format.<br>
It reads .cel/.vrt files stored in proSTAR (STARCD) ASCII format.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
| '''Description'''
| '''Description'''
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
| '''File Name'''<br>''(FileName)''
|
|
Set the file name for the proSTAR (STARCD) reader.
Set the file name for the proSTAR (STARCD) reader.


| �
| �
| �
| �
|-
|-
| '''Scale Factor'''<br>''(ScaleFactor)''
| '''Scale Factor'''<br>''(ScaleFactor)''
|
|
Scaling factor for the points
Scaling factor for the points


| 0
| 0
| �
| �
|}
|}

Revision as of 15:39, 12 October 2010

ParaViewUsersGuide



AVS UCD Reader

Read binary or ASCII files stored in AVS UCD format.


The AVS UCD reader reads binary or ASCII files stored in AVS UCD format.

The default file extension is .inp. The output of this reader is

unstructured grid. This supports reading a file series.


Property Description Default Value(s) Restrictions
File Names
(FileNames)

The list of files to be read by the reader. If more than 1 file is

specified, the reader will switch to file series mode in which it will

pretend that it can support time and provide 1 file per time step.


Cell Arrays
(CellArrayStatus)

This property contains a list of the cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property contains a list of the point-centered arrays to read.


The list of array names is provided by the reader.



BYU Reader

Read Movie.BYU files to produce polygonal data.


The BYU reader reads data stored in Movie.BYU format. The expected file extension is .g. The datasets resulting from reading these files are polygonal.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the BYU reader.



COSMO Reader

Read a cosmology file into a vtkUnstructuredGrid.


The Cosmology reader reads a binary file of particle location,

velocity, and id creating a vtkUnstructuredGrid. The default

file extension is .cosmo. Reads LANL Cosmo format or Gadget format.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader.


Cosmo Format
(CosmoFormat)

If checked, the data will be read as the LANL Cosmo format. If unchecked, the data will be read as Gadget-2 format.


1

Only the values 0 and 1 are accepted.


overlap (shared point/ghost cell gap distance)
(Overlap)

The space in rL units to extend processor particle ownership for ghost particles/cells. Needed for correct halo calculation when halos cross processor boundaries in parallel computation.


5

The value must be greater than or equal to 0.


rL (physical box side length)
(RL)

The box side length used to wrap particles around if they exceed rL (or less than 0) in any dimension.


90.1408

The value must be greater than or equal to 0.



CSV Reader

Read a comma-separated values file into a 1D rectilinear grid.


The CSV reader reads a comma-separated values file into a 1D rectilinear

grid. If the file was saved using the CSVWriter, then the rectilinear

grid's points and point data can be restored as well as the cell data.

Otherwise all the data in the CSV file is treated as cell data. The

default file extension is .csv.

This can read file series as well.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be

a csv file. If more than 1 file is specified, the reader will switch to

file series mode in which it will pretend that it can support time and

provide 1 file per time step.


Detect Numeric Columns
(DetectNumericColumns)

When set to true, the reader will detect numeric columns and create

vtkDoubleArray or vtkIntArray for those instead of vtkStringArray.


1

Only the values 0 and 1 are accepted.


Field Delimiter Characters
(FieldDelimiterCharacters)

This property lists the characters that may be used to separate fields. For

example, a value of "," indicates a comma-separated value file. A

value of ".:;" indicates that columns may be separated by a

period, colon or semicolon. The order of the characters in the text

string does not matter.


,
Have Headers
(HaveHeaders)

If the value of this property is 1, treat the first line of the file as headers.


1

Only the values 0 and 1 are accepted.


Merge Consecutive Delimiters
(MergeConsecutiveDelimiters)

Whether to merge successive delimiters. Use this if (for example) your fields are separated

by spaces but you don't know exactly how many.


0

Only the values 0 and 1 are accepted.


Use String Delimiter
(UseStringDelimiter)

This property indicates whether to use the string delimiter.


1

Only the values 0 and 1 are accepted.



DEM Reader

Read a DEM (Digital Elevation Model) file.


The DEM reader reads Digital Elevation Model files containing elevation values derived from the U. S. Geologic Survey. The default file extension is .dem. This reader produces uniform rectilinear (image/volume) data output.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the DEM (Digital Elevation Map) reader.



EnSight Master Server Reader

Read files in EnSight's Master Server format.


The EnSight Master Server reader reads EnSight's parallel files. The master file ususally has a .sos extension and may point to multiple .case files. The output is a multi-block dataset.


Property Description Default Value(s) Restrictions
Byte Order
(ByteOrder)

This property indicates the byte order of the binary file(s).


0

The value must be one of the following: BigEndian (0), LittleEndian (1).


Case File Name
(CaseFileName)

This property specifies the name of the .sos file for the EnSight Master Server reader.


Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.


The list of array names is provided by the reader.


Set Time Value
(SetTimeValue)

This property indicates which time value to read.


0


EnSight Reader

Read EnSight 6 and Gold files.


The EnSight reader reads files in the format produced by CEI's EnSight. EnSight 6 and Gold files (both ASCII and binary) are supported. The default extension is .case. The output of this reader is a multi-block dataset.


Property Description Default Value(s) Restrictions
Case File Name
(CaseFileName)

This property specifies the case file name for the EnSight reader.


Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.


The list of array names is provided by the reader.



Enzo Reader

Read multi-block dataset from an Enzo file.


This Enzo reader loads data stored in Enzo format. The output of this reader is a multi-block dataset.


Property Description Default Value(s) Restrictions
Block Output Type
(BlockOutputType)

The property indicates the output type of each block, either vtkImageData (by default) or vtkRectilinearGrid.


0

The value must be one of the following: Image Data (0), Rectilinear Grid (1).


File Name
(FileName)

This property specifies the file name for the Enzo reader.


Load Particles
(LoadParticles)

Load particles when on.


1

Only the values 0 and 1 are accepted.


Max Level
(MaxLevel)

Do not blocks above this level.


100


ExodusIIReader

Read an Exodus II file to produce an unstructured grid.


The Exodus reader loads Exodus II files and produces an unstructured grid output. The default file extensions are .g, .e, .ex2, .ex2v2, .exo, .gen, .exoII, .exii, .0, .00, .000, and .0000 .


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the Exodus reader.


Use Meta File
(UseMetaFile)

This hidden property must always be set to 1 for this proxy to work.


0

Only the values 0 and 1 are accepted.


Animate Vibrations
(AnimateVibrations)

If this flag is on and HasModeShapes is also on, then this reader

will report a continuous time range [0,1] and animate the

displacements in a periodic sinusoid. If this flag is off and

HasModeShapes is on, this reader ignores time. This flag has no

effect if HasModeShapes is off.


1

Only the values 0 and 1 are accepted.


Apply Displacements
(ApplyDisplacements)

Geometric locations can include displacements. When this option is on, the nodal positions are 'displaced' by the standard exodus displacement vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.


1

Only the values 0 and 1 are accepted.


Displacement Magnitude
(DisplacementMagnitude)

When displacements are being applied, they are scaled by this amount. Set to 1 for no scaling.


1
Edge Blocks
(EdgeBlocks)

The list of array names is provided by the reader.


Edge Map Array Status
(EdgeMapArrayStatus)

The list of array names is provided by the reader.


Edge Set Array Status
(EdgeSetArrayStatus)

The list of array names is provided by the reader.


Edge Set Result Array Status
(EdgeSetResultArrayStatus)

The list of array names is provided by the reader.


Edge Variables
(EdgeVariables)

The list of array names is provided by the reader.


Element Blocks
(ElementBlocks)
Element Map Array Status
(ElementMapArrayStatus)

The list of array names is provided by the reader.


Element Set Array Status
(ElementSetArrayStatus)

The list of array names is provided by the reader.


Element Set Result Array Status
(ElementSetResultArrayStatus)

The list of array names is provided by the reader.


Element Variables
(ElementVariables)

The list of array names is provided by the reader.


Exodus Model Metadata
(ExodusModelMetadata)
0

Only the values 0 and 1 are accepted.


Face Blocks
(FaceBlocks)

The list of array names is provided by the reader.


Face Map Array Status
(FaceMapArrayStatus)

The list of array names is provided by the reader.


Face Set Array Status
(FaceSetArrayStatus)

The list of array names is provided by the reader.


Face Set Result Array Status
(FaceSetResultArrayStatus)

The list of array names is provided by the reader.


Face Variables
(FaceVariables)

The list of array names is provided by the reader.


File Pattern
(FilePattern)

This property contains a text string specifying the pattern used to load files. There are two parts to it: the prefix (%s) and the file number (%i). The format used is the same as that used for printf.


File Prefix
(FilePrefix)

This property specifies the file root used with the file pattern to format a file name. (See the File Pattern property.)


File Range
(FileRange)

This property controls the indices of the first and last files to be read.


-1 -1
Generate Global Element Id Array
(GenerateGlobalElementIdArray)
1

Only the values 0 and 1 are accepted.


Generate Global Node Id Array
(GenerateGlobalNodeIdArray)
1

Only the values 0 and 1 are accepted.


Generate Object Id Cell Array
(GenerateObjectIdCellArray)
1

Only the values 0 and 1 are accepted.


Global Variables
(GlobalVariables)

The list of array names is provided by the reader.


Has Mode Shapes
(HasModeShapes)

Some simulations overload the Exodus time steps to represent mode

shapes. In this case, it does not make sense to iterate over the

"time steps", because they are not meant to be played in order.

Rather, each represents the vibration at a different "mode."

Setting the value of this property to 1 changes the semantics of the reader to not

report the time steps to downstream filters.


0

Only the values 0 and 1 are accepted.


Mode Shape
(ModeShape)

Specify the current mode shape when HasModeShapes in on.


1
Node Map Array Status
(NodeMapArrayStatus)

The list of array names is provided by the reader.


Node Set Array Status
(NodeSetArrayStatus)

The list of array names is provided by the reader.


Node Set Result Array Status
(NodeSetResultArrayStatus)

The list of array names is provided by the reader.


Point Variables
(PointVariables)

The list of array names is provided by the reader.


Side Set Array Status
(SideSetArrayStatus)

The list of array names is provided by the reader.


Side Set Result Array Status
(SideSetResultArrayStatus)

The list of array names is provided by the reader.


XML File Name
(XMLFileName)

This property specifies the name of an XML file containing part and material descriptions and a mapping to element blocks.



FLUENTReader

Reads a dataset in Fluent file format.


FLUENTReader creates an unstructured grid dataset. It reads .cas and

.dat files stored in FLUENT native format.


Property Description Default Value(s) Restrictions
Cell Arrays
(CellArrayStatus)

Select which cell-centered arrays to read.


The list of array names is provided by the reader.


File Name
(FileName)

Set the file name for the FLUENT reader.



Flash Reader

Read multi-block dataset from a Flash file.


This Flash reader loads data stored in Flash format. The output of this reader is a multi-block dataset.


Property Description Default Value(s) Restrictions
Block Output Type
(BlockOutputType)

The property indicates the output type of each block, either vtkImageData (by default) or vtkRectilinearGrid.


0

The value must be one of the following: Image Data (0), Rectilinear Grid (1).


File Name
(FileName)

This property specifies the file name for the Flash reader.


Load Morton Curve
(LoadMortonCurve)

Generate morton curve when on.


0

Only the values 0 and 1 are accepted.


Load Particles
(LoadParticles)

Load particles when on.


1

Only the values 0 and 1 are accepted.



Gaussian Cube Reader

Produce polygonal data by reading a Gaussian Cube file.


The Gaussian Cube reader produces polygonal data by reading data files produced by the Gaussian software package. The expected file extension is .cube.


Property Description Default Value(s) Restrictions
B Scale
(BScale)

A scaling factor to compute bonds between non-hydrogen atoms


1
File Name
(FileName)

This property specifies the file name for the Gaussian Cube reader.


H BScale
(HBScale)

A scaling factor to compute bonds with hydrogen atoms.


1


Image Reader

Read raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified.


The Image reader reads raw regular rectilinear grid (image/volume) data from a file. Because no metadata is provided, the user must specify information about the size, spacing, dimensionality, etc. about the dataset.


Property Description Default Value(s) Restrictions
Data Byte Order
(DataByteOrder)

This property indicates the byte order of the binary file(s).


0

The value must be one of the following: BigEndian (0), LittleEndian (1).


Data Extent
(DataExtent)

This property specifies the minimum and maximum index values of the data in each dimension (xmin, xmax, ymin, ymax, zmin, zmax).


0 0 0 0 0 0
Data Origin
(DataOrigin)

The coordinate contained in this property specifies the position of the point with index (0,0,0).


0 0 0
Data Scalar Type
(DataScalarType)

The value of this property indicates the scalar type of the pixels/voxels in the file(s): short, int, float ...


4

The value must be one of the following: char (2), unsigned char (3), short (4), unsigned short (5), int (6), unsigned int (7), long (8), unsigned long (9), float (10), double (11).


Data Spacing
(DataSpacing)

This property specifies the size of a voxel in each dimension.


1 1 1
File Dimensionality
(FileDimensionality)

This property indicates whether the file(s) in this dataset contain slices (2D) or volumes (3D).


3

The value must be one of the following: 2 (2), 3 (3).


File Lower Left
(FileLowerLeft)

This property determines whether the data originates in the lower left corner (on) or the upper left corner (off). Most scientific data is written with a right-handed axes that originates in the lower left corner. However, several 2D image file formats write the image from the upper left corner.


1

Only the values 0 and 1 are accepted.


File Pattern
(FilePattern)

The text string contained in the property specifies the format string to determine the file names necessary for reading this dataset. In creating the filenames, %s will be replaced by the prefix and %d by a digit which represents the slice number in Z. The format string is the same as that used by printf.


%s
File Prefix
(FilePrefix)

The text string contained in this property specifies the file prefix (directory plus common initial part of file name) for the raw binary uniform rectilinear grid dataset.


Number Of Scalar Components
(NumberOfScalarComponents)

This property specifies the number of componenets the scalar value at each pixel or voxel has (e.g., RGB - 3 scalar components).


1
Scalar Array Name
(ScalarArrayName)

This property contains a text string listing a name to assign to the point-centered data array read.


ImageFile


LSDynaReader

Read LS-Dyna databases (d3plot).


This reader reads LS-Dyna databases.


Property Description Default Value(s) Restrictions
Beam Arrays
(BeamArrayStatus)

Select which beam arrays to read.


The list of array names is provided by the reader.


Deformed Mesh
(DeformedMesh)

Should the mesh be deformed over time (if the Deflection node array is set to load)?


1

Only the values 0 and 1 are accepted.


File Name
(FileName)

Set the file name for the LSDyna reader.


Part Arrays
(PartArrayStatus)

Select which part arrays to read.


The list of array names is provided by the reader.


Particle Arrays
(ParticleArrayStatus)

Select which particle arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

Select which point-centered arrays to read.


The list of array names is provided by the reader.


Remove Deleted Cells
(RemoveDeletedCells)

Should cells that have been deleted (failed structurally, for example) be removed from the mesh?


1

Only the values 0 and 1 are accepted.


Rigid Body Arrays
(RigidBodyArrayStatus)

Select which rigid body arrays to load.


The list of array names is provided by the reader.


Road Surface Arrays
(RoadSurfaceArrayStatus)

Select which road surface arrays to read.


The list of array names is provided by the reader.


Shell Arrays
(ShellArrayStatus)

Select which shell arrays to read.


The list of array names is provided by the reader.


Solid Arrays
(SolidArrayStatus)

Select which solid arrays to read.


The list of array names is provided by the reader.


Split by Material Id
(SplitByMaterialId)

Should each material have its own mesh, or should there be one mesh for all materials?


0

Only the values 0 and 1 are accepted.


Thick Shell Arrays
(ThickShellArrayStatus)

Select which thick shell arrays to read.


The list of array names is provided by the reader.



Legacy VTK Reader

Read files stored in VTK's legacy file format.


The Legacy VTK reader loads files stored in VTK's legacy file format (before VTK 4.2, although still supported). The expected file extension is .vtk. The type of the dataset may be structured grid, uniform rectilinear grid (image/volume), non-uniform rectiinear grid, unstructured grid, or polygonal. This reader also supports file series.


Property Description Default Value(s) Restrictions
File Names
(FileNames)

The list of files to be read by the reader. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.



MFIXReader

Reads a dataset in MFIX file format.


vtkMFIXReader creates an unstructured grid dataset. It reads a restart

file and a set of sp files. The restart file contains the mesh

information. MFIX meshes are either cylindrical or rectilinear, but

this reader will convert them to an unstructured grid. The sp files

contain transient data for the cells. Each sp file has one or more

variables stored inside it.


Property Description Default Value(s) Restrictions
Cell Arrays
(CellArrayStatus)

Select which cell-centered arrays to read.


The list of array names is provided by the reader.


File Name
(FileName)

Set the file name for the MFIX reader.



Meta Image reader

Read binary UNC meta image data.


The Meta Image Reader reads binary UNC meta image data, and produces uniform rectilinear (image/volume) data. The default file extensions are .mhd and .mha.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the Meta Image reader.



NetCDF MPAS reader

Read unstructured grid data from a file.


The Image reader reads unstructured grid from a file. Grid is dual grid.


Property Description Default Value(s) Restrictions
Cell Array Status
(CellArrayStatus)

This property lists which netCDF dual-grid cell variables to load.


The list of array names is provided by the reader.


File Name
(FileName)

This property specifies the file name to read.


Point Array Status
(PointArrayStatus)

This property lists which netCDF dual-grid point variables to load.


The list of array names is provided by the reader.


Vertical Level
(VerticalLevel)
0


NetCDF POP reader

Read raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified.


The Image reader reads raw regular rectilinear grid (image/volume) data from a file. Because no metadata is provided, the user must specify information about the size, spacing, dimensionality, etc. about the dataset.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name to read.


Stride
(Stride)

This property indicate the number of indices per dimension (i,j,k) to skip between each point included

in this output.


1 1 1

The value must be greater than or equal to (1, 1, 1).


Variables
(VariableArrayStatus)

This property lists which netCDF variables to load.


The list of array names is provided by the reader.



NetCDF Reader

Read regular arrays from netCDF files. Will also read any topological information specified by the COARDS and CF conventions.


Reads arrays from netCDF files into structured VTK data sets. In

the absence of any other information, the files will be read as

image data. This reader will also look for meta information

specified by the CF convention that specify things like topology

and time. This information can cause the output to be a nonuniform

rectilinear grid or curvilinear (structured) grid. Details on the

CF convention can be found at http://cf-pcmdi.llnl.gov/. It should

be noted that the CF convention is a superset of the COARDS

convention, so COARDS conventions will also be recognized.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The name of the files to load.


Dimensions
(Dimensions)

Load the grid with the given dimensions. Any arrays that conform

to these dimensions will be loaded.


.


Replace Fill Value With Nan
(ReplaceFillValueWithNan)

If on, any float or double variable read that has a _FillValue

attribute will have that fill value replaced with a not-a-number

(NaN) value. The advantage of setting these to NaN values is

that, if implemented properly by the system and careful math

operations are used, they can implicitly be ignored by

calculations like finding the range of the values. That said,

this option should be used with caution as VTK does not fully

support NaN values and therefore odd calculations may occur.


0

Only the values 0 and 1 are accepted.


Spherical Coordinates
(SphericalCoordinates)

If on, then data with latitude/longitude dimensions will be

read in as curvilinear data shaped like spherical coordinates.

If false, then the data will always be read in Cartesian

coordinates.


1

Only the values 0 and 1 are accepted.


Vertical Bias
(VerticalBias)

The bias of the vertical component of spherical coordinates. It

is common to write the vertical component with respect to

something other than the center of the sphere (for example, the

surface). In this case, it might be necessary to scale and/or

bias the vertical height. The height will become height*scale +

bias. Keep in mind that if the positive attribute of the

vertical dimension is down, then the height is negated. The

scaling will be adjusted if it results in invalid (negative)

vertical values.


0
Vertical Scale
(VerticalScale)

The scale of the vertical component of spherical coordinates. It

is common to write the vertical component with respect to

something other than the center of the sphere (for example, the

surface). In this case, it might be necessary to scale and/or

bias the vertical height. The height will become height*scale +

bias. Keep in mind that if the positive attribute of the

vertical dimension is down, then the height is negated. The

scaling will be adjusted if it results in invalid (negative)

vertical values.


1


Nrrd Reader

Read raw image files with Nrrd meta data.


The Nrrd reader reads raw image data much like the Raw Image Reader

except that it will also read metadata information in the Nrrd format.

This means that the reader will automatically set information like file

dimensions.


There are several limitations on what type of nrrd files we can

read. This reader only supports nrrd files in raw format. Other

encodings like ascii and hex will result in errors. When reading in

detached headers, this only supports reading one file that is

detached.


Property Description Default Value(s) Restrictions
Data VOI
(DataVOI)

The data volume of interest (VOI). The VOI is a sub-extent of the

data that you want loaded. Setting a VOI is useful when reading

from a large data set and you are only interested in a small

portion of the data. If left containing all 0's, then the reader

will load in the entire data set.


0 0 0 0 0 0
File Name
(FileName)

The name of the file to read (or the meta data file that will

point to the actual file).



OpenFOAMReader

Sorry, no help is currently available.



Property Description Default Value(s) Restrictions
Add dimensional units to array names
(AddDimensionsToArrayNames)

Read dimensional units from field data and add them to array names as human-readable string.


0

Only the values 0 and 1 are accepted.


Cache mesh
(CacheMesh)

Cache the OpenFOAM mesh between GUI selection changes.


1

Only the values 0 and 1 are accepted.


Case Type
(CaseType)

The property indicates whether decomposed mesh or reconstructed mesh should be read


1

The value must be one of the following: Decomposed Case (0), Reconstructed Case (1).


Cell Arrays
(CellArrays)

The list of array names is provided by the reader.


Create cell-to-point filtered data
(CreateCellToPoint)

Create point data from cell data. Beware: the filter does not do inverse distance weighting.


1

Only the values 0 and 1 are accepted.


Decompose polyhedra
(DecomposePolyhedra)

Decompose polyhedra into tetrahedra and pyramids.


1

Only the values 0 and 1 are accepted.


File Name
(FileName)
Lagrangian Arrays
(LagrangianArrays)

The list of array names is provided by the reader.


List timesteps according to controlDict
(ListTimeStepsByControlDict)

List time directories listed according to the settings in controlDict.


0

Only the values 0 and 1 are accepted.


Mesh Regions
(MeshRegions)

The list of array names is provided by the reader.


Point Arrays
(PointArrays)

The list of array names is provided by the reader.


Lagrangian positions are in OF 1.3 binary format
(PositionsIsIn13Format)

Set if Lagrangian positions files are in OpenFOAM 1.3 binary format.


0

Only the values 0 and 1 are accepted.


Read zones
(ReadZones)

Read point/face/cell-Zones?


0

Only the values 0 and 1 are accepted.



PDB Reader

Read PDB molecule files.


The PDB reader reads files in the format used by the Protein Data Bank (an archive of experimentally determined three-dimensional structures of biological macromolecules). The expected file extension is .pdb. The output datasets are polygonal.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the PDB reader.



PLOT3D Reader

Read ASCII or binary PLOT3D files.


PLOT3D is a plotting package developed at NASA. The PLOT3D reader can read both ASCII and binary PLOT3D files. The default file extension for the geometry files is .xyz, and the default file extension for the solution files is .q. The output of this reader is a multi-block dataset containing curvilinear (structured grid) datasets.


Property Description Default Value(s) Restrictions
Q File Name
(QFileName)

The list of .q (solution) files for the PLOT3D reader. This can be

more than 1. If more that 1 file is specified, the reader will switch

to file-series mode in which it will pretend that it can support time

and provide 1 file per time step.


Binary File
(BinaryFile)

This property indicates whether the data files are binary.


1

Only the values 0 and 1 are accepted.


Byte Order
(ByteOrder)

This property specifies the byte order of any binary file(s).


0

The value must be one of the following: BigEndian (0), LittleEndian (1).


File Name
(FileName)

This property specifies the .xyz (geometry) file name for the PLOT3D reader.


Force Read
(ForceRead)

This property indicates whether to attempt to read the file even if it appears corrupt


0

Only the values 0 and 1 are accepted.


Functions
(Functions)

This property lists which functions (point-centered arrays) to compute.


The value must be one of the following: Scalar - Pressure (110), Scalar - Temperature (120), Scalar - Enthalpy (130), Scalar - Internal energy (140), Scalar - Kinetic energy (144), Scalar - Velocity magnitude (153), Scalar - Entropy (170), Scalar - Swirl. (184), Vector - Velocity (200), Vector - Vorticity (201), Vector - Pressure gradient (210).


Has Byte Count
(HasByteCount)

This property indicates whether this file uses Fortran leading-trailing byte counts.


0

Only the values 0 and 1 are accepted.


I Blanking
(IBlanking)

This property indicates whether this dataset has visibility information.


0

Only the values 0 and 1 are accepted.


Multi Grid
(MultiGrid)

This property indicates whether these files have multiple-block information.


0

Only the values 0 and 1 are accepted.


Two Dimensional Geometry
(TwoDimensionalGeometry)

This property indicates whether the data is two- or three-dimensional.


0

Only the values 0 and 1 are accepted.



PLY Reader

Read files stored in Stanford University's PLY polygonal file format.


The PLY reader reads files stored in the PLY polygonal file format developed at Stanford University. The PLY files that ParaView can read must have the elements "vertex" and "face" defined. The "vertex" elements must have the propertys "x", "y", and "z". The "face" elements must have the property "vertex_indices" defined. The default file extension for this reader is .ply.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the PLY reader.



POP Reader

Read data files from the Parallel Ocean Program (POP).


The POP reader reads data files from the Parallel Ocean Program (POP). The expected file extension is .pop. The output of this reader is a structured grid dataset.


Property Description Default Value(s) Restrictions
Clip Extent
(ClipExtent)

This property indicates the minimum and maximum extent in each dimension of the dataset (X, Y, and Z) to read.


-2147483647 2147483647 -2147483647 2147483647 -2147483647 2147483647
File Name
(FileName)

This property specifies the file name for the POP Ocean file reader.


Number Of Ghost Levels
(NumberOfGhostLevels)

This property indicates the number of ghost levels to generate.


1
Radius
(Radius)

This property specifies the radius of the dataset.


60000


PVD Reader

Load a dataset stored in ParaView's PVD file format.


The PVD reader reads data stored in ParaView's PVD file format. The .pvd file is essentially a header file that collects together other data files stored in VTK's XML-based file format.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the PVD reader.



Particles Reader

Read particle data.


vtkParticleReader reads either a binary or a text file of particles.

Each particle can have associated with it an optional scalar value. So

the format is: x, y, z, scalar (all floats or doubles). The text file

can consist of a comma delimited set of values. In most cases

vtkParticleReader can automatically determine whether the file is text

or binary. The data can be either float or double. Progress updates

are provided. With respect to binary files, random access into the file

to read pieces is supported.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader.


Byte Order
(ByteOrder)

Set/Get the byte ordering of the file you are trying to read in.


0

The value must be one of the following: BigEndian (0), LittleEndian (1).


Data Type
(DataType)

Get/Set the data type. The options are:

- Float (10) (default) single precision floating point.

- Double (11) double precision floating point.


10

The value must be one of the following: Float (10), Double (11).


File Type
(FileType)

Set the file type. The options are:

- Unknown (0) (default) the reader will attempt to determine the file

type. If this fails then you should set the file type yourself.

- Text (1) the file type is text.

- Binary (2) the file type is binary.


0

The value must be one of the following: Unknown (0), Text (1), Binary (2).


Has Scalar
(HasScalar)

Default: 1. If 1 then each particle has a value associated with it.


1

Only the values 0 and 1 are accepted.



Partitioned Legacy VTK Reader

Read files stored in VTK partitioned legacy format.


The Partitioned Legacy VTK reader loads files stored in VTK's partitioned legac file format (before VTK 4.2, although still supported). The expected file extension is .pvtk. The type of the dataset may be structured grid, uniform rectilinear grid (image/volume), non-uniform rectilinear grid, unstructured grid, or polygonal.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the Partitioned Legacy VTK reader.



Phasta Reader

Read the parallel Phasta meta-file and the underlying Phasta files.


This Phasta reader reads files stored in the Phasta (a CFD package) format. The expected file extension is .pht. The output of this reader is a multipiece data set.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the Phasta reader.



Restarted Sim Exodus Reader

Read collections of Exodus output files from simulations that were restarted.


When a simulation that outputs exodus files is restarted, typically you get a new set of output files. When you read them in your visualization, you often want to string these file sets together as if it was one continuous dump of files. This reader allows you to specify a metadata file that will implicitly string the files together.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This points to a special metadata file that lists the output files for each restart.


Use Meta File
(UseMetaFile)

This hidden property must always be set to 1 for this proxy to work.


1

Only the values 0 and 1 are accepted.


Animate Vibrations
(AnimateVibrations)

If this flag is on and HasModeShapes is also on, then this reader

will report a continuous time range [0,1] and animate the

displacements in a periodic sinusoid. If this flag is off and

HasModeShapes is on, this reader ignores time. This flag has no

effect if HasModeShapes is off.


1

Only the values 0 and 1 are accepted.


Apply Displacements
(ApplyDisplacements)

Geometric locations can include displacements. When this option is on, the nodal positions are 'displaced' by the standard exodus displacement vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.


1

Only the values 0 and 1 are accepted.


Displacement Magnitude
(DisplacementMagnitude)

When displacements are being applied, they are scaled by this amount. Set to 1 for no scaling.


1
Edge Blocks
(EdgeBlocks)

The list of array names is provided by the reader.


Edge Map Array Status
(EdgeMapArrayStatus)

The list of array names is provided by the reader.


Edge Set Array Status
(EdgeSetArrayStatus)

The list of array names is provided by the reader.


Edge Set Result Array Status
(EdgeSetResultArrayStatus)

The list of array names is provided by the reader.


Edge Variables
(EdgeVariables)

The list of array names is provided by the reader.


Element Blocks
(ElementBlocks)
Element Map Array Status
(ElementMapArrayStatus)

The list of array names is provided by the reader.


Element Set Array Status
(ElementSetArrayStatus)

The list of array names is provided by the reader.


Element Set Result Array Status
(ElementSetResultArrayStatus)

The list of array names is provided by the reader.


Element Variables
(ElementVariables)

The list of array names is provided by the reader.


Exodus Model Metadata
(ExodusModelMetadata)
0

Only the values 0 and 1 are accepted.


Face Blocks
(FaceBlocks)

The list of array names is provided by the reader.


Face Map Array Status
(FaceMapArrayStatus)

The list of array names is provided by the reader.


Face Set Array Status
(FaceSetArrayStatus)

The list of array names is provided by the reader.


Face Set Result Array Status
(FaceSetResultArrayStatus)

The list of array names is provided by the reader.


Face Variables
(FaceVariables)

The list of array names is provided by the reader.


Generate Global Element Id Array
(GenerateGlobalElementIdArray)
1

Only the values 0 and 1 are accepted.


Generate Global Node Id Array
(GenerateGlobalNodeIdArray)
1

Only the values 0 and 1 are accepted.


Generate Object Id Cell Array
(GenerateObjectIdCellArray)
1

Only the values 0 and 1 are accepted.


Global Variables
(GlobalVariables)

The list of array names is provided by the reader.


Has Mode Shapes
(HasModeShapes)

Some simulations overload the Exodus time steps to represent mode

shapes. In this case, it does not make sense to iterate over the

"time steps", because they are not meant to be played in order.

Rather, each represents the vibration at a different "mode."

Setting the value of this property to 1 changes the semantics of the reader to not

report the time steps to downstream filters.


0

Only the values 0 and 1 are accepted.


Mode Shape
(ModeShape)

Specify the current mode shape when HasModeShapes in on.


1
Node Map Array Status
(NodeMapArrayStatus)

The list of array names is provided by the reader.


Node Set Array Status
(NodeSetArrayStatus)

The list of array names is provided by the reader.


Node Set Result Array Status
(NodeSetResultArrayStatus)

The list of array names is provided by the reader.


Point Variables
(PointVariables)

The list of array names is provided by the reader.


Side Set Array Status
(SideSetArrayStatus)

The list of array names is provided by the reader.


Side Set Result Array Status
(SideSetResultArrayStatus)

The list of array names is provided by the reader.


XML File Name
(XMLFileName)

This property specifies the name of an XML file containing part and material descriptions and a mapping to element blocks.



Restarted Sim Spy Plot Reader

Read collections of SPCTH files from simulations that were restarted.


When a CTH simulation is restarted, typically you get a new set of output files. When you read them in your visualization, you often want to string these file sets together as if it was one continuous dump of files. This reader allows you to specify a metadata file that will implicitly string the files together.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This points to a special metadata file that lists the output files for each restart.


Use Meta File
(UseMetaFile)

This hidden property must always be set to 1 for this proxy to work.


1

Only the values 0 and 1 are accepted.


Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Distribute Files
(DistributeFiles)

In parallel mode, if this property is set to 1, the reader will distribute files or blocks.


1

Only the values 0 and 1 are accepted.


Down Convert Volume Fraction
(DownConvertVolumeFraction)

If this property is set to 0, the type of the volume fraction is float; is set to 1, the type is unsigned char.


1

Only the values 0 and 1 are accepted.


Generate Active Block Array
(GenerateActiveBlockArray)

If this property is set to 1, a cell array will be generated that stores the active status of a block.


0

Only the values 0 and 1 are accepted.


Generate Block Id Array
(GenerateBlockIdArray)

If this property is set to 1, a cell array will be generated that stores a unique blockId for each block.


0

Only the values 0 and 1 are accepted.


Generate Level Array
(GenerateLevelArray)

If this property is set to 1, a cell array will be generated that stores the level of each block.


0

Only the values 0 and 1 are accepted.



SESAME Reader

Read SESAME data files, producing rectilinear grids.


The SESAME reader reads SESAME data files, and outputs rectilinear grids. The expected file extension is .sesame.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the SESAME reader.


Table Id
(TableId)

This proeprty indicates which table to read.


-1

The value must be one of the following:.



SLAC Data Reader


A reader for a data format used by Omega3p, Tau3p, and several

other tools used at the Standford Linear Accelerator Center (SLAC).

The underlying format uses netCDF to store arrays, but also imposes

several conventions to form an unstructured grid of elements.


Property Description Default Value(s) Restrictions
Mesh File Name
(MeshFileName)

The name of the mesh file to load.


Mode File Name
(ModeFileName)

The name of the mode files to load. The points in the mode file should be the same as the mesh file.


Read External Surface
(ReadExternalSurface)

If on, read the external surfaces of the data set.


1

Only the values 0 and 1 are accepted.


Read Internal Volume
(ReadInternalVolume)

If on, read the internal volume of the data set.


0

Only the values 0 and 1 are accepted.


Read Midpoints
(ReadMidpoints)

If on, reads midpoint information for external surfaces and builds

quadratic surface triangles.


0

Only the values 0 and 1 are accepted.



SLAC Particle Data Reader


The SLAC Particle data reader.


Property Description Default Value(s) Restrictions
File Name
(FileName)

A list of files to be read in a time series.



STL Reader

Read ASCII or binary stereo lithography (STL) files.


The STL reader reads ASCII or binary stereo lithography (STL) files. The expected file extension is .stl. The output of this reader is a polygonal dataset. This reader also supports file series.


Property Description Default Value(s) Restrictions
File Names
(FileNames)

The list of files to be read by the reader. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.



Spy Plot Reader

Read files in the SPCTH Spy Plot file format.


The Spy Plot reader loads an ASCII meta-file called the "case" file (extension .spcth). The case file lists all the binary files containing the dataset. This reader produces hierarchical datasets.


Property Description Default Value(s) Restrictions
Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Distribute Files
(DistributeFiles)

In parallel mode, if this property is set to 1, the reader will distribute files or blocks.


1

Only the values 0 and 1 are accepted.


Down Convert Volume Fraction
(DownConvertVolumeFraction)

If this property is set to 0, the type of the volume fraction is float; is set to 1, the type is unsigned char.


1

Only the values 0 and 1 are accepted.


File Name
(FileName)

This property specifies the file name for the Spy Plot reader.


Generate Active Block Array
(GenerateActiveBlockArray)

If this property is set to 1, a cell array will be generated that stores the active status of a block.


0

Only the values 0 and 1 are accepted.


Generate Block Id Array
(GenerateBlockIdArray)

If this property is set to 1, a cell array will be generated that stores a unique blockId for each block.


0

Only the values 0 and 1 are accepted.


Generate Level Array
(GenerateLevelArray)

If this property is set to 1, a cell array will be generated that stores the level of each block.


0

Only the values 0 and 1 are accepted.


Generate Tracer Array
(GenerateTracerArray)

If this property is set to 1, a cell array will be generated that stores the coordinates of any tracers.


0

Only the values 0 and 1 are accepted.


Merge XYZComponents
(MergeXYZComponents)

If this property is set to 1, cell arrays named (for example) X velocity, Y velocity and Z velocity will be combined into a single vector array named velocity.


1

Only the values 0 and 1 are accepted.



TIFF Reader

Read a TIFF file into an image data.


The TIFF reader reads TIFF (Tagged Image File Format) files, and the output is a uniform rectilinear (image/volume) dataset. The default file extension is .png.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the TIFF reader.



Tecplot Reader

Read files in the Tecplot ASCII file format.


The Tecplot reader extracts multiple zones (blocks) of data from a Tecplot ASCII file, in which a zone is stored in either point packing mode (i.e., tuple-based, with only point data supported) or block packing mode (i.e., component-based, with point data and cell data supported). The output of the reader is a vtkMultiBlockDataset, of which each block is either a vtkStructuredGrid or a vtkUnstructuredGrid. This supports reading a file series.


Property Description Default Value(s) Restrictions
File Names
(FileNames)

The list of files to be read by the reader.


Data Arrays
(DataArrayStatus)

This property lists what dataset attribute arrays (point data and cell data) to read.


The list of array names is provided by the reader.



VPIC Reader

Sorry, no help is currently available.



Property Description Default Value(s) Restrictions
File Name
(FileName)
Point Arrays
(PointArrayStatus)

The list of array names is provided by the reader.


Stride
(SetStride)
1 1 1

The value must be greater than or equal to 1.


X Extent
(XExtent)
-1 -1
Y Extent
(YExtent)
-1 -1
Z Extent
(ZExtent)
-1 -1


VRML Reader

Load the geometry from a VRML 2.0 file.


The VRML reader loads only the geometry from a VRML (Virtual Reality Modeling Language) 2.0 file. The expected file extension is .wrl. The output of this reader is a polygonal dataset.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the VRML reader.



Wavefront OBJ Reader

Read Wavefront .OBJ files to produce polygonal and line data.


The OBJ reader reads data stored in Wavefront .OBJ format.

The expected file extension is .obj, the datasets resulting

from reading these files are polygons and lines.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the OBJ reader.



WindBlade reader

Sorry, no help is currently available.



Property Description Default Value(s) Restrictions
File Name
(FileName)
Point Arrays
(PointArrayStatus)

The list of array names is provided by the reader.



XDMF Reader

Read XDMF (eXtensible Data Model and Format) files.


The XDMF reader reads files in XDMF format. The expected file extension

is .xmf. Metadata is stored in the XDMF file using an XML format, and

large attribute arrays are stored in a corresponding HDF5 file. The

output may be unstructured grid, structured grid, or rectiliner grid.


Property Description Default Value(s) Restrictions
Cell Arrays
(CellArrayStatus)

This property lists which the cell-centered arrays to read.


The list of array names is provided by the reader.


File Name
(FileName)

This property specifies the file name for the XDMF reader.


Grids
(GridStatus)
Point Arrays
(PointArrayStatus)

This property lists which the point-centered arrays to read.


The list of array names is provided by the reader.


Sets
(SetStatus)

Select the sets to be loaded from the dataset, if any.


The list of array names is provided by the reader.


Stride
(Stride)

If loading structured data, this property indicate the number of

indices per dimension (X, Y, or Z) to skip between each point included

in this output.


1 1 1

The value must be greater than or equal to (1, 1, 1).



XML Hierarchical Box Data reader

Read a VTK XML-based data file containing a hierarchical dataset containing vtkUniformGrids.


The XML Hierarchical Box Data reader reads VTK's XML-based file format

containing a vtkHierarchicalBoxDataSet. The expected file extensions is

either .vthb or .vth.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be

in the VTK XML polygonal dataset format. The standard extension is

.vtp. If more than 1 file is specified, the reader will switch to file

series mode in which it will pretend that it can support time and

provide 1 file per time step.



XML Image Data Reader

Read serial VTK XML image data files.


The XML Image Data reader reads the VTK XML image data file format. The standard extension is .vti. This reader also supports file series.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be in the VTK XML image data format. The standard extension is .vti. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.


The list of array names is provided by the reader.



XML MultiBlock Data Reader

Read a VTK XML multi-block data file and the serial VTK XML data files to which it points.


The XML Multi-Block Data reader reads the VTK XML multi-block data file

format. XML multi-block data files are meta-files that point to a list of

serial VTK XML files. When reading in parallel, this reader will

distribute sub-blocks among processors. The expected file extensions are

.vtm and .vtmb.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be

in the VTK XML polygonal dataset format. The standard extension is

.vtp. If more than 1 file is specified, the reader will switch to file

series mode in which it will pretend that it can support time and

provide 1 file per time step.



XML Partitioned Image Data Reader

Read the summary file and the associated VTK XML image data files.


The XML Partitioned Image Data reader reads the partitioned VTK image data file format. It reads the partitioned format's summary file and then the associated VTK XML image data files. The expected file extension is .pvti. This reader also supports file series.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML image data format. The standard extension is .pvti. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


Cell Arrays
(CellArrayStatus)

This propert lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.


The list of array names is provided by the reader.



XML Partitioned Polydata Reader

Read the summary file and the assicoated VTK XML polydata files.


The XML Partitioned Polydata reader reads the partitioned VTK polydata file format. It reads the partitioned format's summary file and then the associated VTK XML polydata files. The expected file extension is .pvtp. This reader also supports file series.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML polygonal dataset format. The standard extension is .pvtp. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.


The list of array names is provided by the reader.



XML Partitioned Rectilinear Grid Reader

Read the summary file and the associated VTK XML rectilinear grid data files.


The XML Partitioned Rectilinear Grid reader reads the partitioned VTK rectilinear grid file format. It reads the partitioned format's summary file and then the associated VTK XML rectilinear grid files. The expected file extension is .pvtr. This reader also supports file series.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML rectilinear grid data format. The standard extension is .pvtr. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.


The list of array names is provided by the reader.



XML Partitioned Structured Grid Reader

Read the summary file and the associated VTK XML structured grid data files.


The XML Partitioned Structured Grid reader reads the partitioned VTK structured grid data file format. It reads the partitioned format's summary file and then the associated VTK XML structured grid data files. The expected file extension is .pvts. This reader also supports file series.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML structured grid data format. The standard extension is .pvts. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.


The list of array names is provided by the reader.



XML Partitioned Unstructured Grid Reader

Read the summary file and the associated VTK XML unstructured grid data files.


The XML Partitioned Unstructured Grid reader reads the partitioned VTK unstructured grid data file format. It reads the partitioned format's summary file and then the associated VTK XML unstructured grid data files. The expected file extension is .pvtu. This reader also supports file series.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be in the partitioned VTK XML unstructured grid data format. The standard extension is .pvtu. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.


The list of array names is provided by the reader.



XML PolyData Reader

Read serial VTK XML polydata files.


The XML Polydata reader reads the VTK XML polydata file format. The standard extension is .vtp. This reader also supports file series.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be in the VTK XML polygonal dataset format. The standard extension is .vtp. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.


The list of array names is provided by the reader.



XML Rectilinear Grid Reader

Read serial VTK XML rectilinear grid data files.


The XML Rectilinear Grid reader reads the VTK XML rectilinear grid data file format. The standard extension is .vtr. This reader also supports file series.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be in the VTK XML rectilinear grid data format. The standard extension is .vtr. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.


The list of array names is provided by the reader.



XML Structured Grid Reader

Read serial VTK XML structured grid data files.


The XML Structured Grid reader reads the VTK XML structured grid data file format. The standard extension is .vts. This reader also supports file series.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be in the VTK XML structured grid data format. The standard extension is .vts. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.


The list of array names is provided by the reader.



XML Unstructured Grid Reader

Read serial VTK XML unstructured grid data files.


The XML Unstructured Grid reader reads the VTK XML unstructured grid data file format. The standard extension is .vtu. This reader also supports file series.


Property Description Default Value(s) Restrictions
File Name
(FileName)

The list of files to be read by the reader. Each file is expected to be in the VTK XML unstructured grid data format. The standard extension is .vtu. If more than 1 file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide 1 file per time step.


Cell Arrays
(CellArrayStatus)

This property lists which cell-centered arrays to read.


The list of array names is provided by the reader.


Point Arrays
(PointArrayStatus)

This property lists which point-centered arrays to read.


The list of array names is provided by the reader.



XYZ Reader

Read XYZ molecular data files into a polygonal dataset.


The XYZ reader reads XYZ molecular data files. The expected file extension is .xyz. The output of this reader is a polygonal dataset.


Property Description Default Value(s) Restrictions
File Name
(FileName)

This property specifies the file name for the XYZ reader.


Time Step
(TimeStep)

This property specifies the timestep the XYZ reader should load.


0


proSTAR (STARCD) Reader

Reads geometry in proSTAR (STARCD) file format.


ProStarReader creates an unstructured grid dataset.

It reads .cel/.vrt files stored in proSTAR (STARCD) ASCII format.


Property Description Default Value(s) Restrictions
File Name
(FileName)

Set the file name for the proSTAR (STARCD) reader.


Scale Factor
(ScaleFactor)

Scaling factor for the points


0