Vtk/Examples/LegacyCornellRectGrid: Difference between revisions

From JETohlineWiki
Jump to navigation Jump to search
Joel2 (talk | contribs)
Created page with "=Example Input Files & VisTrails Pipelines= {{LSU_HBook_header}} This is an example input data file based on a structured-grid illustration that I found on a Cornell University website. ([http://www.cac.cornell.edu/Ranger/VisIt/prerequisites.aspx As referenced at a related URL], this appears to be a data set that was used at Cornell's Center for Advanced Computing as part of a tutorial session that illustrated how VTK library routines could be used on the high-perf..."
 
Joel2 (talk | contribs)
No edit summary
 
Line 1: Line 1:
=Example Input Files & VisTrails Pipelines=
=Example Input Files & VisTrails Pipelines=
{{LSU_HBook_header}}
<!--    {{LSU_HBook_header}}   -->


This is an example input data file based on a structured-grid illustration that I found on a Cornell University website.  ([http://www.cac.cornell.edu/Ranger/VisIt/prerequisites.aspx As referenced at a related URL], this appears to be a data set that was used at Cornell's Center for Advanced Computing as part of a tutorial session that illustrated how VTK library routines could be used on the high-performance-computers named ''Ranger'' and ''Stampede'' located at TACC, the Texas Advanced Computing Center.)  The file illustrates VTK's ''Simple Legacy Format'' and the RECTILINEAR_GRID dataset format.  Because this example uses 47 x 33 x 11 = 17,061 grid points, we provide a pointer to the website where the input file can be accessed, instead of displaying the entire data file here.
This is an example input data file based on a structured-grid illustration that I found on a Cornell University website.  ([http://www.cac.cornell.edu/Ranger/VisIt/prerequisites.aspx As referenced at a related URL], this appears to be a data set that was used at Cornell's Center for Advanced Computing as part of a tutorial session that illustrated how VTK library routines could be used on the high-performance-computers named ''Ranger'' and ''Stampede'' located at TACC, the Texas Advanced Computing Center.)  The file illustrates VTK's ''Simple Legacy Format'' and the RECTILINEAR_GRID dataset format.  Because this example uses 47 x 33 x 11 = 17,061 grid points, we provide a pointer to the website where the input file can be accessed, instead of displaying the entire data file here.
Line 31: Line 31:


=Related Discussions=
=Related Discussions=
* [[User:Tohline/vtk/SimpleCubeTutorial#Other_Example_Input_Files_and_VisTrails_Pipelines|Other examples]] of properly formatted input data files
* [[vtk/SimpleCubeTutorial#Other_Example_Input_Files_and_VisTrails_Pipelines|Other examples]] of properly formatted input data files
* [[User:Tohline/vtk/SimpleCubeTutorial#Simple_Cube_Tutorial|Simple Cube Tutorial]]
* [[vtk/SimpleCubeTutorial#Simple_Cube_Tutorial|Simple Cube Tutorial]]
** [[User:Tohline/vtk/SimpleCubeTutorial/CubeDetails#Cube_Definition_Details|Specifying Points (Vertices) and Polygons]] of a cube
** [[vtk/SimpleCubeTutorial/CubeDetails#Cube_Definition_Details|Specifying Points (Vertices) and Polygons]] of a cube
** [[User:Tohline/vtk/ColorLookupTablea#Color_Lookup_Tables|Defining Color Lookup Tables]]
** [[vtk/ColorLookupTablea#Color_Lookup_Tables|Defining Color Lookup Tables]]
* [http://www.bu.edu/tech/files/2010/10/VTK-Fall-2010.ppt Robert Putnam's (Boston University) powerpoint tutorial] -- includes a ''Structured_Points'' example, written in Simple Legacy Format
* [http://www.bu.edu/tech/files/2010/10/VTK-Fall-2010.ppt Robert Putnam's (Boston University) powerpoint tutorial] -- includes a ''Structured_Points'' example, written in Simple Legacy Format

Latest revision as of 18:58, 9 July 2024

Example Input Files & VisTrails Pipelines[edit]

This is an example input data file based on a structured-grid illustration that I found on a Cornell University website. (As referenced at a related URL, this appears to be a data set that was used at Cornell's Center for Advanced Computing as part of a tutorial session that illustrated how VTK library routines could be used on the high-performance-computers named Ranger and Stampede located at TACC, the Texas Advanced Computing Center.) The file illustrates VTK's Simple Legacy Format and the RECTILINEAR_GRID dataset format. Because this example uses 47 x 33 x 11 = 17,061 grid points, we provide a pointer to the website where the input file can be accessed, instead of displaying the entire data file here.

To aid in implementation, we present an image of the rendered configuration and a screen shot of the VisTrails pipeline that was used to generate the image. The data file assigns a scalar value plus a vector velocity to each grid POINT, but it assigns no information to the corresponding grid CELLS.

Legacy (RectilinearGrid) Example from Cornell[edit]

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[edit]