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

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
 
(52 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[ParaViewUsersGuide]]


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


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


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 18: Line 14:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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'''<br>''(CellArrayStatus)''
|'''FileNames''' (FileNames)
|
The list of files to be read by the reader. If more than
one file is specified, the reader will switch to file series mode in
which it will pretend that it can support time and provide one file per
time step.
|
|
This property contains a list of the cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.
Available timestep values.
 
 
|-
| '''Point Arrays'''<br>''(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==
==BYU Reader==


 
Reads Movie.BYU files to produce polygonal data.The BYU reader reads
Read Movie.BYU files to produce polygonal data.
data stored in Movie.BYU format. The expected file
 
extension is .g. The datasets resulting from reading these
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>
files are polygonal.


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


|
|
|
The value(s) must be a filename (or filenames).
 
|}
|}


==CML Molecule Reader==


==COSMO Reader==
A reader for Chemical Markup Language (CML)
 
This is a reader for Chemical Markup Language (CML) which
 
describes chemical information using XML.
Read a cosmology file into a vtkUnstructuredGrid.


The Cosmology reader reads a binary file of particle location, <br>
velocity, and id creating a vtkUnstructuredGrid. The default <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"
Line 88: Line 84:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
The list of files to be read by the reader.
 
|
|
|
|-
This property specifies the CML file
| '''Cosmo Format'''<br>''(CosmoFormat)''
name
|
|
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.
The value(s) must be a filename (or filenames).
 
 
|-
| '''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.
 
| 5
|
The value must be greater than or equal to 0.
 
 
|-
| '''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.
 
| 90.1408
|
The value must be greater than or equal to 0.
 
 
|}


|}


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


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


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 146: Line 114:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (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
a csv file. If more than 1 file is specified, the reader will switch to
expected to be a csv file. If more than one file is specified, the
file series mode in which it will pretend that it can support time and
reader will switch to file series mode in which it will pretend that it
provide 1 file per time step.
can support time and provide one file per time step.
 
|
|
|-
| '''Detect Numeric Columns'''<br>''(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.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Field Delimiter Characters'''<br>''(FieldDelimiterCharacters)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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'''<br>''(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'''<br>''(MergeConsecutiveDelimiters)''
|'''TimestepValues''' (TimestepValues)
|
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.
Available timestep values.
 
 
|-
| '''Use String Delimiter'''<br>''(UseStringDelimiter)''
|
|
This property indicates whether to use the string delimiter.


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




|}
|}


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


Reads 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.


Read a DEM (Digital Elevation Model) file.
{| class="PropertiesTable" border="1" cellpadding="5"
 
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"
|-
|-
| '''Property'''
| '''Property'''
Line 225: Line 159:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (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.


|
|
|
The value(s) must be a filename (or filenames).
 
|}
|}


==DICOM Reader (Single File)==


==EnSight Master Server Reader==
Reads DICOM regular rectilinear grid data from a lone file.
 
DICOM is a file format often used in medical imaging. This version
of the reader reads a single file (as opposed to a collection of
files). The DICOM reader currently only supports uncompressed
files.


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>


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


| 0
DICOM file to load. This version of the reader only supports
loading one file at a time.
 
|
|
The value must be one of the following: BigEndian (0), LittleEndian (1).


|
The value(s) must be a filename (or filenames).


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


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


|
Reads DICOM regular rectilinear grid data from a directory containing a file.
|
DICOM is a file format often used in medical imaging. This version
The list of array names is provided by the reader.
of the reader will look at all files in the same directory of the
selected file and load them as planes of the same data set. It is
typically for 3D medical scanners to store planes as set of files
in a directory.




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


|-
|'''FileName''' (FileName)
|
|
|
The list of array names is provided by the reader.


A file in the directory of files to be loaded. The DICOM reader
will actually load all valid DICOM files in the same directory as
this file as part of the same dataset. This is typical of how
DICOM files are often stored.


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


| 0
|
|
The value(s) must be a filename (or filenames).
|}
|}


==ENZO AMR Particles Reader==


==EnSight Reader==
Reads AMR particles from an ENZO datasetThe
 
Enzo particles reader loads particle simulation data
 
stored in Enzo HDF5 format. The output of this reader is
Read EnSight 6 and Gold files.
MultiBlock dataset where each block is a vtkPolyData that
 
holds the particles (points) and corresponding particle
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>
data.


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


|
|
|
|
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileNames''' (FileNames)
|
The list of files to be read by the
reader.
|
|
This property lists which cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.
Available timestep values.
 
 
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


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




|}
|}


==EnSight Master Server Reader==


==Enzo Reader==
Reads 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
Read multi-block dataset from an Enzo file.
multiple .case files. The output is a multi-block
 
dataset.
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"
Line 351: Line 293:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Block Output Type'''<br>''(BlockOutputType)''
|'''CaseFileName''' (CaseFileName)
|
This property specifies the name of the .sos file for
the EnSight Master Server reader.
|
|
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).
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''File Name'''<br>''(FileName)''
|'''ByteOrder''' (ByteOrder)
|
|
This property specifies the file name for the Enzo reader.
This property indicates the byte order of the binary
 
file(s).
|
|
0
|
|
The value(s) is an enumeration of the following:
* BigEndian (0)
* LittleEndian (1)
|-
|-
| '''Load Particles'''<br>''(LoadParticles)''
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
Load particles when on.


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


|-
|'''SetTimeValue''' (SetTimeValue)
|
This property indicates which time value to
read.
|
0.0
|


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


| 100
|
|
|}


|


==ExodusIIReader==
|-
|'''Cell Arrays''' (CellArrayStatus)
|
This property lists which cell-centered arrays to
read.
|
 
|
The list of array names is provided by the reader.
|-
|'''PointArrayInfo''' (PointArrayInfo)
|
 
|
 
|
 
|-
|'''Point Arrays''' (PointArrayStatus)
|
This property lists which point-centered arrays to
read.
|
 
|
The list of array names is provided by the reader.


|}


Read an Exodus II file to produce an unstructured grid.
==EnSight Reader==


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>
Reads 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.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 401: Line 382:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''CaseFileName''' (CaseFileName)
|
This property specifies the case file name for the
EnSight reader.
|
|
This property specifies the file name for the Exodus reader.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
|-
Available timestep values.
| '''Use Meta File'''<br>''(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'''<br>''(AnimateVibrations)''
|'''CellArrayInfo''' (CellArrayInfo)
|
|
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'''<br>''(ApplyDisplacements)''
|'''Cell Arrays''' (CellArrayStatus)
|
This property lists which cell-centered arrays to
read.
|
|
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.
The list of array names is provided by the reader.
 
 
|-
|-
| '''Displacement Magnitude'''<br>''(DisplacementMagnitude)''
|'''PointArrayInfo''' (PointArrayInfo)
|
|
When displacements are being applied, they are scaled by this amount.  Set to 1 for no scaling.


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


|-
|-
| '''Edge Map Array Status'''<br>''(EdgeMapArrayStatus)''
|'''Point Arrays''' (PointArrayStatus)
|
|
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==
| '''Edge Set Array Status'''<br>''(EdgeSetArrayStatus)''
|
|
|
The list of array names is provided by the reader.


Read hierarchical box dataset from an Enzo file.
This Enzo reader loads data stored in Enzo format. The
output of this reader is a hierarchical-box
dataset.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Edge Set Result Array Status'''<br>''(EdgeSetResultArrayStatus)''
| '''Property'''
|
| '''Description'''
|
| '''Default Value(s)'''
|
| '''Restrictions'''
The list of array names is provided by the reader.
 


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


|-
|-
| '''Element Blocks'''<br>''(ElementBlocks)''
|'''FileNames''' (FileNames)
|
|
The list of files to be read by the
reader.
|
|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Element Map Array Status'''<br>''(ElementMapArrayStatus)''
|'''TimestepValues''' (TimestepValues)
|
|
Available timestep values.
|
|
|
|
The list of array names is provided by the reader.




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


Reads 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. The
file format is described fully at:
http://endo.sandia.gov/SEACAS/Documentation/exodusII.pdf.
Each Exodus file contains a single set of points with 2-D
or 3-D coordinates plus one or more blocks, sets, and
maps. Block group elements (or their bounding edges or
faces) of the same type together. Sets select subsets
(across all the blocks in a file) of elements, sides of
elements (which may be of mixed dimensionality), bounding
faces of volumetric elements, or bounding edges of
volumetric or areal elements. Each block or set may have
multiple result variables, each of which defines a value
per element, per timestep. The elements (cells), faces of
elements (when enumerated in face blocks), edges of
elements (when enumerated in edge blocks), and nodes
(points) in a file may be assigned an arbitrary integer
number by an element map, face map, edge map, or node map,
respectively. Usually, only a single map of each type
exists and is employed to assign a unique global ID to
entities across multiple files which partition a large
mesh for a distributed-memory calculation. However here
may be multiply maps of each type and there are no
constraints which force the integers to be unique. The
connectivity of elements is constant across all of the
timesteps in any single Exodus II file. However, multiple
files which specify a single time-evolution of a mesh may
be used to represent meshes which exhibit changes in
connectivity infrequently. Field variable mode_shape[0]
represents the time step (t_index) if HasModeShapes is
not set or the ModeShape otherwise.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Element Set Result Array Status'''<br>''(ElementSetResultArrayStatus)''
| '''Property'''
|
| '''Description'''
|
| '''Default Value(s)'''
|
| '''Restrictions'''
The list of array names is provided by the reader.
 


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


|-
|-
| '''Exodus Model Metadata'''<br>''(ExodusModelMetadata)''
|'''FileName''' (FileName)
|
|
| 0
This property specifies the file name for the Exodus
reader.
|
|
Only the values 0 and 1 are accepted.


|
The value(s) must be a filename (or filenames).
|-
|-
| '''Face Blocks'''<br>''(FaceBlocks)''
|'''UseMetaFile''' (UseMetaFile)
|
|
This hidden property must always be set to 1 for this
proxy to work.
|
|
0
|
|
The list of array names is provided by the reader.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Face Map Array Status'''<br>''(FaceMapArrayStatus)''
|'''TimestepValues''' (TimestepValues)
|
|
|
|
|
|
The list of array names is provided by the reader.




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


==FLASH AMR Particles Reader==


Reads AMR particles from FLASH datasetThe
Flash particles reader loads particle simulation data
stored in Flash format. The output of this reader is a
MultiBlock dataset where each block is vtkPolyData that
holds the particles and corresponding particle
data.
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Face Set Result Array Status'''<br>''(FaceSetResultArrayStatus)''
| '''Property'''
|
| '''Description'''
|
| '''Default Value(s)'''
|
| '''Restrictions'''
The list of array names is provided by the reader.
 


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


|-
| '''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.


|
|
|-
|-
| '''File Prefix'''<br>''(FilePrefix)''
|'''FileNames''' (FileNames)
|
This property specifies the file root used with the file pattern to format a file name. (See the File Pattern property.)
 
|
|
|
|-
The list of files to be read by the
| '''File Range'''<br>''(FileRange)''
reader.
|
|
This property controls the indices of the first and last files to be read.


| -1 -1
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Generate Global Element Id Array'''<br>''(GenerateGlobalElementIdArray)''
|'''TimestepValues''' (TimestepValues)
|
|
| 1
Available timestep values.
|
|
Only the values 0 and 1 are accepted.


|


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


|}


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


Reads ASCII files stored in Facet format.The Facet
Reader reads files in Facet format: a simple ASCII file
format listing point coordinates and connectivity between
these points. The default file extension is .facet. The
output of the Facet Reader is polygonal.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Global Variables'''<br>''(GlobalVariables)''
| '''Property'''
|
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
 
|-
|'''FileName''' (FileName)
|
|
This property specifies the file name for the Facet
reader.
|
|
The list of array names is provided by the reader.


|
The value(s) must be a filename (or filenames).


|-
|}
| '''Has Mode Shapes'''<br>''(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
==Flash Reader==
|
Only the values 0 and 1 are accepted.


Read hierarchical box dataset from a Flash dataset.
This Flash reader loads data stored in Enzo format. The
output of this reader is a hierarchical-box
dataset.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Mode Shape'''<br>''(ModeShape)''
| '''Property'''
|
| '''Description'''
Specify the current mode shape when HasModeShapes in on.
| '''Default Value(s)'''
| '''Restrictions'''


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


|-
|-
| '''Node Set Array Status'''<br>''(NodeSetArrayStatus)''
|'''FileNames''' (FileNames)
|
|
The list of files to be read by the
reader.
|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Node Set Result Array Status'''<br>''(NodeSetResultArrayStatus)''
|'''TimestepValues''' (TimestepValues)
|
|
Available timestep values.
|
|
|
|
The list of array names is provided by the reader.




|-
|}
| '''Point Variables'''<br>''(PointVariables)''
 
|
==Fluent Case Reader==
|
|
The list of array names is provided by the reader.


