In this section we will explore the steps needed to produce a visualization. We will begin by importing some data into the current ParaView state. Next, we will apply some filters to derive additional data that can be rendered more effectively than the initial data set. Finally, we will investigate the use of color maps to highlight meaningful aspects of the data.

To begin, restart ParaView or select Edit→Reset Session. Using File→Open, import the regular grid data set RectGrid2.vtk from the sample data for this tutorial. Notice that a non-visible data source node has been added to the Pipeline Browser. The "Apply" button has also been enabled because the new data source has not yet been loaded. Click "Apply", which also toggles the data source's visibility icon. And now we see... an empty white wire-frame box. Why?

ParaView with one grid data set in the visualization pipeline
ParaView with one grid data set in the visualization pipeline

Some types of data are easier for ParaView to display than others. Think back to the cylinder from the first sections of the tutorial. It contained geometry that could easily be displayed on the screen without user involvement, so ParaView drew an acceptable default version of the cylinder. But what is the default way to render a rectangular volumetric data set? Does the user want to see what is inside it, or its surface, or a cross section of it? ParaView doesn't know, and decides to only show us its bounding box. In the coming sections we will explore various ways to view such data.

 
©   Cornell University  |  Center for Advanced Computing  |  Copyright Statement  |  Inclusivity Statement