VTK/Tutorials/3DDataTypes

From KitwarePublic
< VTK‎ | Tutorials
Revision as of 21:53, 14 December 2009 by Daviddoria (talk | contribs) (New page: ==Image Data== Points are arranged on a regular, rectangular lattice parallel to the global coordinate system. ==Rectilinear Grid== This is a slight extension of Image Data. The points ar...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Image Data

Points are arranged on a regular, rectangular lattice parallel to the global coordinate system.

Rectilinear Grid

This is a slight extension of Image Data. The points are still aligned along the coordinate axis, but the spacing between points may vary.

Structured Grid

Regular topology and irregular geometry. This data structure is common in finite difference analysis.

Polygonal Data (PolyData)

Unstructured topology and geometry. Supports 0,1, and 2D cells.

Unstructured Grid

This is the most general form of data storage. Both topology and geometry are completely unstructured. Supports 0,1,2, and 3D cells.