Reads a dataset in Fluent file format.
FLUENTReader creates an unstructured grid dataset. It
reads .cas and .dat files stored in FLUENT native format
(or a file series of the same.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Side Set Array Status'''<br>''(SideSetArrayStatus)''
| '''Property'''
|
| '''Description'''
|
| '''Default Value(s)'''
|
| '''Restrictions'''
The list of array names is provided by the reader.
 


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


|-
| '''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.
The value(s) must be a filename (or filenames).


|
|
|}
|}


==Gaussian Cube Reader==


==FLUENTReader==
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
Reads a dataset in Fluent file format.
file extension is .cube.
 
FLUENTReader creates an unstructured grid dataset. It reads .cas and<br>
.dat files stored in FLUENT native format.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 721: Line 710:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''FileName''' (FileName)
|
This property specifies the file name for the Gaussian
Cube reader.
|
|
Select which cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''HBScale''' (HBScale)
|
A scaling factor to compute bonds with hydrogen
atoms.
|
1.0
|
|
The list of array names is provided by the reader.


|-
|-
| '''File Name'''<br>''(FileName)''
|'''BScale''' (BScale)
|
|
Set the file  name for the FLUENT reader.
A scaling factor to compute bonds between non-hydrogen
 
atoms
|
|
1.0
|
|
|}




==Flash Reader==
|}


==Image Reader==


Read multi-block dataset from a Flash file.
Reads 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
This Flash reader loads data stored in Flash format. The output of this reader is a multi-block dataset.<br>
(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.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 754: Line 756:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Block Output Type'''<br>''(BlockOutputType)''
|'''FilePrefix''' (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 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).
The value(s) must be a filename (or filenames).
 
|-
|'''FilePattern''' (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 Name'''<br>''(FileName)''
|'''DataScalarType''' (DataScalarType)
|
The value of this property indicates the scalar type of
the pixels/voxels in the file(s): short, int, float ...
|
4
|
The value(s) is an enumeration 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)
|-
|'''DataByteOrder''' (DataByteOrder)
|
This property indicates the byte order of the binary
file(s).
|
0
|
The value(s) is an enumeration of the following:
* BigEndian (0)
* LittleEndian (1)
|-
|'''FileDimensionality''' (FileDimensionality)
|
|
This property specifies the file name for the Flash reader.
This property indicates whether the file(s) in this
 
dataset contain slices (2D) or volumes (3D).
|
|
3
|
|
The value(s) is an enumeration of the following:
* 2 (2)
* 3 (3)
|-
|-
| '''Load Morton Curve'''<br>''(LoadMortonCurve)''
|'''DataOrigin''' (DataOrigin)
|
The coordinate contained in this property specifies the
position of the point with index (0,0,0).
|
0.0 0.0 0.0
|
|
Generate morton curve when on.


| 0
|-
|'''DataSpacing''' (DataSpacing)
|
This property specifies the size of a voxel in each
dimension.
|
1.0 1.0 1.0
|
|
Only the values 0 and 1 are accepted.


|-
|'''DataExtent''' (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
|


|-
|-
| '''Load Particles'''<br>''(LoadParticles)''
|'''NumberOfScalarComponents''' (NumberOfScalarComponents)
|
This property specifies the number of components the
scalar value at each pixel or voxel has (e.g., RGB - 3 scalar
components).
|
|
Load particles when on.
1
 
| 1
|
|
Only the values 0 and 1 are accepted.


|-
|'''ScalarArrayName''' (ScalarArrayName)
|
This property contains a text string listing a name to
assign to the point-centered data array read.
|
ImageFile
|
|-
|'''FileLowerLeft''' (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
|
Accepts boolean values (0 or 1).


|}
|}


==JPEG Series Reader==


==Gaussian Cube Reader==
Reads a series of JPEG files into an time sequence of image datas.The JPEG series
 
reader reads JPEG files. The output is a time sequence of
 
uniform rectilinear (image/volume) dataset. The default
Produce polygonal data by reading a Gaussian Cube file.
file extension is .jpg or .jpeg.
 
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"
Line 807: Line 895:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''B Scale'''<br>''(BScale)''
|'''FileNames''' (FileNames)
|
The list of files to be read by the reader. If more than
one file is specified, the reader will switch to file series mode in
which it will pretend that it can support time and provide one file per
time step.
|
|
A scaling factor to compute bonds between non-hydrogen atoms


| 1
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''File Name'''<br>''(FileName)''
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
This property specifies the file name for the Gaussian Cube reader.


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


| 1
When set, the reader will read the set of files as an image stack, rather than
a temporal file series.
 
|
1
|
|
Accepts boolean values (0 or 1).
|}
|}


==LSDynaReader==


==Image Reader==
Read LS-Dyna databases (d3plot).This reader
 
reads LS-Dyna databases.
 
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>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 844: Line 940:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Data Byte Order'''<br>''(DataByteOrder)''
|'''FileName''' (FileName)
|
Set the file name for the LSDyna reader.
|
|
This property indicates the byte order of the binary file(s).


| 0
|
|
The value must be one of the following: BigEndian (0), LittleEndian (1).
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Data Extent'''<br>''(DataExtent)''
|'''TimestepValues''' (TimestepValues)
|
|
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'''<br>''(DataOrigin)''
|
|
The coordinate contained in this property specifies the position of the point with index (0,0,0).


| 0 0 0
|
|-
|-
| '''Data Scalar Type'''<br>''(DataScalarType)''
|'''SolidArrayInfo''' (SolidArrayInfo)
|
|
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'''<br>''(DataSpacing)''
|'''Solid Arrays''' (SolidArrayStatus)
|
Select which solid arrays to read.
|
|
This property specifies the size of a voxel in each dimension.


| 1 1 1
|
|
The list of array names is provided by the reader.
|-
|-
| '''File Dimensionality'''<br>''(FileDimensionality)''
|'''ThickShellArrayInfo''' (ThickShellArrayInfo)
|
|
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'''<br>''(FileLowerLeft)''
|'''Thick Shell Arrays''' (ThickShellArrayStatus)
|
Select which thick shell arrays to read.
|
 
|
The list of array names is provided by the reader.
|-
|'''ShellArrayInfo''' (ShellArrayInfo)
|
|
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'''<br>''(FilePattern)''
|'''Shell Arrays''' (ShellArrayStatus)
|
Select which shell arrays to read.
|
|
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
|
|
The list of array names is provided by the reader.
|-
|-
| '''File Prefix'''<br>''(FilePrefix)''
|'''RigidBodyArrayInfo''' (RigidBodyArrayInfo)
|
|
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)''
|'''Rigid Body Arrays''' (RigidBodyArrayStatus)
|
Select which rigid body arrays to load.
|
|
This property specifies the number of componenets the scalar value at each pixel or voxel has (e.g., RGB - 3 scalar components).


| 1
|
|
The list of array names is provided by the reader.
|-
|-
| '''Scalar Array Name'''<br>''(ScalarArrayName)''
|'''RoadSurfaceArrayInfo''' (RoadSurfaceArrayInfo)
|
|
This property contains a text string listing a name to assign to the point-centered data array read.


| ImageFile
|
|
|}


|


==LSDynaReader==
|-
|'''Road Surface Arrays''' (RoadSurfaceArrayStatus)
|
Select which road surface arrays to
read.
|


|
The list of array names is provided by the reader.
|-
|'''BeamArrayInfo''' (BeamArrayInfo)
|


Read LS-Dyna databases (d3plot).
|


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


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
|'''Beam Arrays''' (BeamArrayStatus)
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''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)''
|'''ParticleArrayInfo''' (ParticleArrayInfo)
|
|
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'''<br>''(FileName)''
|'''Particle Arrays''' (ParticleArrayStatus)
|
Select which particle arrays to read.
|
|
Set the file name for the LSDyna reader.


|
|
|
The list of array names is provided by the reader.
|-
|-
| '''Part Arrays'''<br>''(PartArrayStatus)''
|'''PointArrayInfo''' (PointArrayInfo)
|
|
Select which part arrays to read.


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


|-
|-
| '''Particle Arrays'''<br>''(ParticleArrayStatus)''
|'''Point Arrays''' (PointArrayStatus)
|
Select which point-centered 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)''
|'''PartArrayInfo''' (PartArrayInfo)
|
|
Select which point-centered arrays to read.


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


|-
|-
| '''Remove Deleted Cells'''<br>''(RemoveDeletedCells)''
|'''Part Arrays''' (PartArrayStatus)
|
|
Should cells that have been deleted (failed structurally, for example) be removed from the mesh?
Select which part arrays to read.
 
| 1
|
|
Only the values 0 and 1 are accepted.


|-
| '''Rigid Body Arrays'''<br>''(RigidBodyArrayStatus)''
|
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)''
|'''DeformedMesh''' (DeformedMesh)
|
|
Select which road surface arrays to read.
Should the mesh be deformed over time (if the Deflection
 
node array is set to load)?
|
|
1
|
|
The list of array names is provided by the reader.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Shell Arrays'''<br>''(ShellArrayStatus)''
|'''RemoveDeletedCells''' (RemoveDeletedCells)
|
|
Select which shell arrays to read.
Should cells that have been deleted (failed
 
structurally, for example) be removed from the mesh?
|
|
1
|
|
The list of array names is provided by the reader.
Accepts boolean values (0 or 1).


|}


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


|
Reads files stored in VTK's legacy file format.The Legacy VTK reader
|
loads files stored in VTK's legacy file format (before VTK
The list of array names is provided by the reader.
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.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''


|-
|-
| '''Split by Material Id'''<br>''(SplitByMaterialId)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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'''<br>''(ThickShellArrayStatus)''
|'''FileNames''' (FileNames)
|
The list of files to be read by the reader. If more than
one file is specified, the reader will switch to file series mode in
which it will pretend that it can support time and provide one file per
time step.
|
|
Select which thick shell arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
|
The list of array names is provided by the reader.




|}
|}


==MFIXReader==


==Legacy VTK Reader==
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
Read files stored in VTK's legacy file format.
file contains the mesh information. MFIX meshes are either
 
cylindrical or rectilinear, but this reader will convert
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>
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.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,092: Line 1,189:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
|'''FileName''' (FileName)
|
Set the file name for the MFIX reader.
|
|
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 value(s) must be a filename (or filenames).
|-
|'''CellArrayInfo''' (CellArrayInfo)
|
|
|}


|


==MFIXReader==
|


Reads a dataset in MFIX file format.
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>
information.  MFIX meshes are either cylindrical or rectilinear, but <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>
variables stored inside it.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
|'''Cell Arrays''' (CellArrayStatus)
| '''Description'''
|
| '''Default Value(s)'''
Select which cell-centered arrays to
| '''Restrictions'''
read.
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
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)''
|'''TimestepValues''' (TimestepValues)
|
|
Set the file name for the MFIX reader.


|
|
|
|
|}




==Meta Image reader==
|}


==MRC Series Reader==


Read binary UNC meta image data.
Reads a series of MRC files into an time sequence of image datas.The MRC series
 
reader reads MRC files. The output is a time sequence of
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>
uniform rectilinear (image/volume) dataset. The default
file extension is .mrc but .ali, .st and .rec are also
recognized.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,153: Line 1,240:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNames''' (FileNames)
|
The list of files to be read by the reader. If more than
one file is specified, the reader will switch to file series mode in
which it will pretend that it can support time and provide one file per
time step.
|
|
This property specifies the file name for the Meta Image reader.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
|}


|


==NetCDF MPAS reader==


|}


Read unstructured grid data from a file.
==Meta File Series Reader==


The Image reader reads unstructured grid from a file.  Grid is dual grid.<br>
Reads a series of meta images.Read a series
of meta images. The file extension is .mhd


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


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


|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNames''' (FileNames)
|
The list of files to be read by the reader. Each file is
expected to be in the meta format. The standard extension is .mhd. If
more than one file is specified, the reader will switch to file series
mode in which it will pretend that it can support time and provide one
file per time step.
|
|
This property specifies the file name to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
|-
Available timestep values.
| '''Point Array Status'''<br>''(PointArrayStatus)''
|
|
This property lists which netCDF dual-grid point variables to load.


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




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


==NetCDF CAM reader==


==NetCDF POP reader==
Reads unstructured grid data from NetCDF files. There are 2 files, a points+fields file which is set as FileName and a cell connectivity file set as ConnectivityFileName.
 
This reader reads in unstructured grid data from a NetCDF
 
file. The grid data is in a set of planes as quadrilateral
Read raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified.
cells. The reader creates hex cells in order to create a
 
volumetric grid.
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"
Line 1,224: Line 1,320:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property specifies the file name to read.


|
|
|
|
|-
|-
| '''Stride'''<br>''(Stride)''
|'''FileName''' (FileName)
|
The list of files to be read by the
reader.
|
|
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).
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Variables'''<br>''(VariableArrayStatus)''
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
This property lists which netCDF variables to load.


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




