- Handles structured (uniform rectilinear, non-uniform rectilinear,
and curvilinear grids), unstructured, polygonal and image data
|
-
All processing operations (filters) produce datasets. This allows
the result of every operation to either be used for further
processing or to be saved as a data file. For example, the user
can extract a
cut surface, reduce the number of points on this surface by
masking, and apply glyphs (for example, vector arrows) to the
result.
|
-
Contours and isosurfaces can be extracted from all data
types using scalars or vector components. The results can be
colored by any other variable or processed further. When possible,
structured data contours/isosurfaces are extracted with
fast and efficient algorithms which make use of the special
data layout.
|
- Vectors fields can be inspected by applying glyphs
(currently arrows -vector arrows-, cones, lines, spheres,
and various 2D glyphs)
to the points in a dataset. The glyphs can be scaled
by scalars, vector component or vector magnitude and can be
oriented using a vector field.
|
- A sub-region of a dataset can be extracted by cutting
or clipping with an arbitrary plane (all data types),
specifying a threshold criteria to exclude cells (all data
types) and/or specifying a VOI (volume of interest -
structured data types only)
|
-
Streamlines can be generated using constant step or
adaptive integrators (currently, streamlines are not available
in parallel; this feature is under development). The results
can be displayed as points, lines, tubes, ribbons etc., and
can be processed by a multitude of filters.
|
- The points in a dataset can be warped (displaced)
with scalars (given a user defined displacement vector) or
with vectors (unavailable for rectilinear grids).
|
-
With the array calculator, new variables can be computed
using existing point or cell field arrays. A multitude of
scalar and vector operations are supported.
|
- Data can be probed at a point or along a line. The
results are displayed either graphically or as text and can
be exported for further analysis.
|
- ParaView provides many other data sources and filters by
default (edge extraction, surface extraction, reflection,
decimation, extrusion, smoothing...) and any
VTK filter
can be added by providing a simple XML description. (VTK
provides hundreds of sources and filters, see VTK documentation
for a complete list.)
|