[][src]Module vtkio::model

Structs

Attributes

Point and cell attributes.

Cells

Cell data. Used in PolyData and UnstructuredGrid datasets. A cell is just geometric object referencing some points like a polygon or tetrahedron. In general it could be one of VERTICES, LINES, POLYGONS, TRIANGLE_STRIPS or CELLS as defined by the VTK standard.

FieldArray

Special struct to store Field attribute data.

Version

Version number (e.g. 4.1 => (4,1))

Vtk

Vtk Data Model Model of the Vtk data structure.

Enums

Attribute

Data structure that stores a Vtk attribute.

CellType

This enum describes the types of Cells representable by vtk files. These are explicitly written in UnstructuredGrids and some are referred to in PolyData datasets. For more details on each of these types see, the VTK file formats documentation or vtkCell.h in the vtk SDK.

DataSet

Dataset described in the file. For 2D objects, dims[2] will be set to 0. For 1D objects, dims[1] will also be 0. This enum is designed to closely represent the data as it is stored in the vtk file.

DataType

Types of data that can be recognized by the parser. Not all data types are supported for all classes.

PolyDataTopology