|}
|}


==NetCDF MPAS reader==


==NetCDF Reader==
Reads unstructured grid MPAS data from a file.
 
This reader reads unstructured grid MPAS data from a file.
 
It creates a dual grid It assumes the grid is in the
Read regular arrays from netCDF files. Will also read any topological information specified by the COARDS and CF conventions.
global domain. By default, it creates a spherical view of
 
vertical layer 0. It assumes it is ocean data. It gives
Reads arrays from netCDF files into structured VTK data sets.  In<br>
several options to change the view to multilayer (all
the absence of any other information, the files will be read as<br>
vertical layers will have a thickness determined by the
image data. This reader will also look for meta information<br>
value in the slider), lat/lon projection or atmospheric
specified by the CF convention that specify things like topology<br>
(vertical layers go out away from the center of the
and time. This information can cause the output to be a nonuniform<br>
sphere, instead of down towards the center as they do for
rectilinear grid or curvilinear (structured) grid. Details on the<br>
ocean data). It doesn't handle data in the rectangular
CF convention can be found at http://cf-pcmdi.llnl.gov/.  It should<br>
domain. This is not a parallel reader. It expects one .nc
be noted that the CF convention is a superset of the COARDS<br>
file of data. It can display cell or vertex-centered data,
convention, so COARDS conventions will also be recognized.<br>
but not edge data. When converted to the dual grid,
cell-centered data becomes vertex-centered and vice-versa.
NOTES: When using this reader, it is important that you
remember to do the following: 1. When changing a selected
variable, remember to select it also in the drop down box
to color by. It doesn't color by that variable
automatically 2. When selecting multilayer sphere view,
start with layer thickness around 100,000 3. When
selecting multilayer lat/lon view, start with layer
thickness around 10 4. Always click the -Z orientation
after making a switch from lat/lon to sphere, from single
to multilayer or changing thickness. 5. Be conservative on
the number of changes you make before hitting Apply, since
there may be bugs in this reader. Just make one change and
then hit Apply. For problems, contact Christine Ahrens
(cahrens@lanl.gov)


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,276: Line 1,387:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
This property specifies the file name to read. It should
be an MPAS format NetCDF file ending in .nc.
|
|
The name of the files to load.


|
|
The value(s) must be a filename (or filenames).
|-
|'''UseDimensionedArrayNames''' (UseDimensionedArrayNames)
|
This property ensures that the dimension info is always
shown in the ParaView GUI.
|
1
|
|
Accepts boolean values (0 or 1).
|-
|-
| '''Dimensions'''<br>''(Dimensions)''
|'''PointArrayInfo''' (PointArrayInfo)
|
|
Load the grid with the given dimensions.  Any arrays that conform
to these dimensions will be loaded.


|
|
|
|
.


|-
|-
| '''Replace Fill Value With Nan'''<br>''(ReplaceFillValueWithNan)''
|'''PointArrayStatus''' (PointArrayStatus)
|
This property lists which NetCDF dual-grid point
variables to load.
|
|
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.
The list of array names is provided by the reader.
 
 
|-
|-
| '''Spherical Coordinates'''<br>''(SphericalCoordinates)''
|'''CellArrayInfo''' (CellArrayInfo)
|
|
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'''<br>''(VerticalBias)''
|'''CellArrayStatus''' (CellArrayStatus)
|
This property lists which NetCDF dual-grid cell
variables to load.
|
|
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
|
|
The list of array names is provided by the reader.
|-
|-
| '''Vertical Scale'''<br>''(VerticalScale)''
|'''DimensionInfo''' (DimensionInfo)
|
|
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==
|-
|'''Extra Dimension Indices''' (DimensionCurrentIndex)
|


|


Read raw image files with Nrrd meta data.
|
 
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>
This means that the reader will automatically set information like file<br>
dimensions.<br><br><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>
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.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
|'''ShowMultilayerView''' (ShowMultilayerView)
| '''Description'''
|
| '''Default Value(s)'''
This property indicates whether to show multiple layers
| '''Restrictions'''
in one view, with each vertical level having the same thickness,
specified by the layer thickness slider. For ocean data, the layers
correspond to data at vertical level whose number increases towards the
center of the sphere. For atmospheric data, the layers correspond to
data at vertical levels increasing away from the
center.
|
0
|
Accepts boolean values (0 or 1).
|-
|-
| '''Data VOI'''<br>''(DataVOI)''
|'''DimensionList''' (DimensionList)
|
 
|
|
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'''<br>''(FileName)''
|'''Vertical Dimension''' (VerticalDimension)
|
|
The name of the file to read (or the meta data file that will
point to the actual file).


|
|
nVertLevels
|
|
|}
The value(s) can be one of the following:
 
 
==OpenFOAMReader==
 
 
Sorry, no help is currently available.
 
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
|'''ProjectLatLon''' (ProjectLatLon)
| '''Description'''
|
| '''Default Value(s)'''
This property indicates whether to view the data in the
| '''Restrictions'''
lat/lon projection.
|-
| '''Add dimensional units to array names'''<br>''(AddDimensionsToArrayNames)''
|
|
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.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Cache mesh'''<br>''(CacheMesh)''
|'''IsAtmosphere''' (IsAtmosphere)
|
This property indicates whether data is atmospheric.
Checking this ensures the vertical levels will go up away from the
sphere instead of down towards the center.
|
|
Cache the OpenFOAM mesh between GUI selection changes.
0
 
| 1
|
|
Only the values 0 and 1 are accepted.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Case Type'''<br>''(CaseType)''
|'''LayerThicknessRangeInfo''' (LayerThicknessRangeInfo)
|
|
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'''<br>''(CellArrays)''
|'''Layer Thickness''' (LayerThickness)
|
|
This property specifies how thick the layer should be if
viewing the data in multilayer view. Each layer corresponds to a
vertical level. A good starting point is 100,000 for the spherical view
and 10 for the lat/lon projection. Click on -Z after applying this
change, since the scale may change drastically.
|
|
10
|
|
The list of array names is provided by the reader.


|-
|-
| '''Create cell-to-point filtered data'''<br>''(CreateCellToPoint)''
|'''CenterLonRangeInfo''' (CenterLonRangeInfo)
|
|
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'''<br>''(DecomposePolyhedra)''
|
|
Decompose polyhedra into tetrahedra and pyramids.
| 1
|
Only the values 0 and 1 are accepted.


|-
|-
| '''File Name'''<br>''(FileName)''
|'''Center Longitude''' (CenterLon)
|
|
This property specifies where the center will be viewed
for a lat/lon projection.
|
|
180
|
|
|-
|-
| '''Lagrangian Arrays'''<br>''(LagrangianArrays)''
|'''TimestepValues''' (TimestepValues)
|
|
|
|
|
|
The list of array names is provided by the reader.




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


| 0
==NetCDF POP reader==
|
Only the values 0 and 1 are accepted.


Reads rectilinear grid data from a NetCDF POP file.
The reader reads regular rectilinear grid (image/volume) data from a
NetCDF file.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Mesh Regions'''<br>''(MeshRegions)''
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
 
|-
|'''FileNameInfo''' (FileNameInfo)
|
|
|
|
|
|
The list of array names is provided by the reader.


|-
|-
| '''Point Arrays'''<br>''(PointArrays)''
|'''FileName''' (FileName)
|
|
The list of files to be read by the
reader.
|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Lagrangian positions are in OF 1.3 binary format'''<br>''(PositionsIsIn13Format)''
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
Set if Lagrangian positions files are in OpenFOAM 1.3 binary format.


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




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


| 0
==NetCDF Reader==
|
Only the values 0 and 1 are accepted.


 
Reads 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
==PDB Reader==
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
Read PDB molecule files.
curvilinear (structured) grid. Details on the CF
 
convention can be found at http://cf-pcmdi.llnl.gov/. It
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>
should be noted that the CF convention is a superset of
the COARDS convention, so COARDS conventions will also be
recognized.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,545: Line 1,615:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
The name of the files to load.
|
|
This property specifies the file name for the PDB reader.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
This magic property sends time information to the
animation panel. ParaView will then automatically set up the animation
to visit the time steps defined in the file.
|
|
|}


|


==PLOT3D Reader==


|}


Read ASCII or binary PLOT3D files.
==Nrrd Reader==


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>
Reads 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.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,568: Line 1,656:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Q File Name'''<br>''(QFileName)''
|'''FileName''' (FileName)
|
The name of the file to read (or the meta data file that
will point to the actual file).
|
|
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.


|
|
The value(s) must be a filename (or filenames).
|-
|'''Data VOI''' (DataVOI)
|
|
|-
The data volume of interest (VOI). The VOI is a
| '''Binary File'''<br>''(BinaryFile)''
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.
|
|
This property indicates whether the data files are binary.
0 0 0 0 0 0
 
| 1
|
|
Only the values 0 and 1 are accepted.




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


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


Reads OpenFOAM data files, producing multi-block dataset.The OpenFOAM reader
reads OpenFOAM data files and outputs multi-block
datasets. Mesh information and time dependent data are
supported. The OpenFOAM format is described fully at
http://www.openfoam.com/docs/user/basic-file-format.php


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


|
|
The value(s) must be a filename (or filenames).
|-
|'''CaseType''' (CaseType)
|
|
The property indicates whether decomposed mesh or
reconstructed mesh should be read
|
1
|
The value(s) is an enumeration of the following:
* Decomposed Case (0)
* Reconstructed Case (1)
|-
|'''Create cell-to-point filtered data''' (CreateCellToPoint)
|
Create point data from cell data. Beware: the filter
does not do inverse distance weighting.
|
1
|
Accepts boolean values (0 or 1).
|-
|-
| '''Force Read'''<br>''(ForceRead)''
|'''Add dimensional units to array names''' (AddDimensionsToArrayNames)
|
Read dimensional units from field data and add them to
array names as human-readable string.
|
0
|
Accepts boolean values (0 or 1).
|-
|'''TimestepValues''' (TimestepValues)
|
|
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'''<br>''(Functions)''
|'''PatchArrayInfo''' (PatchArrayInfo)
|
 
|
|
This property lists which functions (point-centered arrays) to compute.


|
|
|-
|'''MeshRegions''' (MeshRegions)
|
|
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 list of array names is provided by the reader.
|-
|-
| '''Has Byte Count'''<br>''(HasByteCount)''
|'''CellArrayInfo''' (CellArrayInfo)
|
|
This property indicates whether this file uses Fortran leading-trailing byte counts.


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


|


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


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


|
The list of array names is provided by the reader.
|-
|-
| '''Multi Grid'''<br>''(MultiGrid)''
|'''PointArrayInfo''' (PointArrayInfo)
|
|
This property indicates whether these files have multiple-block information.


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


|


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


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


 
|
|}
The list of array names is provided by the reader.
 
 
==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.<br>
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''LagrangianArrayInfo''' (LagrangianArrayInfo)
|
|
This property specifies the file name for the PLY reader.


|
|
|
|
|}


|-
|'''LagrangianArrays''' (LagrangianArrays)
|


==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. <br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Clip Extent'''<br>''(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
|
|
The list of array names is provided by the reader.
|-
|-
| '''File Name'''<br>''(FileName)''
|'''Cache mesh''' (CacheMesh)
|
|
This property specifies the file name for the POP Ocean file reader.
Cache the OpenFOAM mesh between GUI selection
 
changes.
|
|
1
|
|
Accepts boolean values (0 or 1).
|-
|-
| '''Number Of Ghost Levels'''<br>''(NumberOfGhostLevels)''
|'''Decompose polyhedra''' (DecomposePolyhedra)
|
|
This property indicates the number of ghost levels to generate.
Decompose polyhedra into tetrahedra and
 
pyramids.
| 1
|
1
|
Accepts boolean values (0 or 1).
|-
|'''List timesteps according to controlDict''' (ListTimeStepsByControlDict)
|
List time directories listed according to the settings
in controlDict.
|
0
|
Accepts boolean values (0 or 1).
|-
|'''Lagrangian positions are in OF 1.3 binary format''' (PositionsIsIn13Format)
|
Set if Lagrangian positions files are in OpenFOAM 1.3
binary format.
|
0
|
|
Accepts boolean values (0 or 1).
|-
|-
| '''Radius'''<br>''(Radius)''
|'''Read zones''' (ReadZones)
|
Read point/face/cell-Zones?
|
0
|
|
This property specifies the radius of the dataset.
Accepts boolean values (0 or 1).


| 60000
|
|}
|}


==PDB Reader==


==PVD Reader==
Reads 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
Load a dataset stored in ParaView's PVD file format.
biological macromolecules). The expected file extension is
 
.pdb. The output datasets are polygonal.
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"
Line 1,748: Line 1,867:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
This property specifies the file name for the PDB
reader.
|
|
This property specifies the file name for the PVD reader.


|
|
|
The value(s) must be a filename (or filenames).
 
|}
|}


==PLOT3D Meta-File Reader==


