vtk_io


vtk_io, a Fortran90 code which reads and writes some simple forms of VTK files.

VTK files can be viewed by the PARAVIEW program. Information about PARAVIEW is available at https://www.paraview.org/ .

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

vtk_io is available in a Fortran90 version.

Related Data and Programs:

threed_to_vtk, a MATLAB code which accepts computational data from a 3D finite element fluid flow program and writes it to a VTK "legacy" file for postprocessing by PARAVIEW.

twod_to_vtk, a MATLAB code which accepts computational data from a 2D finite element fluid flow program and writes it to a VTK "legacy" file for postprocessing by PARAVIEW.

vtk, a data directory which contains examples of VTK files, an obsolete file format used by the Visual Toolkit, and which can be displayed by the PARAVIEW program;

Reference:

  1. Will Schroeder, Ken Martin, Bill Lorensen,
    The Visualization Toolkit, An Object-Oriented Approach to 3D Graphics,
    Prentice Hall, 1998,
    ISBN: 0139546944,
    LC: QA76.64.S36.
  2. Amy Henderson Squillacote,
    The ParaView Guide,
    Kitware Inc, 2007,
    ISBN13: 978-1-930934-21-4.
  3. Kitware Incorporated,
    The Visualization Toolkit User's Guide,
    Kitware Inc
  4. https://public.kitware.com/VTK/

Source Code:


Last revised on 09 August 2009.