Module Documentation

The following are the list of provided Modules along with a brief description.

Axes

This module creates and manages a set of three axes for your data. The class uses a vtkCubeAxesActor2D.

ContourGridPlane

This module shows a grid plane of the given input structured, rectilinear or structured points grid with the scalar data either as a color map or as contour lines. This works only for structured grid, structured point and rectilinear grid data.

CustomGridPlane

This module shows a grid plane of the given input grid. The plane can be shown as a wireframe or coloured surface with or without scalar visibility and contour lines. The module basically wraps around the vtk*GeometryFilters. This module enables one to completely configure the grid plane. It works only for structured grid, structured point and rectilinear grid datasets.

GridPlane

This module shows a grid plane of the given input grid. The plane can be shown as a wireframe or coloured surface with or without scalar visibility. This works only for structured grid, structured point and rectilinear grid data. Useful for debugging and displaying your created grid.

HedgeHog

This module shows the given vector data as a 'hedge hog' plot. The lines can be colored based on the input scalar data. This class should work with any dataset.

IsoSurface

This module shows an iso-surface of scalar data. This will work for any dataset.

Locator

This module creates a 'Locator' axis, that can be used to mark a three dimensional point in your data.

Outline

Displays an Outline for any data input.

PolyData

Displays polydata input, nothing fancy.

ScalarCutPlane

This module plots scalar data on a cut plane either as a color map or with contour lines. This will work for any dataset.

Streamlines

This module makes it possible to view streamlines, streamtubes, and stream ribbons for any type of vector data. Any number of point sources can be added and deleted. A fairly powerful UI is provided. This module should work with any dataset.

StructuredGridOutline

Displays an Outline for a structured grid.

SurfaceMap

Displays a surface map of any data. It should work for any dataset but is best if used for 2d surfaces (polydata and unstructured surfaces).

TensorGlyphs

This module displays glyphs, scaled and colored as per the tensor data. This will work for any dataset.

VectorCutPlane

This module displays cone glyphs scaled and colored as per the vector or scalar data on cut plane. This will work for any dataset.

VelocityVector

This module displays cone or arrow glyphs scaled and colored as per the vector data. This will work for any dataset.

WarpVectorCutPlane

This module takes a cut plane and warps it using a vtkWarpVector as per the vector times a scale factor. This will work for any dataset.