==Particles Reader==
The main goal of this reader is to make it easy to read PLOT3D files or time series of PLOT3D files.
 
The main goal of this reader is to make it easy to read PLOT3D files,
 
specifically time series of PLOT3D files. PLOT3D files can take many
Read particle data.
different forms based on their content. Unfortunately, it is not a
self-describing format therefore the user needs to pass information
about the contents of the file to the reader. Normally, this is done
by setting a number of member variables. The goal of this reader is to
provide a simple format that enable the writer of the PLOT3D file to
describe its settings as well as group a number of files as a time
series.


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>
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>
vtkParticleReader can automatically determine whether the file is text<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>
to read pieces is supported.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,778: Line 1,900:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
This property specifies the meta file
name
|
|
The list of files to be read by the reader.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
|-
Available timestep values.
| '''Byte Order'''<br>''(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'''<br>''(DataType)''
|
Get/Set the data type.  The options are:
- Float (10) (default) single precision floating point.
- Double (11) double precision floating point.


| 10
==PLOT3D Reader==
 
Reads 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.
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
 
|-
|'''QFileName''' (QFileName)
|
The list of .q (solution) files for the PLOT3D reader.
There can be more than one. If more that one file is specified, the
reader will switch to file-series mode in which it will pretend that it
can support time and provide one file per time step.
|
|
The value must be one of the following: Float (10), Double (11).


|
The value(s) must be a filename (or filenames).
|-
|-
| '''File Type'''<br>''(FileType)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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'''<br>''(HasScalar)''
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
Default: 1. If 1 then each particle has a value associated with it.


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




|}
|}


==PLY Reader==


==Partitioned Legacy VTK Reader==
Reads 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
Read files stored in VTK partitioned legacy format.
ParaView can read must have the elements "vertex" and
 
"face" defined. The "vertex" elements must have the
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>
propertys "x", "y", and "z". The "face" elements must have
the property "vertex_indices" defined. The default file
extension for this reader is .ply.


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


|
|
|
The value(s) must be a filename (or filenames).
 
|}
|}


==PNG Series Reader==


==Phasta Reader==
Reads a PNG file into an image data.The PNG reader reads PNG
 
(Portable Network Graphics) files, and the output is a
 
uniform rectilinear (image/volume) dataset. The default
Read the parallel Phasta meta-file and the underlying Phasta files.
file extension is .png.
 
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"
Line 1,870: Line 2,011:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNames''' (FileNames)
|
The list of files to be read by the reader. If more than
one file is specified, the reader will switch to file series mode in
which it will pretend that it can support time and provide one file per
time step.
|
|
This property specifies the file name for the Phasta reader.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
|}


|


==Restarted Sim Exodus Reader==
|-
|'''ReadAsImageStack''' (ReadAsImageStack)
|
 
When set, the reader will read the set of files as an image stack, rather than
a temporal file series.


|
1
|
Accepts boolean values (0 or 1).


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>
==PTS Reader==
 
Reads a PTS ASCII Point Cloud file.The PTS reader
reads ASCII PTS Point Cloud files containing
points as well as optional intensity and color information. The default
file extension is .pts. This reader produces a
polydata set of a single vertex cell containing all of
the points.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 1,893: Line 2,060:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
This property specifies the file name for the PTS
(ASCII Point Cloud) reader.
|
|
This points to a special metadata file that lists the output files for each restart.


|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Use Meta File'''<br>''(UseMetaFile)''
|'''LimitNumberOfPointsRead''' (LimitNumberOfPointsRead)
|
This hidden property must always be set to 1 for this proxy to work.
 
| 1
|
|
Only the values 0 and 1 are accepted.


Limits the number of points read in from file


|-
| '''Animate Vibrations'''<br>''(AnimateVibrations)''
|
|
If this flag is on and HasModeShapes is also on, then this reader
0
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.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Apply Displacements'''<br>''(ApplyDisplacements)''
|'''MaxNumberOfPoints''' (MaxNumberOfPoints)
|
|
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
Specify the max number of point to be read.
 
|
|
Only the values 0 and 1 are accepted.
100000
 
 
|-
| '''Displacement Magnitude'''<br>''(DisplacementMagnitude)''
|
|
When displacements are being applied, they are scaled by this amount.  Set to 1 for no scaling.


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


Restrict the point to cloud to a specified volume.


|-
| '''Edge Map Array Status'''<br>''(EdgeMapArrayStatus)''
|
|
|
0
|
|
The list of array names is provided by the reader.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Edge Set Array Status'''<br>''(EdgeSetArrayStatus)''
|'''ReadBounds''' (ReadBounds)
|
|
Define the spatial volume that wil restrict the
extent of the point cloud [xmin, xmax, ymin, ymax, zmin, zmax]
|
|
0 100 0 100 0 100
|
|
The list of array names is provided by the reader.




|}
==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.
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Edge Set Result Array Status'''<br>''(EdgeSetResultArrayStatus)''
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
 
|-
|'''FileName''' (FileName)
|
|
This property specifies the file name for the PVD
reader.
|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Edge Variables'''<br>''(EdgeVariables)''
|'''TimestepValues''' (TimestepValues)
|
|
Available timestep values.
|
|
|
|
The list of array names is provided by the reader.


|}
==Parallel NetCDF POP reader==
Reads rectilinear grid data from a NetCDF POP file in parallel.
The reader reads regular rectilinear grid (image/volume) data from a
NetCDF file. Only a subset of the processes actually read the file and
these processes communicate the data to other processes.
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''


|-
|-
| '''Element Blocks'''<br>''(ElementBlocks)''
|'''FileNameInfo''' (FileNameInfo)
|
|
|
|
|
|
|-
|-
| '''Element Map Array Status'''<br>''(ElementMapArrayStatus)''
|'''FileName''' (FileName)
|
|
The list of files to be read by the
reader.
|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Element Set Array Status'''<br>''(ElementSetArrayStatus)''
|'''TimestepValues''' (TimestepValues)
|
|
Available timestep values.
|
|
|
|
The list of array names is provided by the reader.




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


Reads 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.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Element Variables'''<br>''(ElementVariables)''
| '''Property'''
|
| '''Description'''
|
| '''Default Value(s)'''
|
| '''Restrictions'''
The list of array names is provided by the reader.
 


|-
|-
| '''Exodus Model Metadata'''<br>''(ExodusModelMetadata)''
|'''FileName''' (FileName)
|
|
| 0
The list of files to be read by the
reader.
|
|
Only the values 0 and 1 are accepted.


|
The value(s) must be a filename (or filenames).
|-
|-
| '''Face Blocks'''<br>''(FaceBlocks)''
|'''FileNameInfo''' (FileNameInfo)
|
|
|
|
|
|
The list of array names is provided by the reader.


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




|-
|}
| '''Face Set Array Status'''<br>''(FaceSetArrayStatus)''
 
|
==Partitioned Legacy VTK Reader==
|
|
The list of array names is provided by the reader.


Reads 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.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Face Set Result Array Status'''<br>''(FaceSetResultArrayStatus)''
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
 
|-
|'''FileName''' (FileName)
|
|
This property specifies the file name for the
Partitioned Legacy VTK reader.
|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).


|}


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


Reads 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.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Generate Global Element Id Array'''<br>''(GenerateGlobalElementIdArray)''
| '''Property'''
|
| '''Description'''
| 1
| '''Default Value(s)'''
|
| '''Restrictions'''
Only the values 0 and 1 are accepted.
 


|-
|-
| '''Generate Global Node Id Array'''<br>''(GenerateGlobalNodeIdArray)''
|'''FileName''' (FileName)
|
|
| 1
This property specifies the file name for the Phasta
reader.
|
|
Only the values 0 and 1 are accepted.


|
The value(s) must be a filename (or filenames).
|-
|-
| '''Generate Object Id Cell Array'''<br>''(GenerateObjectIdCellArray)''
|'''TimestepValues''' (TimestepValues)
|
|
| 1
Available timestep values.
|
|
Only the values 0 and 1 are accepted.


|


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


|}


|-
==RTXMLPolyDataReader==
| '''Has Mode Shapes'''<br>''(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.




{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Mode Shape'''<br>''(ModeShape)''
| '''Property'''
|
| '''Description'''
Specify the current mode shape when HasModeShapes in on.
| '''Default Value(s)'''
| '''Restrictions'''


| 1
|
|-
|-
| '''Node Map Array Status'''<br>''(NodeMapArrayStatus)''
|'''FileName''' (FileName)
|
|
Set the file name for the real-time VTK polygonal
dataset reader.
|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Node Set Array Status'''<br>''(NodeSetArrayStatus)''
|'''Location''' (Location)
|
|
Set the data directory containing real time data
files.
|
|
|
|
The list of array names is provided by the reader.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Node Set Result Array Status'''<br>''(NodeSetResultArrayStatus)''
|'''NextFileName''' (NextFileName)
|
|
|
|
|
|
The list of array names is provided by the reader.


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




|-
|}
| '''Side Set Array Status'''<br>''(SideSetArrayStatus)''
 
==Restarted Sim Exodus Reader==
 
Reads 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.
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
 
|-
|'''FileNameInfo''' (FileNameInfo)
|
|
|
|
|
|
The list of array names is provided by the reader.


|-
|'''FileName''' (FileName)
|
This points to a special metadata file that lists the
output files for each restart.
|


|
The value(s) must be a filename (or filenames).
|-
|-
| '''Side Set Result Array Status'''<br>''(SideSetResultArrayStatus)''
|'''UseMetaFile''' (UseMetaFile)
|
|
This hidden property must always be set to 1 for this
proxy to work.
|
|
1
|
|
The list of array names is provided by the reader.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''XML File Name'''<br>''(XMLFileName)''
|'''TimestepValues''' (TimestepValues)
|
|
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==


 
Reads 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
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>
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.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,191: Line 2,420:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (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.


|
|
The value(s) must be a filename (or filenames).
|-
|'''UseMetaFile''' (UseMetaFile)
|
This hidden property must always be set to 1 for this
proxy to work.
|
1
|
|
Accepts boolean values (0 or 1).
|-
|-
| '''Use Meta File'''<br>''(UseMetaFile)''
|'''TimestepValues''' (TimestepValues)
|
|
This hidden property must always be set to 1 for this proxy to work.


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


|


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


|-
|'''MeshFileName''' (MeshFileName)
|
|
The name of the mesh file to load.
|
|
The list of array names is provided by the reader.


|
The value(s) must be a filename (or filenames).
|-
|-
| '''Distribute Files'''<br>''(DistributeFiles)''
|'''ModeFileName''' (ModeFileName)
|
The name of the mode files to load. The points in the
mode file should be the same as the mesh file.
|
|
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.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Down Convert Volume Fraction'''<br>''(DownConvertVolumeFraction)''
|'''ReadInternalVolume''' (ReadInternalVolume)
|
If on, read the internal volume of the data
set.
|
|
If this property is set to 0, the type of the volume fraction is float; is set to 1, the type is unsigned char.
0
 
| 1
|
|
Only the values 0 and 1 are accepted.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Generate Active Block Array'''<br>''(GenerateActiveBlockArray)''
|'''ReadExternalSurface''' (ReadExternalSurface)
|
If on, read the external surfaces of the data
set.
|
|
If this property is set to 1, a cell array will be generated that stores the active status of a block.
1
 
| 0
|
|
Only the values 0 and 1 are accepted.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Generate Block Id Array'''<br>''(GenerateBlockIdArray)''
|'''ReadMidpoints''' (ReadMidpoints)
|
If on, reads midpoint information for external surfaces
and builds quadratic surface triangles.
|
|
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.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Generate Level Array'''<br>''(GenerateLevelArray)''
|'''TimestepValues''' (TimestepValues)
|
This magic property sends time information to the
animation panel. ParaView will then automatically set up the animation
to visit the time steps defined in the file.
|
|
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.


|-
|'''TimeRange''' (TimeRange)
|
This magic property sends time range information to the
animation panel. ParaView uses this information to set the range of
time for the animation. This property is important for when there are
no timesteps but you still want to give ParaView a range of values to
use.
|


|}
|


|-
|'''FrequencyScale''' (FrequencyScale)
|


==SESAME Reader==
Sets the scale factor for each mode. By default, each scale factor is
set to 1.


|


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>
|-
|'''FrequencyScaleInfo''' (FrequencyScaleInfo)
|
 
|
 
|


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
|'''PhaseShift''' (PhaseShift)
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
This property specifies the file name for the SESAME reader.
 
Sets the phase offset for each mode. By default, shift is set to 0.


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


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




|}
|}


==SLAC Particle Data Reader==


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


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,318: Line 2,582:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''Mesh File Name'''<br>''(MeshFileName)''
|'''FileName''' (FileName)
|
A list of files to be read in a time
series.
|
|
The name of the mesh file to load.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
|-
Available timestep values.
| '''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.


|
|
|
 
 
|}
 
==STL Reader==
 
