User:Tohline/vtk/Examples/LegacyCornellRectGrid

From VistrailsWiki
< User:Tohline
Revision as of 18:36, 20 April 2014 by Tohline (talk | contribs) (Present Cornell RectilinearGrid example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Example Input Files & VisTrails Pipelines

Whitworth's (1981) Isothermal Free-Energy Surface
|   Tiled Menu   |   Tables of Content   |  Banner Video   |  Tohline Home Page   |

This is an example input data file that has been developed based on the structured-points illustration that I found in a tutorial powerpoint presentation posted (circa 2010) by Robert Putnam on a Boston University website; see especially slides 22-25. The file illustrates VTK's Simple Legacy Format and the STRUCTURED_POINTS dataset format. To aid in implementation, we present the full ascii dataset, two resulting rendered images, and a screen shot of the VisTrails pipeline that was used to generate the image. Note that the image captioned "Point Data" was generated, by default, while the image captioned "Cell Data" was generated after activating the SetScalarModeToUseCellData method within the vtkDataSetMapper module. A list of other example input data files is provided near the end of our accompanying Simple Cube Tutorial.

Legacy (RectilinearGrid) Example from Cornell

The relevant Legacy-formatted input data file can be accessed at the following URL:

This ASCII file contains 11,405 lines of data.

VisTrails Pipeline
Cornell Image

Related Discussions