Reads 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.
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
 
|-
|-
| '''Read External Surface'''<br>''(ReadExternalSurface)''
|'''FileNameInfo''' (FileNameInfo)
|
|
If on, read the external surfaces of the data set.


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


|


|-
|-
| '''Read Internal Volume'''<br>''(ReadInternalVolume)''
|'''FileNames''' (FileNames)
|
The list of files to be read by the reader. If more than
one file is specified, the reader will switch to file series mode in
which it will pretend that it can support time and provide one file per
time step.
|
|
If on, read the internal volume of the data set.


| 0
|
|
Only the values 0 and 1 are accepted.
The value(s) must be a filename (or filenames).
 
 
|-
|-
| '''Read Midpoints'''<br>''(ReadMidpoints)''
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
If on, reads midpoint information for external surfaces and builds
quadratic surface triangles.


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




|}
|}


==Spy Plot Reader==


==SLAC Particle Data Reader==
Reads 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
The SLAC Particle data reader.<br>
binary files containing the dataset. This reader produces
hierarchical datasets.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,377: Line 2,662:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''Cell Arrays''' (CellArrayStatus)
|
This property lists which cell-centered arrays to
read.
|
|
A list of files to be read in a time series.


|
|
The list of array names is provided by the reader.
|-
|'''FileName''' (FileName)
|
This property specifies the file name for the Spy Plot
reader.
|
|
|}


 
|
==STL Reader==
The value(s) must be a filename (or filenames).
 
 
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>
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
|'''TimestepValues''' (TimestepValues)
| '''Description'''
|
| '''Default Value(s)'''
Available timestep values.
| '''Restrictions'''
|-
| '''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.


|
|
|
|}


==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.<br>
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''DownConvertVolumeFraction''' (DownConvertVolumeFraction)
|
|
This property lists which cell-centered arrays to read.
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
|
|
The list of array names is provided by the reader.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Distribute Files'''<br>''(DistributeFiles)''
|'''ComputeDerivedVariables''' (ComputeDerivedVariables)
|
If this property is set to 1, the reader will convert
derived variables like material density for the materials that the user
has selected. For Density the user needs to have selected Material Mass
and Material Volume Fraction.
|
|
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.
Accepts boolean values (0 or 1).
 
|-
 
|'''DistributeFiles''' (DistributeFiles)
|
In parallel mode, if this property is set to 1, the
reader will distribute files or blocks.
|
1
|
Accepts boolean values (0 or 1).
|-
|-
| '''Down Convert Volume Fraction'''<br>''(DownConvertVolumeFraction)''
|'''GenerateLevelArray''' (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 0, the type of the volume fraction is float; is set to 1, the type is unsigned char.
0
 
| 1
|
|
Only the values 0 and 1 are accepted.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''File Name'''<br>''(FileName)''
|'''GenerateActiveBlockArray''' (GenerateActiveBlockArray)
|
|
This property specifies the file name for the Spy Plot reader.
If this property is set to 1, a cell array will be
 
generated that stores the active status of a block.
|
|
0
|
|
Accepts boolean values (0 or 1).
|-
|-
| '''Generate Active Block Array'''<br>''(GenerateActiveBlockArray)''
|'''GenerateTracers''' (GenerateTracers)
|
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 active status of a block.
1
 
| 0
|
|
Only the values 0 and 1 are accepted.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Generate Block Id Array'''<br>''(GenerateBlockIdArray)''
|'''GenerateMarkers''' (GenerateMarkers)
|
If this property is set to 1, a second output will be
created using the markers data stored in the file.
|
|
If this property is set to 1, a cell array will be generated that stores a unique blockId for each block.
1
 
| 0
|
|
Only the values 0 and 1 are accepted.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Generate Level Array'''<br>''(GenerateLevelArray)''
|'''GenerateBlockIdArray''' (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 the level of each block.
0
 
| 0
|
|
Only the values 0 and 1 are accepted.
Accepts boolean values (0 or 1).
 
 
|-
|-
| '''Generate Tracer Array'''<br>''(GenerateTracerArray)''
|'''MergeXYZComponents''' (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
|
|
If this property is set to 1, a cell array will be generated that stores the coordinates of any tracers.
Accepts boolean values (0 or 1).
 
|-
| 0
|'''CellArrayInfo''' (CellArrayInfo)
|
|
Only the values 0 and 1 are accepted.


|-
| '''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.


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




|}
|}


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


 
Reads a TIFF file into an image data.The TIFF reader reads TIFF
Read a TIFF file into an image data.
(Tagged Image File Format) files, and the output is a
 
uniform rectilinear (image/volume) dataset. The default
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>
file extension is .tiff.


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


|
|
|
The value(s) must be a filename (or filenames).
 
|}
|}


==TIFF Series Reader==


==Tecplot Reader==
Reads a series of TIFF files into an time sequence of image datas.The TIFF series
 
reader reads TIFF files. The output is a time sequence of
 
uniform rectilinear (image/volume) dataset. The default
Read files in the Tecplot ASCII file format.
file extension is .tif or .tiff.
 
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"
Line 2,549: Line 2,824:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Names'''<br>''(FileNames)''
|'''FileNames''' (FileNames)
|
The list of files to be read by the reader. If more than
one file is specified, the reader will switch to file series mode in
which it will pretend that it can support time and provide one file per
time step.
|
|
The list of files to be read by the reader.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
|
|-
|-
| '''Data Arrays'''<br>''(DataArrayStatus)''
|'''ReadAsImageStack''' (ReadAsImageStack)
|
|
This property lists what dataset attribute arrays (point data and cell data) to read.
 
When set, the reader will read the set of files as an image stack, rather than
a temporal file series.


|
|
1
|
|
The list of array names is provided by the reader.
Accepts boolean values (0 or 1).
 


|}
|}


==Tecplot Reader==


==VPIC Reader==
Reads 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
Sorry, no help is currently available.
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.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,581: Line 2,877:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNames''' (FileNames)
|
|
The list of files to be read by the
reader.
|
|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|'''FileNameInfo''' (FileNameInfo)
|
|
|
|
|
|
The list of array names is provided by the reader.


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




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


==Unstructured NetCDF POP reader==


==VRML Reader==
Reads rectilinear grid data from a NetCDF POP file and converts it into unstructured data.
 
The reader reads regular rectilinear grid (image/volume) data from a
 
NetCDF file and turns it into an unstructured spherical
Load the geometry from a VRML 2.0 file.
grid.
 
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"
Line 2,633: Line 2,919:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
 
|
|
This property specifies the file name for the VRML reader.


|
|
|-
|'''FileName''' (FileName)
|
The list of files to be read by the
reader.
|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
|}


|


==Wavefront OBJ Reader==


|}


Read Wavefront .OBJ files to produce polygonal and line data.
==VPIC Reader==


The OBJ reader reads data stored in Wavefront .OBJ format.<br>
Reads distributed VPIC files into an ImageData.VPIC is a 3D
The expected file extension is .obj, the datasets resulting<br>
kinetic plasma particle-in-cell simulation. The input file
from reading these files are polygons and lines.<br>
(.vpc) opened by the VPIC reader is an ASCII description
of the data files which are written one file per
processor, per category and per time step. These are
arranged in subdirectories per category (field data and
hydrology data) and then in time step
subdirectories.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,658: Line 2,965:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
ASCII .vpc file describes locations of data files, grid
sizes, time step sizes and type and order of data written to the
files.
|
|
This property specifies the file name for the OBJ reader.


|
|
The value(s) must be a filename (or filenames).
|-
|'''PointArrayInfo''' (PointArrayInfo)
|
|
|}


|


==WindBlade reader==
|


|-
|'''Point Arrays''' (PointArrayStatus)
|
Variables written to the data files are described in the
.vpc file and are presented for selection. Only selected variables are
loaded for a time step.
|


Sorry, no help is currently available.
|
The list of array names is provided by the reader.
|-
|'''TimestepValues''' (TimestepValues)
|


|
|


{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
|'''Stride''' (SetStride)
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''File Name'''<br>''(FileName)''
|
|
VPIC data may be very large and not all is needed for
effective visualization. Setting the stride selects every nth data item
within the files for display.
|
|
1 1 1
|
|
|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|'''DefaultXExtent''' (DefaultXExtent)
|
|
VPIC data is written one file per simulation processor.
This coarse map of files is used in partitioning files between
visualizing processors so that each ParaView processor has its own set
of files to display. Default extent is all files
available.
|
|
|
|
The list of array names is provided by the reader.


|-
|'''DefaultYExtent''' (DefaultYExtent)
|
VPIC data is written one file per simulation processor.
This coarse map of files is used in partitioning files between
visualizing processors so that each ParaView processor has its own set
of files to display. Default extent is all files
available.
|


|}
|


|-
|'''DefaultZExtent''' (DefaultZExtent)
|
VPIC data is written one file per simulation processor.
This coarse map of files is used in partitioning files between
visualizing processors so that each ParaView processor has its own set
of files to display. Default extent is all files
available.
|


==XDMF Reader==
|


 
|-
Read XDMF (eXtensible Data Model and Format) files.
|'''X Extent''' (XExtent)
 
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>
large attribute arrays are stored in a corresponding HDF5 file. The<br>
output may be unstructured grid, structured grid, or rectiliner grid.<br>
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|
|
This property lists which the cell-centered arrays to read.
VPIC data is written one file per simulation processor.
 
This coarse map of files is used in partitioning files between
visualizing processors so that each ParaView processor has its own set
of files to display. Ghost cell overlap is handled within the reader.
To limit the View of VPIC information the extent in the X dimension of
"files" can be specified. Only the files selected will be displayed and
they will be partitioned between the visualizing processors, allowing a
higher resolution over a smaller area.
|
|
-1 -1
|
|
The list of array names is provided by the reader.


|-
|-
| '''File Name'''<br>''(FileName)''
|'''Y Extent''' (YExtent)
|
|
This property specifies the file name for the XDMF reader.
VPIC data is written one file per simulation processor.
 
This coarse map of files is used in partitioning files between
visualizing processors so that each ParaView processor has its own set
of files to display. Ghost cell overlap is handled within the reader.
To limit the View of VPIC information the extent in the Y dimension of
"files" can be specified. Only the files selected will be displayed and
they will be partitioned between the visualizing processors, allowing a
higher resolution over a smaller area.
|
|
-1 -1
|
|
|-
|-
| '''Grids'''<br>''(GridStatus)''
|'''Z Extent''' (ZExtent)
|
|
|
VPIC data is written one file per simulation processor.
This coarse map of files is used in partitioning files between
visualizing processors so that each ParaView processor has its own set
of files to display. Ghost cell overlap is handled within the reader.
To limit the View of VPIC information the extent in the Z dimension of
"files" can be specified. Only the files selected will be displayed and
they will be partitioned between the visualizing processors, allowing a
higher resolution over a smaller area.
|
|
|-
-1 -1
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which the point-centered arrays to read.


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


|}


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


|
Load the geometry from a VRML 2.0 file.The VRML reader loads
|
only the geometry from a VRML (Virtual Reality Modeling
The list of array names is provided by the reader.
Language) 2.0 file. The expected file extension is .wrl.
The output of this reader is a polygonal
dataset.


{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''


|-
|-
| '''Stride'''<br>''(Stride)''
|'''FileName''' (FileName)
|
This property specifies the file name for the VRML
reader.
|
|
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).
The value(s) must be a filename (or filenames).
 


|}
|}


==Wavefront OBJ Reader==


==XML Hierarchical Box Data reader==
Reads 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
Read a VTK XML-based data file containing a hierarchical dataset containing vtkUniformGrids.
reading these files are polygons and
 
lines.
The XML Hierarchical Box Data reader reads VTK's XML-based file format<br>
containing a vtkHierarchicalBoxDataSet. The expected file extensions is<br>
either .vthb or .vth.<br>


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,784: Line 3,137:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileName''' (FileName)
|
This property specifies the file name for the OBJ
reader.
|
|
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 value(s) must be a filename (or filenames).
 
|}
|}


==WindBlade reader==


==XML Image Data Reader==
Reads WindBlade/Firetec simulation files possibly including wind turbines and topology files.
 
WindBlade/Firetec is a simulation dealing with the effects
 
of wind on wind turbines or on the spread of fires. It
Read serial VTK XML image data files.
produces three outputs - a StructuredGrid for the wind
 
data fields, a StructuredGrid for the ground topology, and
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>
a PolyData for turning turbine blades. The input file
(.wind) opened by the WindBlade reader is an ASCII
description of the data files expected. Data is
accumulated by the simulation processor and is written one
file per time step. WindBlade can deal with topology if a
flag is turned on and expects (x,y) data for the ground.
It also can deal with turning wind turbines from other
time step data files which gives polygon positions of
segments of the blades and data for each
segment.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,811: Line 3,174:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''Filename''' (Filename)
|
ASCII .wind file describes locations of data files, grid
sizes and variable deltas, time step sizes, whether topology is used,
whether turbines are used, and type and order of data written to the
files.
|
|
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 value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
|
|
|-
|-
| '''Cell Arrays'''<br>''(CellArrayStatus)''
|'''PointArrayInfo''' (PointArrayInfo)
|
|
This property lists which cell-centered arrays to read.


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


|-
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|'''Point Arrays''' (PointArrayStatus)
|
Variables written to the data files are described in the
.wind file and are presented for selection. Only selected variables are
loaded for a time step.
|
|
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.


|}
|}


==XDMF Reader==


==XML MultiBlock Data Reader==
Reads 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. See http://www.xdmf.org for a
description of the file format.


Read a VTK XML multi-block data file and the serial VTK XML data files to which it points.
{| class="PropertiesTable" border="1" cellpadding="5"
 
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>
serial VTK XML files. When reading in parallel, this reader will<br>
distribute sub-blocks among processors. The expected file extensions are<br>
.vtm and .vtmb.<br>
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
Line 2,858: Line 3,231:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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.


|
|
|
|
|}


|-
|'''FileNames''' (FileNames)
|
The list of files to be read by the
reader.
|


==XML Partitioned Image Data Reader==
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|


|


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>
|}
 
==XML Hierarchical Box Data reader==
 
Reads 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.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,885: Line 3,274:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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)''
|'''FileName''' (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 one file is specified, the reader will
switch to file series mode in which it will pretend that it can support
time and provide one file per time step.
|
|
This propert lists which cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.
Available timestep values.
 
 
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


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




|}
|}


==XML Image Data Reader==


==XML Partitioned Polydata Reader==
Reads 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.


 
{| class="PropertiesTable" border="1" cellpadding="5"
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>
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
Line 2,928: Line 3,319:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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)''
|'''FileName''' (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 one file is specified, the reader will switch to
file series mode in which it will pretend that it can support time and
provide one file per time step.
|
|
This property lists which cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.
Available timestep values.
 
 
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


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




|}
|}


==XML MultiBlock Data Reader==


==XML Partitioned Rectilinear Grid Reader==
Reads 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
Read the summary file and the associated VTK XML rectilinear grid data files.
that point to a list of serial VTK XML files. When reading
 
in parallel, this reader will distribute sub-blocks among
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>
processors. The expected file extensions are .vtm and
.vtmb.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 2,971: Line 3,367:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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)''
|'''FileName''' (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 one file is specified, the reader will
switch to file series mode in which it will pretend that it can support
time and provide one file per time step.
|
|
This property lists which cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.
Available timestep values.
 
 
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


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




|}
|}


==XML Partitioned Image Data Reader==


==XML Partitioned Structured Grid Reader==
Reads 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
Read the summary file and the associated VTK XML structured grid data files.
partitioned format's summary file and then the associated
 
VTK XML image data files. The expected file extension is
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>
.pvti. This reader also supports file
series.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,014: Line 3,415:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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)''
|'''FileName''' (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 one file is specified, the
reader will switch to file series mode in which it will pretend that it
can support time and provide one file per time step.
|
|
This property lists which cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.
Available timestep values.
 
 
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


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




|}
|}


==XML Partitioned Polydata Reader==


==XML Partitioned Unstructured Grid Reader==
Reads 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
Read the summary file and the associated VTK XML unstructured grid data files.
summary file and then the associated VTK XML polydata
 
files. The expected file extension is .pvtp. This reader
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>
also supports file series.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,057: Line 3,462:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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)''
|'''FileName''' (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 one file is specified, the
reader will switch to file series mode in which it will pretend that it
can support time and provide one file per time step.
|
|
This property lists which cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.
Available timestep values.
 
 
|-
| '''Point Arrays'''<br>''(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==


==XML PolyData Reader==
Reads 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
Read serial VTK XML polydata files.
partitioned format's summary file and then the associated
 
VTK XML rectilinear grid files. The expected file
The XML Polydata reader reads the VTK XML polydata file format. The standard extension is .vtp. This reader also supports file series.<br>
extension is .pvtr. This reader also supports file
series.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,100: Line 3,510:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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)''
|'''FileName''' (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 one file is specified,
the reader will switch to file series mode in which it will pretend
that it can support time and provide one file per time
step.
|
|
This property lists which cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.
Available timestep values.
 
 
|-
| '''Point Arrays'''<br>''(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==


==XML Rectilinear Grid Reader==
Reads 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
Read serial VTK XML rectilinear grid data files.
the partitioned format's summary file and then the
 
associated VTK XML structured grid data files. The
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>
expected file extension is .pvts. This reader also
supports file series.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,143: Line 3,559:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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)''
|'''FileName''' (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 one file is specified,
the reader will switch to file series mode in which it will pretend
that it can support time and provide one file per time
step.
|
|
This property lists which cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.
Available timestep values.
 
 
|-
| '''Point Arrays'''<br>''(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==


==XML Structured Grid Reader==
Reads 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.


 
{| class="PropertiesTable" border="1" cellpadding="5"
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>
 
{| class="PropertiesTable" border="1" cellpadding="5"
|-
|-
| '''Property'''
| '''Property'''
Line 3,186: Line 3,608:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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)''
|'''FileName''' (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 one file is
specified, the reader will switch to file series mode in which it will
pretend that it can support time and provide one file per time
step.
|
|
This property lists which cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.
Available timestep values.
 
 
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


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




|}
|}


==XML PolyData Reader==


==XML Unstructured Grid Reader==
Reads 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
Read serial VTK XML unstructured grid data files.
series.
 
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"
Line 3,229: Line 3,654:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
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)''
|'''FileName''' (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 one file is specified, the reader will
switch to file series mode in which it will pretend that it can support
time and provide one file per time step.
|
|
This property lists which cell-centered arrays to read.


|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
|
The list of array names is provided by the reader.
Available timestep values.
 
 
|-
| '''Point Arrays'''<br>''(PointArrayStatus)''
|
|
This property lists which point-centered arrays to read.


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




|}
|}


==XML Rectilinear Grid Reader==


==XYZ Reader==
Reads 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.
Read XYZ molecular data files into a polygonal dataset.
This reader also supports file series.
 
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"
Line 3,272: Line 3,699:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
|
This property specifies the file name for the XYZ reader.


|
|
|
|
|-
|-
| '''Time Step'''<br>''(TimeStep)''
|'''FileName''' (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 one file is specified, the
reader will switch to file series mode in which it will pretend that it
can support time and provide one file per time step.
|
|
This property specifies the timestep the XYZ reader should load.


| 0
|
|
|}
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|


|


==proSTAR (STARCD) Reader==


|}


Reads geometry in proSTAR (STARCD) file format.
==XML Structured Grid Reader==


ProStarReader creates an unstructured grid dataset.<br>
Reads serial VTK XML structured grid data files.The
It reads .cel/.vrt files stored in proSTAR (STARCD) ASCII format.<br>
XML Structured Grid reader reads the VTK XML structured
grid data file format. The standard extension is .vts.
This reader also supports file series.


{| class="PropertiesTable" border="1" cellpadding="5"
{| class="PropertiesTable" border="1" cellpadding="5"
Line 3,303: Line 3,744:
| '''Default Value(s)'''
| '''Default Value(s)'''
| '''Restrictions'''
| '''Restrictions'''
|-
|-
| '''File Name'''<br>''(FileName)''
|'''FileNameInfo''' (FileNameInfo)
|
 
|
 
|
|
Set the file name for the proSTAR (STARCD) reader.


|-
|'''FileName''' (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 one file is specified, the reader will
switch to file series mode in which it will pretend that it can support
time and provide one file per time step.
|
|
|
|
The value(s) must be a filename (or filenames).
|-
|-
| '''Scale Factor'''<br>''(ScaleFactor)''
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
Scaling factor for the points


| 0
|
|
|}
==XML UniformGrid AMR Reader==
Reads a VTK XML-based data file containing a AMR datasets .
This reader reads Overlapping and Non-Overlapping AMR
datasets in VTK XML format. This reader reads the newer
version of the format. For version 1.0 and less, use
XMLHierarchicalBoxDataReader.
The expected file extensions is either .vthb or .vth.
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|'''FileNameInfo''' (FileNameInfo)
|
|
|
|-
|'''FileName''' (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 one file is specified, the reader will
switch to file series mode in which it will pretend that it can support
time and provide one file per time step.
|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
|}
==XML Unstructured Grid Reader==
Reads 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.
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|'''FileNameInfo''' (FileNameInfo)
|
|
|
|-
|'''FileName''' (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 one file is specified, the
reader will switch to file series mode in which it will pretend that it
can support time and provide one file per time step.
|
|
The value(s) must be a filename (or filenames).
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
|}
==XYZ Reader==
Reads 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.
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|'''FileName''' (FileName)
|
This property specifies the file name for the XYZ
reader.
|
|
The value(s) must be a filename (or filenames).
|-
|'''TimeStep''' (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.
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|'''FileName''' (FileName)
|
Set the file name for the proSTAR (STARCD)
reader.
|
|
The value(s) must be a filename (or filenames).
|-
|'''ScaleFactor''' (ScaleFactor)
|
Scaling factor for the points
|
1
|
|}
==spcth history reader==
Reads an spcth history file where each row translates into a single time step and the columns are points, materials and properties.
{| class="PropertiesTable" border="1" cellpadding="5"
|-
| '''Property'''
| '''Description'''
| '''Default Value(s)'''
| '''Restrictions'''
|-
|'''FileName''' (FileName)
|
This property specifies the file name for the VRML
reader.
|
|
The value(s) must be a filename (or filenames).
|-
|'''CommentCharacter''' (CommentCharacter)
|
This property lists the characters that is used as the
first character on comment lines
|
%
|
|-
|'''Delimeter''' (Delimeter)
|
Character that is used as the delimeter.
|
,
|
|-
|'''TimestepValues''' (TimestepValues)
|
Available timestep values.
|
|
|}
|}

Latest revision as of 18:06, 26 January 2016

AVS UCD Reader

Reads 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
FileNameInfo (FileNameInfo)
FileNames (FileNames)

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

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


BYU Reader

Reads 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
FileName (FileName)

This property specifies the file name for the BYU reader.

The value(s) must be a filename (or filenames).

CML Molecule Reader

A reader for Chemical Markup Language (CML) This is a reader for Chemical Markup Language (CML) which describes chemical information using XML.


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

This property specifies the CML file name

The value(s) must be a filename (or filenames).

CSV Reader

Reads a Delimited Text values file into a 1D rectilinear grid.The CSV reader reads a Delimited Text 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 as well as .txt. This can read file series as well.

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

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

The value(s) must be a filename (or filenames).

FileNameInfo (FileNameInfo)
TimestepValues (TimestepValues)

Available timestep values.


DEM Reader

Reads 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
FileName (FileName)

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

The value(s) must be a filename (or filenames).

DICOM Reader (Single File)

Reads DICOM regular rectilinear grid data from a lone file. DICOM is a file format often used in medical imaging. This version of the reader reads a single file (as opposed to a collection of files). The DICOM reader currently only supports uncompressed files.


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

DICOM file to load. This version of the reader only supports loading one file at a time.

The value(s) must be a filename (or filenames).

DICOM Reader (directory)

Reads DICOM regular rectilinear grid data from a directory containing a file. DICOM is a file format often used in medical imaging. This version of the reader will look at all files in the same directory of the selected file and load them as planes of the same data set. It is typically for 3D medical scanners to store planes as set of files in a directory.


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

A file in the directory of files to be loaded. The DICOM reader will actually load all valid DICOM files in the same directory as this file as part of the same dataset. This is typical of how DICOM files are often stored.

The value(s) must be a filename (or filenames).

ENZO AMR Particles Reader

Reads AMR particles from an ENZO datasetThe Enzo particles reader loads particle simulation data stored in Enzo HDF5 format. The output of this reader is MultiBlock dataset where each block is a vtkPolyData that holds the particles (points) and corresponding particle data.

Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


EnSight Master Server Reader

Reads 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
CaseFileName (CaseFileName)

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

The value(s) must be a filename (or filenames).

ByteOrder (ByteOrder)

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

0

The value(s) is an enumeration of the following:

  • BigEndian (0)
  • LittleEndian (1)
TimestepValues (TimestepValues)

Available timestep values.

SetTimeValue (SetTimeValue)

This property indicates which time value to read.

0.0

CellArrayInfo (CellArrayInfo)
Cell Arrays (CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

This property lists which point-centered arrays to read.

The list of array names is provided by the reader.

EnSight Reader

Reads 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
CaseFileName (CaseFileName)

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

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.

CellArrayInfo (CellArrayInfo)
Cell Arrays (CellArrayStatus)

This property lists which cell-centered arrays to read.

The list of array names is provided by the reader.

PointArrayInfo (PointArrayInfo)
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 hierarchical box dataset from an Enzo file. This Enzo reader loads data stored in Enzo format. The output of this reader is a hierarchical-box dataset.

Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


ExodusIIReader

Reads 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. The file format is described fully at: http://endo.sandia.gov/SEACAS/Documentation/exodusII.pdf. Each Exodus file contains a single set of points with 2-D or 3-D coordinates plus one or more blocks, sets, and maps. Block group elements (or their bounding edges or faces) of the same type together. Sets select subsets (across all the blocks in a file) of elements, sides of elements (which may be of mixed dimensionality), bounding faces of volumetric elements, or bounding edges of volumetric or areal elements. Each block or set may have multiple result variables, each of which defines a value per element, per timestep. The elements (cells), faces of elements (when enumerated in face blocks), edges of elements (when enumerated in edge blocks), and nodes (points) in a file may be assigned an arbitrary integer number by an element map, face map, edge map, or node map, respectively. Usually, only a single map of each type exists and is employed to assign a unique global ID to entities across multiple files which partition a large mesh for a distributed-memory calculation. However here may be multiply maps of each type and there are no constraints which force the integers to be unique. The connectivity of elements is constant across all of the timesteps in any single Exodus II file. However, multiple files which specify a single time-evolution of a mesh may be used to represent meshes which exhibit changes in connectivity infrequently. Field variable mode_shape[0] represents the time step (t_index) if HasModeShapes is not set or the ModeShape otherwise.

Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

This property specifies the file name for the Exodus reader.

The value(s) must be a filename (or filenames).

UseMetaFile (UseMetaFile)

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

0

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)


FLASH AMR Particles Reader

Reads AMR particles from FLASH datasetThe Flash particles reader loads particle simulation data stored in Flash format. The output of this reader is a MultiBlock dataset where each block is vtkPolyData that holds the particles and corresponding particle data.

Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


FacetReader

Reads ASCII files stored in Facet format.The Facet Reader reads files in Facet format: a simple ASCII file format listing point coordinates and connectivity between these points. The default file extension is .facet. The output of the Facet Reader is polygonal.

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

This property specifies the file name for the Facet reader.

The value(s) must be a filename (or filenames).

Flash Reader

Read hierarchical box dataset from a Flash dataset. This Flash reader loads data stored in Enzo format. The output of this reader is a hierarchical-box dataset.

Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


Fluent Case Reader

Reads a dataset in Fluent file format. FLUENTReader creates an unstructured grid dataset. It reads .cas and .dat files stored in FLUENT native format (or a file series of the same.

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

The name of the files to load.

The value(s) must be a filename (or filenames).

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
FileName (FileName)

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

The value(s) must be a filename (or filenames).

HBScale (HBScale)

A scaling factor to compute bonds with hydrogen atoms.

1.0

BScale (BScale)

A scaling factor to compute bonds between non-hydrogen atoms

1.0


Image Reader

Reads 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
FilePrefix (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 value(s) must be a filename (or filenames).

FilePattern (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

DataScalarType (DataScalarType)

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

4

The value(s) is an enumeration 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)
DataByteOrder (DataByteOrder)

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

0

The value(s) is an enumeration of the following:

  • BigEndian (0)
  • LittleEndian (1)
FileDimensionality (FileDimensionality)

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

3

The value(s) is an enumeration of the following:

  • 2 (2)
  • 3 (3)
DataOrigin (DataOrigin)

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

0.0 0.0 0.0

DataSpacing (DataSpacing)

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

1.0 1.0 1.0

DataExtent (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

NumberOfScalarComponents (NumberOfScalarComponents)

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

1

ScalarArrayName (ScalarArrayName)

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

ImageFile

FileLowerLeft (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

Accepts boolean values (0 or 1).

JPEG Series Reader

Reads a series of JPEG files into an time sequence of image datas.The JPEG series reader reads JPEG files. The output is a time sequence of uniform rectilinear (image/volume) dataset. The default file extension is .jpg or .jpeg.

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

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

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.

ReadAsImageStack (ReadAsImageStack)

When set, the reader will read the set of files as an image stack, rather than a temporal file series.

1

Accepts boolean values (0 or 1).

LSDynaReader

Read LS-Dyna databases (d3plot).This reader reads LS-Dyna databases.

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

Set the file name for the LSDyna reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)
SolidArrayInfo (SolidArrayInfo)
Solid Arrays (SolidArrayStatus)

Select which solid arrays to read.

The list of array names is provided by the reader.

ThickShellArrayInfo (ThickShellArrayInfo)
Thick Shell Arrays (ThickShellArrayStatus)

Select which thick shell arrays to read.

The list of array names is provided by the reader.

ShellArrayInfo (ShellArrayInfo)
Shell Arrays (ShellArrayStatus)

Select which shell arrays to read.

The list of array names is provided by the reader.

RigidBodyArrayInfo (RigidBodyArrayInfo)
Rigid Body Arrays (RigidBodyArrayStatus)

Select which rigid body arrays to load.

The list of array names is provided by the reader.

RoadSurfaceArrayInfo (RoadSurfaceArrayInfo)
Road Surface Arrays (RoadSurfaceArrayStatus)

Select which road surface arrays to read.

The list of array names is provided by the reader.

BeamArrayInfo (BeamArrayInfo)
Beam Arrays (BeamArrayStatus)

Select which beam arrays to read.

The list of array names is provided by the reader.

ParticleArrayInfo (ParticleArrayInfo)
Particle Arrays (ParticleArrayStatus)

Select which particle arrays to read.

The list of array names is provided by the reader.

PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

Select which point-centered arrays to read.

The list of array names is provided by the reader.

PartArrayInfo (PartArrayInfo)
Part Arrays (PartArrayStatus)

Select which part arrays to read.

The list of array names is provided by the reader.

DeformedMesh (DeformedMesh)

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

1

Accepts boolean values (0 or 1).

RemoveDeletedCells (RemoveDeletedCells)

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

1

Accepts boolean values (0 or 1).

Legacy VTK Reader

Reads 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
FileNameInfo (FileNameInfo)
FileNames (FileNames)

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

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


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
FileName (FileName)

Set the file name for the MFIX reader.

The value(s) must be a filename (or filenames).

CellArrayInfo (CellArrayInfo)
Cell Arrays (CellArrayStatus)

Select which cell-centered arrays to read.

The list of array names is provided by the reader.

TimestepValues (TimestepValues)


MRC Series Reader

Reads a series of MRC files into an time sequence of image datas.The MRC series reader reads MRC files. The output is a time sequence of uniform rectilinear (image/volume) dataset. The default file extension is .mrc but .ali, .st and .rec are also recognized.

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

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

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


Meta File Series Reader

Reads a series of meta images.Read a series of meta images. The file extension is .mhd

Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by the reader. Each file is expected to be in the meta format. The standard extension is .mhd. If more than one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


NetCDF CAM reader

Reads unstructured grid data from NetCDF files. There are 2 files, a points+fields file which is set as FileName and a cell connectivity file set as ConnectivityFileName. This reader reads in unstructured grid data from a NetCDF file. The grid data is in a set of planes as quadrilateral cells. The reader creates hex cells in order to create a volumetric grid.

Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


NetCDF MPAS reader

Reads unstructured grid MPAS data from a file. This reader reads unstructured grid MPAS data from a file. It creates a dual grid It assumes the grid is in the global domain. By default, it creates a spherical view of vertical layer 0. It assumes it is ocean data. It gives several options to change the view to multilayer (all vertical layers will have a thickness determined by the value in the slider), lat/lon projection or atmospheric (vertical layers go out away from the center of the sphere, instead of down towards the center as they do for ocean data). It doesn't handle data in the rectangular domain. This is not a parallel reader. It expects one .nc file of data. It can display cell or vertex-centered data, but not edge data. When converted to the dual grid, cell-centered data becomes vertex-centered and vice-versa. NOTES: When using this reader, it is important that you remember to do the following: 1. When changing a selected variable, remember to select it also in the drop down box to color by. It doesn't color by that variable automatically 2. When selecting multilayer sphere view, start with layer thickness around 100,000 3. When selecting multilayer lat/lon view, start with layer thickness around 10 4. Always click the -Z orientation after making a switch from lat/lon to sphere, from single to multilayer or changing thickness. 5. Be conservative on the number of changes you make before hitting Apply, since there may be bugs in this reader. Just make one change and then hit Apply. For problems, contact Christine Ahrens (cahrens@lanl.gov)

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

This property specifies the file name to read. It should be an MPAS format NetCDF file ending in .nc.

The value(s) must be a filename (or filenames).

UseDimensionedArrayNames (UseDimensionedArrayNames)

This property ensures that the dimension info is always shown in the ParaView GUI.

1

Accepts boolean values (0 or 1).

PointArrayInfo (PointArrayInfo)
PointArrayStatus (PointArrayStatus)

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

The list of array names is provided by the reader.

CellArrayInfo (CellArrayInfo)
CellArrayStatus (CellArrayStatus)

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

The list of array names is provided by the reader.

DimensionInfo (DimensionInfo)
Extra Dimension Indices (DimensionCurrentIndex)
ShowMultilayerView (ShowMultilayerView)

This property indicates whether to show multiple layers in one view, with each vertical level having the same thickness, specified by the layer thickness slider. For ocean data, the layers correspond to data at vertical level whose number increases towards the center of the sphere. For atmospheric data, the layers correspond to data at vertical levels increasing away from the center.

0

Accepts boolean values (0 or 1).

DimensionList (DimensionList)
Vertical Dimension (VerticalDimension)

nVertLevels

The value(s) can be one of the following:

ProjectLatLon (ProjectLatLon)

This property indicates whether to view the data in the lat/lon projection.

0

Accepts boolean values (0 or 1).

IsAtmosphere (IsAtmosphere)

This property indicates whether data is atmospheric. Checking this ensures the vertical levels will go up away from the sphere instead of down towards the center.

0

Accepts boolean values (0 or 1).

LayerThicknessRangeInfo (LayerThicknessRangeInfo)
Layer Thickness (LayerThickness)

This property specifies how thick the layer should be if viewing the data in multilayer view. Each layer corresponds to a vertical level. A good starting point is 100,000 for the spherical view and 10 for the lat/lon projection. Click on -Z after applying this change, since the scale may change drastically.

10

CenterLonRangeInfo (CenterLonRangeInfo)
Center Longitude (CenterLon)

This property specifies where the center will be viewed for a lat/lon projection.

180

TimestepValues (TimestepValues)


NetCDF POP reader

Reads rectilinear grid data from a NetCDF POP file. The reader reads regular rectilinear grid (image/volume) data from a NetCDF file.

Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


NetCDF Reader

Reads 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
FileName (FileName)

The name of the files to load.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

This magic property sends time information to the animation panel. ParaView will then automatically set up the animation to visit the time steps defined in the file.


Nrrd Reader

Reads 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
FileName (FileName)

The name of the file to read (or the meta data file that will point to the actual file).

The value(s) must be a filename (or filenames).

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


OpenFOAMReader

Reads OpenFOAM data files, producing multi-block dataset.The OpenFOAM reader reads OpenFOAM data files and outputs multi-block datasets. Mesh information and time dependent data are supported. The OpenFOAM format is described fully at http://www.openfoam.com/docs/user/basic-file-format.php

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

This property specifies the file name for the reader.

The value(s) must be a filename (or filenames).

CaseType (CaseType)

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

1

The value(s) is an enumeration of the following:

  • Decomposed Case (0)
  • Reconstructed Case (1)
Create cell-to-point filtered data (CreateCellToPoint)

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

1

Accepts boolean values (0 or 1).

Add dimensional units to array names (AddDimensionsToArrayNames)

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

0

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)
PatchArrayInfo (PatchArrayInfo)
MeshRegions (MeshRegions)

The list of array names is provided by the reader.

CellArrayInfo (CellArrayInfo)
CellArrays (CellArrays)

The list of array names is provided by the reader.

PointArrayInfo (PointArrayInfo)
PointArrays (PointArrays)

The list of array names is provided by the reader.

LagrangianArrayInfo (LagrangianArrayInfo)
LagrangianArrays (LagrangianArrays)

The list of array names is provided by the reader.

Cache mesh (CacheMesh)

Cache the OpenFOAM mesh between GUI selection changes.

1

Accepts boolean values (0 or 1).

Decompose polyhedra (DecomposePolyhedra)

Decompose polyhedra into tetrahedra and pyramids.

1

Accepts boolean values (0 or 1).

List timesteps according to controlDict (ListTimeStepsByControlDict)

List time directories listed according to the settings in controlDict.

0

Accepts boolean values (0 or 1).

Lagrangian positions are in OF 1.3 binary format (PositionsIsIn13Format)

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

0

Accepts boolean values (0 or 1).

Read zones (ReadZones)

Read point/face/cell-Zones?

0

Accepts boolean values (0 or 1).

PDB Reader

Reads 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
FileName (FileName)

This property specifies the file name for the PDB reader.

The value(s) must be a filename (or filenames).

PLOT3D Meta-File Reader

The main goal of this reader is to make it easy to read PLOT3D files or time series of PLOT3D files. The main goal of this reader is to make it easy to read PLOT3D files, specifically time series of PLOT3D files. PLOT3D files can take many different forms based on their content. Unfortunately, it is not a self-describing format therefore the user needs to pass information about the contents of the file to the reader. Normally, this is done by setting a number of member variables. The goal of this reader is to provide a simple format that enable the writer of the PLOT3D file to describe its settings as well as group a number of files as a time series.


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

This property specifies the meta file name

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


PLOT3D Reader

Reads 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
QFileName (QFileName)

The list of .q (solution) files for the PLOT3D reader. There can be more than one. If more that one file is specified, the reader will switch to file-series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

FileNameInfo (FileNameInfo)
TimestepValues (TimestepValues)

Available timestep values.


PLY Reader

Reads 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
FileName (FileName)

This property specifies the file name for the PLY reader.

The value(s) must be a filename (or filenames).

PNG Series Reader

Reads a PNG file into an image data.The PNG reader reads PNG (Portable Network Graphics) files, and the output is a uniform rectilinear (image/volume) dataset. The default file extension is .png.

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

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

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.

ReadAsImageStack (ReadAsImageStack)

When set, the reader will read the set of files as an image stack, rather than a temporal file series.

1

Accepts boolean values (0 or 1).

PTS Reader

Reads a PTS ASCII Point Cloud file.The PTS reader reads ASCII PTS Point Cloud files containing points as well as optional intensity and color information. The default file extension is .pts. This reader produces a polydata set of a single vertex cell containing all of the points.

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

This property specifies the file name for the PTS (ASCII Point Cloud) reader.

The value(s) must be a filename (or filenames).

LimitNumberOfPointsRead (LimitNumberOfPointsRead)

Limits the number of points read in from file

0

Accepts boolean values (0 or 1).

MaxNumberOfPoints (MaxNumberOfPoints)

Specify the max number of point to be read.

100000

LimitPointCloudToBounds (LimitPointCloudToBounds)

Restrict the point to cloud to a specified volume.

0

Accepts boolean values (0 or 1).

ReadBounds (ReadBounds)

Define the spatial volume that wil restrict the extent of the point cloud [xmin, xmax, ymin, ymax, zmin, zmax]

0 100 0 100 0 100


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
FileName (FileName)

This property specifies the file name for the PVD reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


Parallel NetCDF POP reader

Reads rectilinear grid data from a NetCDF POP file in parallel. The reader reads regular rectilinear grid (image/volume) data from a NetCDF file. Only a subset of the processes actually read the file and these processes communicate the data to other processes.

Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


Particles Reader

Reads 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
FileName (FileName)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

FileNameInfo (FileNameInfo)
TimestepValues (TimestepValues)

Available timestep values.


Partitioned Legacy VTK Reader

Reads 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
FileName (FileName)

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

The value(s) must be a filename (or filenames).

Phasta Reader

Reads 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
FileName (FileName)

This property specifies the file name for the Phasta reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


RTXMLPolyDataReader

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

Set the file name for the real-time VTK polygonal dataset reader.

The value(s) must be a filename (or filenames).

Location (Location)

Set the data directory containing real time data files.

The value(s) must be a filename (or filenames).

NextFileName (NextFileName)
NewDataAvailable (NewDataAvailable)

2


Restarted Sim Exodus Reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (FileName)

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

The value(s) must be a filename (or filenames).

UseMetaFile (UseMetaFile)

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

1

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)


Restarted Sim Spy Plot Reader

Reads 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
FileName (FileName)

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

The value(s) must be a filename (or filenames).

UseMetaFile (UseMetaFile)

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

1

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)


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)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
MeshFileName (MeshFileName)

The name of the mesh file to load.

The value(s) must be a filename (or filenames).

ModeFileName (ModeFileName)

The name of the mode files to load. The points in the mode file should be the same as the mesh file.

The value(s) must be a filename (or filenames).

ReadInternalVolume (ReadInternalVolume)

If on, read the internal volume of the data set.

0

Accepts boolean values (0 or 1).

ReadExternalSurface (ReadExternalSurface)

If on, read the external surfaces of the data set.

1

Accepts boolean values (0 or 1).

ReadMidpoints (ReadMidpoints)

If on, reads midpoint information for external surfaces and builds quadratic surface triangles.

0

Accepts boolean values (0 or 1).

TimestepValues (TimestepValues)

This magic property sends time information to the animation panel. ParaView will then automatically set up the animation to visit the time steps defined in the file.

TimeRange (TimeRange)

This magic property sends time range information to the animation panel. ParaView uses this information to set the range of time for the animation. This property is important for when there are no timesteps but you still want to give ParaView a range of values to use.

FrequencyScale (FrequencyScale)

Sets the scale factor for each mode. By default, each scale factor is set to 1.

FrequencyScaleInfo (FrequencyScaleInfo)
PhaseShift (PhaseShift)

Sets the phase offset for each mode. By default, shift is set to 0.

PhaseShiftInfo (PhaseShiftInfo)


SLAC Particle Data Reader

The SLAC Particle data reader.The SLAC Particle data reader.

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

A list of files to be read in a time series.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


STL Reader

Reads 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
FileNameInfo (FileNameInfo)
FileNames (FileNames)

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

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


Spy Plot Reader

Reads 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.

FileName (FileName)

This property specifies the file name for the Spy Plot reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.

DownConvertVolumeFraction (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

Accepts boolean values (0 or 1).

ComputeDerivedVariables (ComputeDerivedVariables)

If this property is set to 1, the reader will convert derived variables like material density for the materials that the user has selected. For Density the user needs to have selected Material Mass and Material Volume Fraction.

1

Accepts boolean values (0 or 1).

DistributeFiles (DistributeFiles)

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

1

Accepts boolean values (0 or 1).

GenerateLevelArray (GenerateLevelArray)

If this property is set to 1, a cell array will be generated that stores the level of each block.

0

Accepts boolean values (0 or 1).

GenerateActiveBlockArray (GenerateActiveBlockArray)

If this property is set to 1, a cell array will be generated that stores the active status of a block.

0

Accepts boolean values (0 or 1).

GenerateTracers (GenerateTracers)

If this property is set to 1, a cell array will be generated that stores the coordinates of any tracers.

1

Accepts boolean values (0 or 1).

GenerateMarkers (GenerateMarkers)

If this property is set to 1, a second output will be created using the markers data stored in the file.

1

Accepts boolean values (0 or 1).

GenerateBlockIdArray (GenerateBlockIdArray)

If this property is set to 1, a cell array will be generated that stores a unique blockId for each block.

0

Accepts boolean values (0 or 1).

MergeXYZComponents (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

Accepts boolean values (0 or 1).

CellArrayInfo (CellArrayInfo)


TIFF Reader

Reads 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 .tiff.

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

This property specifies the file name for the TIFF reader.

The value(s) must be a filename (or filenames).

TIFF Series Reader

Reads a series of TIFF files into an time sequence of image datas.The TIFF series reader reads TIFF files. The output is a time sequence of uniform rectilinear (image/volume) dataset. The default file extension is .tif or .tiff.

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

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

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.

ReadAsImageStack (ReadAsImageStack)

When set, the reader will read the set of files as an image stack, rather than a temporal file series.

1

Accepts boolean values (0 or 1).

Tecplot Reader

Reads 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
FileNames (FileNames)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

FileNameInfo (FileNameInfo)
TimestepValues (TimestepValues)

Available timestep values.


Unstructured NetCDF POP reader

Reads rectilinear grid data from a NetCDF POP file and converts it into unstructured data. The reader reads regular rectilinear grid (image/volume) data from a NetCDF file and turns it into an unstructured spherical grid.

Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (FileName)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


VPIC Reader

Reads distributed VPIC files into an ImageData.VPIC is a 3D kinetic plasma particle-in-cell simulation. The input file (.vpc) opened by the VPIC reader is an ASCII description of the data files which are written one file per processor, per category and per time step. These are arranged in subdirectories per category (field data and hydrology data) and then in time step subdirectories.

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

ASCII .vpc file describes locations of data files, grid sizes, time step sizes and type and order of data written to the files.

The value(s) must be a filename (or filenames).

PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

Variables written to the data files are described in the .vpc file and are presented for selection. Only selected variables are loaded for a time step.

The list of array names is provided by the reader.

TimestepValues (TimestepValues)
Stride (SetStride)

VPIC data may be very large and not all is needed for effective visualization. Setting the stride selects every nth data item within the files for display.

1 1 1

DefaultXExtent (DefaultXExtent)

VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Default extent is all files available.

DefaultYExtent (DefaultYExtent)

VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Default extent is all files available.

DefaultZExtent (DefaultZExtent)

VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Default extent is all files available.

X Extent (XExtent)

VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Ghost cell overlap is handled within the reader. To limit the View of VPIC information the extent in the X dimension of "files" can be specified. Only the files selected will be displayed and they will be partitioned between the visualizing processors, allowing a higher resolution over a smaller area.

-1 -1

Y Extent (YExtent)

VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Ghost cell overlap is handled within the reader. To limit the View of VPIC information the extent in the Y dimension of "files" can be specified. Only the files selected will be displayed and they will be partitioned between the visualizing processors, allowing a higher resolution over a smaller area.

-1 -1

Z Extent (ZExtent)

VPIC data is written one file per simulation processor. This coarse map of files is used in partitioning files between visualizing processors so that each ParaView processor has its own set of files to display. Ghost cell overlap is handled within the reader. To limit the View of VPIC information the extent in the Z dimension of "files" can be specified. Only the files selected will be displayed and they will be partitioned between the visualizing processors, allowing a higher resolution over a smaller area.

-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
FileName (FileName)

This property specifies the file name for the VRML reader.

The value(s) must be a filename (or filenames).

Wavefront OBJ Reader

Reads 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
FileName (FileName)

This property specifies the file name for the OBJ reader.

The value(s) must be a filename (or filenames).

WindBlade reader

Reads WindBlade/Firetec simulation files possibly including wind turbines and topology files. WindBlade/Firetec is a simulation dealing with the effects of wind on wind turbines or on the spread of fires. It produces three outputs - a StructuredGrid for the wind data fields, a StructuredGrid for the ground topology, and a PolyData for turning turbine blades. The input file (.wind) opened by the WindBlade reader is an ASCII description of the data files expected. Data is accumulated by the simulation processor and is written one file per time step. WindBlade can deal with topology if a flag is turned on and expects (x,y) data for the ground. It also can deal with turning wind turbines from other time step data files which gives polygon positions of segments of the blades and data for each segment.

Property Description Default Value(s) Restrictions
Filename (Filename)

ASCII .wind file describes locations of data files, grid sizes and variable deltas, time step sizes, whether topology is used, whether turbines are used, and type and order of data written to the files.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)
PointArrayInfo (PointArrayInfo)
Point Arrays (PointArrayStatus)

Variables written to the data files are described in the .wind file and are presented for selection. Only selected variables are loaded for a time step.

The list of array names is provided by the reader.

XDMF Reader

Reads 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. See http://www.xdmf.org for a description of the file format.

Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileNames (FileNames)

The list of files to be read by the reader.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Hierarchical Box Data reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Image Data Reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML MultiBlock Data Reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Partitioned Image Data Reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Partitioned Polydata Reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Partitioned Rectilinear Grid Reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Partitioned Structured Grid Reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Partitioned Unstructured Grid Reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML PolyData Reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Rectilinear Grid Reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Structured Grid Reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML UniformGrid AMR Reader

Reads a VTK XML-based data file containing a AMR datasets . This reader reads Overlapping and Non-Overlapping AMR datasets in VTK XML format. This reader reads the newer version of the format. For version 1.0 and less, use XMLHierarchicalBoxDataReader. The expected file extensions is either .vthb or .vth.


Property Description Default Value(s) Restrictions
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XML Unstructured Grid Reader

Reads 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
FileNameInfo (FileNameInfo)
FileName (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 one file is specified, the reader will switch to file series mode in which it will pretend that it can support time and provide one file per time step.

The value(s) must be a filename (or filenames).

TimestepValues (TimestepValues)

Available timestep values.


XYZ Reader

Reads 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
FileName (FileName)

This property specifies the file name for the XYZ reader.

The value(s) must be a filename (or filenames).

TimeStep (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
FileName (FileName)

Set the file name for the proSTAR (STARCD) reader.

The value(s) must be a filename (or filenames).

ScaleFactor (ScaleFactor)

Scaling factor for the points

1


spcth history reader

Reads an spcth history file where each row translates into a single time step and the columns are points, materials and properties.

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

This property specifies the file name for the VRML reader.

The value(s) must be a filename (or filenames).

CommentCharacter (CommentCharacter)

This property lists the characters that is used as the first character on comment lines

%

Delimeter (Delimeter)

Character that is used as the delimeter.

,

TimestepValues (TimestepValues)

Available timestep values.